website: make static files available under domain
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
178e8e7e43
commit
f73a404fd6
|
@ -16,3 +16,7 @@
|
||||||
to = "https://ghcr.io/v2/goauthentik/:splat"
|
to = "https://ghcr.io/v2/goauthentik/:splat"
|
||||||
status = 200
|
status = 200
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/version/*"
|
||||||
|
to = "https://raw.githubusercontent.com/goauthentik/authentik/version-:splat"
|
||||||
|
|
Reference in New Issue