feat: add lscr upstream

This commit is contained in:
Simon Cornet 2026-05-08 11:45:59 +02:00
commit 2c415e8bdc

View file

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