Files
authentik/website/netlify.toml
T
Jens Langhammer f73a404fd6 website: make static files available under domain
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-10-13 17:45:45 +02:00

23 lines
444 B
TOML

[[redirects]]
from = "/*"
to = "/.netlify/functions/go-get"
status = 200
force = true
query = {go-get = "1"}
[[redirects]]
from = "/v2"
to = "/.netlify/functions/oci-proxy"
status = 200
force = true
[[redirects]]
from = "/v2/*"
to = "https://ghcr.io/v2/goauthentik/:splat"
status = 200
force = true
[[redirects]]
from = "/version/*"
to = "https://raw.githubusercontent.com/goauthentik/authentik/version-:splat"