authentik/website/netlify.toml

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