Added quay registry mirror + Invidious

This commit is contained in:
2026-02-21 13:52:32 +02:00
parent 400ee84300
commit cf96e76d92
4 changed files with 108 additions and 0 deletions

26
quay_registry/config.yml Normal file
View 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