more apps
This commit is contained in:
52
distribution/config.yml
Normal file
52
distribution/config.yml
Normal file
@ -0,0 +1,52 @@
|
||||
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:
|
||||
certificate: /etc/letsencrypt/live/adguard.balsillie.house/fullchain.pem
|
||||
key: /etc/letsencrypt/live/adguard.balsillie.house/privkey.pem
|
||||
minimumtls: tls1.2
|
||||
prometheus:
|
||||
enabled: false
|
||||
# auth:
|
||||
# htpasswd:
|
||||
# realm: BALSILLIE
|
||||
# path: /etc/distribution/htpasswd
|
||||
health:
|
||||
storagedriver:
|
||||
enabled: false
|
Reference in New Issue
Block a user