feat: add quay

This commit is contained in:
Simon Cornet 2026-05-12 10:06:53 +02:00
commit 0794388b13

View file

@ -84,6 +84,19 @@
"destination": "/codeberg" "destination": "/codeberg"
} }
] ]
},
{
"urls": ["https://quay.io"],
"onDemand": true,
"tlsVerify": true,
"maxRetries": 3,
"retryDelay": "5m",
"content": [
{
"prefix": "**",
"destination": "/quay"
}
]
} }
] ]
} }