This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
distribution/config.yml.tmpl

18 lines
471 B
Cheetah

---
version: 0.1
storage:
filesystem:
rootdirectory: /var/lib/registry
http:
addr: :5000
headers:
X-Content-Type-Options: [nosniff]
Access-Control-Allow-Origin: ["{{ env "domain" }}"]
Access-Control-Allow-Methods: ["HEAD", "GET", "OPTIONS", "DELETE"]
Access-Control-Allow-Headers: ["Authorization"]
Access-Control-Max-Age: [1728000]
Access-Control-Allow-Credentials: [true]
Access-Control-Expose-Headers: ["Docker-Content-Digest"]