mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
move
This commit is contained in:
parent
37dec0eb56
commit
93fd3e2d54
20 changed files with 18 additions and 320 deletions
27
apps/registry/config.yml
Normal file
27
apps/registry/config.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
version: 0.1
|
||||
log:
|
||||
accesslog:
|
||||
disabled: true
|
||||
level: debug
|
||||
formatter: text
|
||||
fields:
|
||||
service: registry
|
||||
storage:
|
||||
filesystem:
|
||||
rootdirectory: /var/lib/registry
|
||||
maxthreads: 100
|
||||
delete:
|
||||
enabled: true
|
||||
http:
|
||||
addr: 0.0.0.0:5000
|
||||
host: https://docker.nilstrieb.dev
|
||||
draintimeout: 60s
|
||||
headers:
|
||||
X-Content-Type-Options: [nosniff]
|
||||
# tls:
|
||||
# certificate: /etc/certs/vps2.nilstrieb.dev.crt
|
||||
# key: /etc/certs/vps2.nilstrieb.dev.key
|
||||
auth:
|
||||
htpasswd:
|
||||
realm: nilstrieb-registry
|
||||
path: /htpasswd
|
||||
Loading…
Add table
Add a link
Reference in a new issue