1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
{
"distSpecVersion": "1.0.1",
"storage": {
"rootDirectory": "/var/lib/zot",
"commit": true,
"dedupe": true,
"gc": true,
"gcDelay": "1h",
"gcInterval": "24h"
},
"http": {
"address": "127.0.0.1",
"port": "8080"
},
"log": {
"level": "info"
},
"extensions": {
"metrics": {
"enable": true
},
"sync": {
"enable": true
},
"search": {
"enable": true
},
"scrub": {
"enable": true
},
"lint": {
"enable": true
},
"trust": {
"enable": true,
"cosign": true,
"notation": true
},
"ui": {
"enable": true
}
}
}
|