mapletree/lxc1/p2-apps/zot/config.json
admin 2dc83a082b
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
fix for google repo
2026-02-09 12:45:35 -07:00

96 lines
No EOL
1.9 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://registry-1.docker.io"
],
"onDemand": true,
"tlsVerify": true,
"content": [
{
"prefix": "**",
"destination": "/docker-hub",
"stripPrefix": false
}
]
},
{
"urls": [
"https://ghcr.io"
],
"onDemand": true,
"tlsVerify": true,
"content": [
{
"prefix": "**",
"destination": "/ghcr",
"stripPrefix": false
}
]
},
{
"urls": [
"https://lscr.io"
],
"onDemand": true,
"tlsVerify": true,
"content": [
{
"prefix": "**",
"destination": "/lscr",
"stripPrefix": false
}
]
},
{
"urls": [
"https://codeberg.org"
],
"onDemand": true,
"tlsVerify": true,
"content": [
{
"prefix": "**",
"destination": "/codeberg",
"stripPrefix": false
}
]
},
{
"urls": [
"https://gcr.io"
],
"onDemand": true,
"tlsVerify": true,
"content": [
{
"prefix": "**",
"destination": "/gcr",
"stripPrefix": false
}
]
}
]
},
"ui": {
"enable": true
},
"search": {
"enable": true
}
}
}