Added quay registry mirror + Invidious
This commit is contained in:
26
quay_registry/config.yml
Normal file
26
quay_registry/config.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
version: 0.1
|
||||
log:
|
||||
level: debug
|
||||
fields:
|
||||
service: registry
|
||||
storage:
|
||||
cache:
|
||||
blobdescriptor: inmemory
|
||||
filesystem:
|
||||
rootdirectory: /var/lib/registry
|
||||
delete:
|
||||
enabled: true
|
||||
http:
|
||||
addr: :5000
|
||||
secret: generate-a-random-secret-here
|
||||
headers:
|
||||
X-Content-Type-Options: [nosniff]
|
||||
validation:
|
||||
manifests:
|
||||
oci:
|
||||
enabled: true
|
||||
# proxy: # Comment out or remove
|
||||
# remoteurl: https://quay.io # these lines
|
||||
compatibility:
|
||||
schema1:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user