1
0
IaC/distribution/config.yml

52 lines
1019 B
YAML
Raw Permalink Normal View History

2024-12-30 06:18:40 +00:00
version: 0.1
log:
accesslog:
disabled: false
level: info
formatter: text
fields: {}
storage:
cache:
blobdescriptor: inmemory
blobdescriptorsize: 5000
delete:
enabled: true
filesystem:
rootdirectory: /var/lib/registry
maintenance:
uploadpurging:
enabled: true
age: 168h
interval: 24h
dryrun: false
readonly:
enabled: false
tag:
concurrencylimit: 8
http:
http2:
disabled: false
h2c:
enabled: false
addr: 10.96.10.13:443
net: tcp
host: https://registry.balsillie.house
prefix: ''
headers:
X-Content-Type-Options:
- nosniff
relativeurls: false
draintimeout: 30s
tls:
2024-12-31 03:35:25 +00:00
certificate: /etc/letsencrypt/live/adguard.balsillie.house-0002/fullchain.pem
key: /etc/letsencrypt/live/adguard.balsillie.house-0002/privkey.pem
2024-12-30 06:18:40 +00:00
minimumtls: tls1.2
prometheus:
enabled: false
# auth:
# htpasswd:
# realm: BALSILLIE
# path: /etc/distribution/htpasswd
health:
storagedriver:
enabled: false