2021-10-11 09:08:17 +01:00
|
|
|
[[redirects]]
|
2021-10-12 09:58:02 +01:00
|
|
|
from = "/*"
|
|
|
|
to = "/.netlify/functions/go-get"
|
|
|
|
status = 200
|
|
|
|
force = true
|
|
|
|
query = {go-get = "1"}
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/v2"
|
|
|
|
to = "/.netlify/functions/oci-proxy"
|
2021-10-11 09:08:17 +01:00
|
|
|
status = 200
|
|
|
|
force = true
|
|
|
|
|
2021-10-10 21:13:10 +01:00
|
|
|
[[redirects]]
|
|
|
|
from = "/v2/*"
|
2021-10-12 09:58:02 +01:00
|
|
|
to = "https://ghcr.io/v2/goauthentik/:splat"
|
2021-10-10 21:13:10 +01:00
|
|
|
status = 200
|
|
|
|
force = true
|