Update config.js
This commit is contained in:
parent
562b2119df
commit
284124f0a7
1 changed files with 34 additions and 2 deletions
36
config.js
36
config.js
|
@ -24,7 +24,7 @@ module.exports = {
|
||||||
"customChangelogUrl": "https://github.com/open-webui/open-webui/releases"
|
"customChangelogUrl": "https://github.com/open-webui/open-webui/releases"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDepNames": ["docker.mafyuh.xyz/ollama/ollama"],
|
"matchDepNames": ["ollama/ollama"],
|
||||||
"customChangelogUrl": "https://github.com/ollama/ollama/releases"
|
"customChangelogUrl": "https://github.com/ollama/ollama/releases"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -44,7 +44,7 @@ module.exports = {
|
||||||
"customChangelogUrl": "https://github.com/FlareSolverr/FlareSolverr/releases"
|
"customChangelogUrl": "https://github.com/FlareSolverr/FlareSolverr/releases"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDepNames": ["docker.mafyuh.xyz/mindsdb/mindsdb"],
|
"matchDepNames": ["mindsdb/mindsdb"],
|
||||||
"customChangelogUrl": "https://github.com/mindsdb/mindsdb/releases"
|
"customChangelogUrl": "https://github.com/mindsdb/mindsdb/releases"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -102,6 +102,38 @@ module.exports = {
|
||||||
{
|
{
|
||||||
"matchDepNames": ["onerahmet/openai-whisper-asr-webservice"],
|
"matchDepNames": ["onerahmet/openai-whisper-asr-webservice"],
|
||||||
"customChangelogUrl": "https://github.com/ahmetoner/whisper-asr-webservice/releases"
|
"customChangelogUrl": "https://github.com/ahmetoner/whisper-asr-webservice/releases"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDepNames": ["ghcr.io/linuxserver/bazarr"],
|
||||||
|
"customChangelogUrl": "https://github.com/linuxserver/docker-bazarr/releases"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDepNames": ["ghcr.io/linuxserver/lidarr"],
|
||||||
|
"customChangelogUrl": "https://github.com/linuxserver/docker-lidarr/releases"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDepNames": ["ghcr.io/linuxserver/prowlarr"],
|
||||||
|
"customChangelogUrl": "https://github.com/linuxserver/docker-prowlarr/releases"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDepNames": ["ghcr.io/linuxserver/radarr"],
|
||||||
|
"customChangelogUrl": "https://github.com/linuxserver/docker-radarr/releases"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDepNames": ["ghcr.io/linuxserver/sonarr"],
|
||||||
|
"customChangelogUrl": "https://github.com/linuxserver/docker-sonarr/releases"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDepNames": ["ghcr.io/linuxserver/doplarr"],
|
||||||
|
"customChangelogUrl": "https://github.com/linuxserver/docker-doplarr/releases"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDepNames": ["ghcr.io/ajnart/homarr"],
|
||||||
|
"customChangelogUrl": "https://github.com/ajnart/homarr/releases"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDepNames": ["ghcr.io/linuxserver/syncthing"],
|
||||||
|
"customChangelogUrl": "https://github.com/linuxserver/docker-syncthing/releases"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
optimizeForDisabled: true,
|
optimizeForDisabled: true,
|
||||||
|
|
Loading…
Reference in a new issue