diff --git a/charts/stable/traefik-forward-auth/Chart.yaml b/charts/stable/traefik-forward-auth/Chart.yaml index fcf9c8d3aae..63eb796aa6f 100644 --- a/charts/stable/traefik-forward-auth/Chart.yaml +++ b/charts/stable/traefik-forward-auth/Chart.yaml @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/traefik-forward-auth - https://hub.docker.com/r/thomseddon/traefik-forward-auth type: application -version: 3.7.1 +version: 3.7.2 diff --git a/charts/stable/traefik-forward-auth/docs/how-to.md b/charts/stable/traefik-forward-auth/docs/how-to.md index 194fc26bd88..69443d22938 100644 --- a/charts/stable/traefik-forward-auth/docs/how-to.md +++ b/charts/stable/traefik-forward-auth/docs/how-to.md @@ -1,15 +1,26 @@ --- title: traefik-forward-auth +description: A How To Guide for Traefik Forward Auth. --- +:::note + +We highly recommend to setup [authelia](/charts/premium/authelia/docs/Setup-Guide.md) instead. + +::: + This app makes it possible to have a layer of security in front of your publicly exposed apps. It supports Google, OIDC, and generic OAuth2. Please read the [GitHub README of the original project](https://github.com/thomseddon/traefik-forward-auth) for your authentication options. -Note: generally, phone apps do not support redirection during their authentication flow, so this middleware is more suitable for +:::note + +generally, phone apps do not support redirection during their authentication flow, so this middleware is more suitable for protecting portals that you would access through a browser. +::: + ## A standard setup (auth host mode) This method will add a middleware to the traefik instance with Google authentication which then you can apply on any apps diff --git a/charts/stable/traefik-forward-auth/questions.yaml b/charts/stable/traefik-forward-auth/questions.yaml index 9d2f89e5314..e98e377b0ae 100644 --- a/charts/stable/traefik-forward-auth/questions.yaml +++ b/charts/stable/traefik-forward-auth/questions.yaml @@ -293,8 +293,6 @@ questions: # Include{serviceExpertRoot} # Include{serviceExpert} # Include{serviceList} -# Include{persistenceRoot} -# Include{persistenceBasic} # Include{persistenceList} # Include{ingressRoot} - variable: main @@ -315,7 +313,7 @@ questions: default: 568 - variable: runAsGroup label: "runAsGroup" - description: "The groupID this App of the user running the application" + description: "The groupID of the user running the application" schema: type: int default: 568