feat: add codeberg.org as pull-through registry

This commit is contained in:
Simon Cornet 2026-05-10 14:27:45 +02:00
commit 3c431e2745

View file

@ -71,6 +71,19 @@
"destination": "/ghcr" "destination": "/ghcr"
} }
] ]
},
{
"urls": ["https://codeberg.org"],
"onDemand": true,
"tlsVerify": true,
"maxRetries": 3,
"retryDelay": "5m",
"content": [
{
"prefix": "**",
"destination": "/codeberg"
}
]
} }
] ]
} }