mirror of
https://github.com/project-zot/zot.git
synced 2025-04-08 02:54:41 -05:00
chore: update image-spec and dist-spec to v1.1.1 As side effect the warnings mentioned in https://github.com/project-zot/zui/issues/475#issuecomment-2715802363 should no longer show up. Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
27 lines
578 B
YAML
27 lines
578 B
YAML
distspecversion: 1.1.1
|
|
http:
|
|
address: 127.0.0.1
|
|
auth:
|
|
faildelay: 5
|
|
htpasswd:
|
|
path: test/data/htpasswd
|
|
ldap:
|
|
address: ldap.example.org
|
|
basedn: ou=Users,dc=example,dc=org
|
|
credentialsFile: examples/config-ldap-credentials.json
|
|
port: 389
|
|
skipverify: false
|
|
starttls: false
|
|
subtreesearch: true
|
|
userattribute: uid
|
|
port: 8080
|
|
realm: zot
|
|
tls:
|
|
cert: test/data/server.cert
|
|
key: test/data/server.key
|
|
log:
|
|
audit: /tmp/zot-audit.log
|
|
level: debug
|
|
output: /tmp/zot.log
|
|
storage:
|
|
rootdirectory: /tmp/zot
|