mapletree/lxc1/p2-apps/zot/config.json
admin 904b015a6b
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
split creds from main config
2026-02-06 14:31:43 -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": "/shared/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
}
}
}