This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website/netlify.toml
Jens Langhammer da443b443c website: use ghcr proxy for registry
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-10-11 10:08:21 +02:00

12 lines
232 B
TOML

[[redirects]]
from = "/v2/"
to = "https://ghcr.registry.beryju.org/v2/"
status = 200
force = true
[[redirects]]
from = "/v2/*"
to = "https://ghcr.registry.beryju.org/v2/goauthentik/:splat"
status = 200
force = true