mapletree/lxc1/p2-apps/zot/config.json
admin 80952bad37
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
update creds locaiton
2026-02-06 14:50:59 -07:00

58 lines
No EOL
1.2 KiB
JSON

{
"distSpecVersion": "1.1.0",
"storage": {
"rootDirectory": "/var/lib/zot",
"gc": true,
"dedupe": true
},
"http": {
"address": "0.0.0.0",
"port": "5000"
},
"extensions": {
"sync": {
"enable": true,
"credentialsFile": "/etc/zot/creds.json",
"registries": [
{
"urls": ["https://docker.io"],
"onDemand": true,
"tlsVerify": true,
"content": [
{ "prefix": "docker-hub/**" }
]
},
{
"urls": ["https://ghcr.io"],
"onDemand": true,
"tlsVerify": true,
"content": [
{ "prefix": "ghcr/**" }
]
},
{
"urls": ["https://lscr.io"],
"onDemand": true,
"tlsVerify": true,
"content": [
{ "prefix": "lscr/**" }
]
},
{
"urls": ["https://codeberg.org"],
"onDemand": true,
"tlsVerify": true,
"content": [
{ "prefix": "lscr/**" }
]
}
]
},
"ui": {
"enable": true
},
"search": {
"enable": true
}
}
}