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.
2021-10-11 08:08:17 +00:00
|
|
|
[[redirects]]
|
2021-10-12 08:58:02 +00: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 08:08:17 +00:00
|
|
|
status = 200
|
|
|
|
force = true
|
|
|
|
|
2021-10-10 20:13:10 +00:00
|
|
|
[[redirects]]
|
|
|
|
from = "/v2/*"
|
2021-10-12 08:58:02 +00:00
|
|
|
to = "https://ghcr.io/v2/goauthentik/:splat"
|
2021-10-10 20:13:10 +00:00
|
|
|
status = 200
|
|
|
|
force = true
|