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

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