From d6f5bf5da16ac887e583fb0a172c3ba047e348d3 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 7 Mar 2025 00:15:32 +0000 Subject: [PATCH] Commit daily changes Signed-off-by: TrueCharts-Bot --- charts/premium/kubernetes-dashboard/Chart.yaml | 2 +- charts/stable/authentik/docs/how_to.md | 10 +++++----- charts/stable/paperless-ngx/docs/how-to.md | 2 +- charts/stable/qbittorrent/docs/installation.md | 2 +- charts/stable/qbittorrent/docs/port-forwarding.md | 1 - charts/stable/tailscale/docs/How-To-Guide.md | 2 +- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/charts/premium/kubernetes-dashboard/Chart.yaml b/charts/premium/kubernetes-dashboard/Chart.yaml index 89098f6e054..f24c1e796ba 100644 --- a/charts/premium/kubernetes-dashboard/Chart.yaml +++ b/charts/premium/kubernetes-dashboard/Chart.yaml @@ -45,4 +45,4 @@ sources: - https://hub.docker.com/r/kubernetesui/dashboard-web - https://kubernetes-dashboard.universe.tf type: application -version: 1.14.1 \ No newline at end of file +version: 1.14.1 diff --git a/charts/stable/authentik/docs/how_to.md b/charts/stable/authentik/docs/how_to.md index d78cacfbb47..6db3766a261 100644 --- a/charts/stable/authentik/docs/how_to.md +++ b/charts/stable/authentik/docs/how_to.md @@ -49,7 +49,7 @@ authentik: credentials: email: info@domain.com password: secretpassword -``` +``` ## Authentik GUI Setup @@ -74,7 +74,7 @@ Default username is `akadmin` and password is whatever you entered in the chart ![New-User-1](./img/New-User-1.png) ![New-User-2](./img/New-User-2.png) -- Set the users password +- Set the users password ![New-User-3](./img/New-User-3.png) @@ -95,7 +95,7 @@ The example uses `https://sonarr.domain.com/`, make sure your app is reachable a ![New-Application-2](./img/New-Application-2.png) -4. +4. - Configure Proxy Provider by select `Forward auth (single application)` and fill your `External host`. - Select the preffered `Authorization flow` - When you scroll down you can enable `Send HTTP-Basic Authentication` under `Authentication settings` and complete the correct keys for your service here. Don't use a `basicAuth` middleware in the apps' ingress settings. Only use this if your app has build in basic auth support. More information upstream [here](https://docs.goauthentik.io/docs/add-secure-apps/providers/proxy/header_authentication). In this how_to we don't use this. @@ -116,7 +116,7 @@ The example uses `https://sonarr.domain.com/`, make sure your app is reachable a :::note -This is not further tested during creation of this HOW-TO, feel free to complete. +This is not further tested during creation of this HOW-TO, feel free to complete. ::: @@ -168,7 +168,7 @@ middlewares: # - X-authentik-meta-provider # - X-authentik-meta-app # - X-authentik-meta-version -``` +``` ## Add Traefik forwardAuth to Charts diff --git a/charts/stable/paperless-ngx/docs/how-to.md b/charts/stable/paperless-ngx/docs/how-to.md index 8c49ec76bd5..83c044f9a90 100644 --- a/charts/stable/paperless-ngx/docs/how-to.md +++ b/charts/stable/paperless-ngx/docs/how-to.md @@ -75,7 +75,7 @@ This guide will only describe the Paperless-ngx specific options required to set Once you have set up ForwardAuth in your Traefik installation, configure ForwardAuth in Paperless-ngx as follows: - Add the following environment variables in the values for paperless. - - Enter `PAPERLESS_ENABLE_HTTP_REMOTE_USER` and set its value to true, and + - Enter `PAPERLESS_ENABLE_HTTP_REMOTE_USER` and set its value to true, and - `PAPERLESS_LOGOUT_REDIRECT_URL` and your logout URL (`https://auth.mydomain.com/logout` as per the above guide's example domain) in the second box. This will reconfigure and restart Paperless-ngx. Authentication to diff --git a/charts/stable/qbittorrent/docs/installation.md b/charts/stable/qbittorrent/docs/installation.md index 8f709ff58f2..84c6e43d853 100644 --- a/charts/stable/qbittorrent/docs/installation.md +++ b/charts/stable/qbittorrent/docs/installation.md @@ -38,7 +38,7 @@ Add an `loadBalancerIP` to the `main` service or configure an Ingress if you pre ::: -An loadBalancer IP must assigned to the `Listening` port. Standard configures as port `6881` +An loadBalancer IP must assigned to the `Listening` port. Standard configures as port `6881` ```yaml service: diff --git a/charts/stable/qbittorrent/docs/port-forwarding.md b/charts/stable/qbittorrent/docs/port-forwarding.md index b63a117cc73..880a4ee8517 100644 --- a/charts/stable/qbittorrent/docs/port-forwarding.md +++ b/charts/stable/qbittorrent/docs/port-forwarding.md @@ -20,4 +20,3 @@ qbitportforward: QBT_USERNAME: "admin" QBT_PASSWORD: "adminadmin" ``` - diff --git a/charts/stable/tailscale/docs/How-To-Guide.md b/charts/stable/tailscale/docs/How-To-Guide.md index af7b68d233f..14c39c7f706 100644 --- a/charts/stable/tailscale/docs/How-To-Guide.md +++ b/charts/stable/tailscale/docs/How-To-Guide.md @@ -60,7 +60,7 @@ In Tailscale Portal on DNS, Namespace section add a new custom nameserver using ```yaml tailscale: authkey: MY_PRIVATE_AUTHKEY - accept_dns: true + accept_dns: true routes: 192.168.1.0/24 # LAN Example advertise_as_exit_node: true hostname: "MyHostname"