Update config.js
This commit is contained in:
parent
a16aa4020f
commit
57f71e14ea
1 changed files with 15 additions and 15 deletions
30
config.js
30
config.js
|
@ -24,19 +24,19 @@ module.exports = {
|
|||
"customChangelogUrl": "https://github.com/open-webui/open-webui"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/ollama/ollama"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/ollama/ollama"],
|
||||
"customChangelogUrl": "https://github.com/ollama/ollama"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/renovate/renovate"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/renovate/renovate"],
|
||||
"customChangelogUrl": "https://github.com/renovatebot/renovate"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/fallenbagel/jellyseerr"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/fallenbagel/jellyseerr"],
|
||||
"customChangelogUrl": "https://github.com/Fallenbagel/jellyseerr"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/binhex/arch-qbittorrentvpn"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/binhex/arch-qbittorrentvpn"],
|
||||
"customChangelogUrl": "https://github.com/binhex/arch-qbittorrentvpn"
|
||||
},
|
||||
{
|
||||
|
@ -44,35 +44,35 @@ module.exports = {
|
|||
"customChangelogUrl": "https://github.com/FlareSolverr/FlareSolverr"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/mindsdb/mindsdb"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/mindsdb/mindsdb"],
|
||||
"customChangelogUrl": "https://github.com/mindsdb/mindsdb"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/sonatype/nexus3"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/sonatype/nexus3"],
|
||||
"customChangelogUrl": "https://help.sonatype.com/en/2024-release-notes.html"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/adguard/adguardhome"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/adguard/adguardhome"],
|
||||
"customChangelogUrl": "https://github.com/AdguardTeam/AdGuardHome"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/jc21/nginx-proxy-manager"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/jc21/nginx-proxy-manager"],
|
||||
"customChangelogUrl": "https://github.com/NginxProxyManager/nginx-proxy-manager"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/louislam/uptime-kuma"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/louislam/uptime-kuma"],
|
||||
"customChangelogUrl": "https://github.com/louislam/uptime-kuma"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/vaultwarden/server"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/vaultwarden/server"],
|
||||
"customChangelogUrl": "https://github.com/dani-garcia/vaultwarden"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/gotify/server-arm7"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/gotify/server-arm7"],
|
||||
"customChangelogUrl": "https://github.com/gotify/server"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/vaultwarden/server"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/vaultwarden/server"],
|
||||
"customChangelogUrl": "https://github.com/hrfee/jfa-go"
|
||||
},
|
||||
{
|
||||
|
@ -80,7 +80,7 @@ module.exports = {
|
|||
"customChangelogUrl": "https://github.com/goauthentik/authentik"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/cloudflare/cloudflared"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/cloudflare/cloudflared"],
|
||||
"customChangelogUrl": "https://github.com/cloudflare/cloudflared"
|
||||
},
|
||||
{
|
||||
|
@ -92,11 +92,11 @@ module.exports = {
|
|||
"customChangelogUrl": "https://github.com/ajnart/homarr"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/portainer/portainer-ce"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/portainer/portainer-ce"],
|
||||
"customChangelogUrl": "https://github.com/portainer/portainer"
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["${{ secrets.CUSTOM_REGISTRY }}/twingate/connector"],
|
||||
"matchDepNames": ["docker.mafyuh.xyz/twingate/connector"],
|
||||
"customChangelogUrl": "https://www.twingate.com/changelog/connector"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue