website: make static files available under domain

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-13 17:40:52 +02:00
parent 178e8e7e43
commit f73a404fd6
1 changed files with 4 additions and 0 deletions

View File

@ -16,3 +16,7 @@
to = "https://ghcr.io/v2/goauthentik/:splat"
status = 200
force = true
[[redirects]]
from = "/version/*"
to = "https://raw.githubusercontent.com/goauthentik/authentik/version-:splat"