59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"OCIReg": {
|
|
"config": {
|
|
"distSpecVersion": "1.0.1",
|
|
"extensions": {
|
|
"scrub": {
|
|
"enable": true,
|
|
"interval": "24h"
|
|
},
|
|
"search": {
|
|
"cve": {
|
|
"updateInterval": "24h"
|
|
},
|
|
"enable": true
|
|
},
|
|
"sync": {
|
|
"enable": true
|
|
},
|
|
"ui": {
|
|
"enable": true
|
|
}
|
|
},
|
|
"http": {
|
|
"address": "0.0.0.0",
|
|
"port": 5000,
|
|
"realm": "zot"
|
|
},
|
|
"log": {
|
|
"audit": "/var/log/zot/zot-audit.log",
|
|
"level": "debug",
|
|
"output": "/var/log/zot/zot.log"
|
|
},
|
|
"storage": {
|
|
"dedupe": true,
|
|
"remoteCache": false,
|
|
"rootDirectory": "/data/zot"
|
|
}
|
|
},
|
|
"copy_paths": [],
|
|
"name": "oci-reg",
|
|
"oci_bin_path": "/usr/local/bin",
|
|
"oci_cmds": "zot zli",
|
|
"oci_data": "/data/zot",
|
|
"oci_etc": "/etc/zot",
|
|
"oci_log": "/var/log/zot",
|
|
"oci_memory_high": 30,
|
|
"oci_memory_max": 32,
|
|
"oci_user": "zot",
|
|
"oci_user_group": "zot"
|
|
},
|
|
"_version": {
|
|
"kcl_migrated_from": "oci-reg.k",
|
|
"migration_date": "2025-12-15",
|
|
"original_author": "JesusPerezLorenzo",
|
|
"original_date": "11-01-2024",
|
|
"original_version": "0.0.4",
|
|
"version": "1.0.0"
|
|
}
|
|
}
|