initial zot setup

This commit is contained in:
2025-10-02 19:44:16 +02:00
commit 496939bc71
3 changed files with 130 additions and 0 deletions

22
zot-config.json Normal file
View File

@@ -0,0 +1,22 @@
{
"storage": {
"rootDirectory": "/var/lib/zot"
},
"http": {
"address": "0.0.0.0",
"port": 5000
},
"log": {
"level": "debug"
},
"extensions": {
"search": {
"cve": {
"updateInterval": "2h"
}
},
"ui": {
"enable": true
}
}
}