2021-10-21 08:37:48 +00:00
|
|
|
[[redirects]]
|
|
|
|
from = "/discord"
|
|
|
|
to = "https://discord.gg/jg33eMhnj6"
|
|
|
|
|
2021-12-13 20:42:31 +00:00
|
|
|
# Migration from docs to separate directory
|
2021-11-22 10:10:26 +00:00
|
|
|
[[redirects]]
|
|
|
|
from = "/docs/integrations/*"
|
2021-11-22 10:13:31 +00:00
|
|
|
to = "/integrations/:splat"
|
2021-11-22 10:10:26 +00:00
|
|
|
|
2021-12-13 20:42:31 +00:00
|
|
|
# Docusaurus update removes index
|
|
|
|
[[redirects]]
|
|
|
|
from = "/docs/:firstPart/index"
|
|
|
|
to = "/docs/:firstPart/"
|
|
|
|
status = 301
|
|
|
|
force = true
|
|
|
|
[[redirects]]
|
|
|
|
from = "/docs/:firstPart/:secondPart/index"
|
|
|
|
to = "/docs/:firstPart/:secondPart/"
|
|
|
|
status = 301
|
|
|
|
force = true
|
|
|
|
[[redirects]]
|
|
|
|
from = "/integrations/:firstPart/index"
|
|
|
|
to = "/integrations/:firstPart/"
|
|
|
|
status = 301
|
|
|
|
force = true
|
|
|
|
[[redirects]]
|
|
|
|
from = "/integrations/:firstPart/:secondPart/index"
|
|
|
|
to = "/integrations/:firstPart/:secondPart/"
|
|
|
|
status = 301
|
|
|
|
force = true
|
|
|
|
|
|
|
|
# Container registry
|
2021-10-12 08:58:02 +00:00
|
|
|
[[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-13 19:27:26 +00:00
|
|
|
status = 200
|
|
|
|
force = true
|
2021-10-13 15:40:52 +00:00
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/version/*"
|
|
|
|
to = "https://raw.githubusercontent.com/goauthentik/authentik/version-:splat"
|
2021-10-20 13:24:04 +00:00
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/js/script.js"
|
2023-05-05 14:43:44 +00:00
|
|
|
to = "https://plausible.a7k.io/js/plausible.outbound-links.js"
|
2021-10-20 13:24:04 +00:00
|
|
|
status = 200
|
|
|
|
force = true
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/api/event"
|
2023-05-05 14:43:44 +00:00
|
|
|
to = "https://plausible.a7k.io/api/event"
|
2021-10-20 13:24:04 +00:00
|
|
|
status = 200
|
|
|
|
force = true
|
2023-01-30 12:37:30 +00:00
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/community/show_setup"
|
|
|
|
to = "https://docs.google.com/forms/d/1g5W3kz-7EJ3zay8S3C5aN2vIdZQuzT_MJljb6yv80_I"
|
2023-02-27 12:40:33 +00:00
|
|
|
|
|
|
|
[[headers]]
|
|
|
|
for = "/*"
|
|
|
|
[headers.values]
|
|
|
|
X-Frame-Options = "DENY"
|
2023-03-23 20:34:34 +00:00
|
|
|
|
|
|
|
[dev]
|
|
|
|
command = "npm run watch"
|
|
|
|
targetPort = 3000
|
|
|
|
publish = "build"
|