diff --git a/lxc1/p2-apps/zot/config.json b/lxc1/p2-apps/zot/config.json index 70a75a2..d652b86 100644 --- a/lxc1/p2-apps/zot/config.json +++ b/lxc1/p2-apps/zot/config.json @@ -17,6 +17,8 @@ "urls": ["https://registry-1.docker.io"], "onDemand": true, "tlsVerify": true, + "username": "{{ZOT_DOCKERHUB_USER}}", + "password": "{{ZOT_DOCKERHUB_TOKEN}}", "content": [ { "prefix": "docker-hub/**" } ] @@ -25,6 +27,8 @@ "urls": ["https://ghcr.io"], "onDemand": true, "tlsVerify": true, + "username": "{{ZOT_GITHUB_USER}}", + "password": "{{ZOT_GITHUB_TOKEN}}", "content": [ { "prefix": "ghcr/**" } ] @@ -33,6 +37,18 @@ "urls": ["https://lscr.io"], "onDemand": true, "tlsVerify": true, + "username": "{{ZOT_LSCR_USER}}", + "password": "{{ZOT_LSCR_TOKEN}}", + "content": [ + { "prefix": "lscr/**" } + ] + }, + { + "urls": ["https://codeberg.org"], + "onDemand": true, + "tlsVerify": true, + "username": "{{ZOT_CODEBERG_USER}}", + "password": "{{ZOT_CODEBERG_TOKEN}}", "content": [ { "prefix": "lscr/**" } ]