From 3c431e27451fea3b933db02f3ce8270e12202c57 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 10 May 2026 14:27:45 +0200 Subject: [PATCH] feat: add codeberg.org as pull-through registry --- templates/zot/config.json.j2 | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" + } + ] } ] }