20 lines
No EOL
363 B
YAML
20 lines
No EOL
363 B
YAML
version: 0.1
|
|
log:
|
|
level: info
|
|
storage:
|
|
filesystem:
|
|
rootdirectory: /storage
|
|
delete:
|
|
enabled: true
|
|
cache:
|
|
blobdescriptor: inmemory
|
|
http:
|
|
addr: :5000
|
|
headers:
|
|
X-Content-Type-Options: [nosniff]
|
|
X-Frame-Options: [DENY]
|
|
X-XSS-Protection: [1; mode=block]
|
|
auth:
|
|
htpasswd:
|
|
realm: basic-realm
|
|
path: /etc/registry/auth/htpasswd |