diff --git a/templates/zot/config.json.j2 b/templates/zot/config.json.j2 index 8f5e84c..f746e66 100644 --- a/templates/zot/config.json.j2 +++ b/templates/zot/config.json.j2 @@ -71,6 +71,19 @@ "destination": "/ghcr" } ] + }, + { + "urls": ["https://codeberg.org"], + "onDemand": true, + "tlsVerify": true, + "maxRetries": 3, + "retryDelay": "5m", + "content": [ + { + "prefix": "**", + "destination": "/codeberg" + } + ] } ] }