30 lines
557 B
JSON
30 lines
557 B
JSON
{
|
|
"storage":{
|
|
"rootDirectory":"/var/lib/zot"
|
|
},
|
|
"http":{
|
|
"address":"0.0.0.0",
|
|
"port":"5000"
|
|
},
|
|
"log":{
|
|
"level":"debug"
|
|
},
|
|
"extensions": {
|
|
"search": {
|
|
"enable": true,
|
|
"cve": {
|
|
"trivy": {
|
|
"dbRepository": "ghcr.io/alt-cloud/trivy-db"
|
|
},
|
|
"updateInterval": "24h"
|
|
}
|
|
},
|
|
"ui": {
|
|
"enable": true
|
|
},
|
|
"mgmt": {
|
|
"enable": true
|
|
}
|
|
}
|
|
}
|