Commit daily changes

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2025-03-07 00:15:32 +00:00
parent 1e0dcbb8c6
commit d6f5bf5da1
6 changed files with 9 additions and 10 deletions
@@ -45,4 +45,4 @@ sources:
- https://hub.docker.com/r/kubernetesui/dashboard-web - https://hub.docker.com/r/kubernetesui/dashboard-web
- https://kubernetes-dashboard.universe.tf - https://kubernetes-dashboard.universe.tf
type: application type: application
version: 1.14.1 version: 1.14.1
+5 -5
View File
@@ -49,7 +49,7 @@ authentik:
credentials: credentials:
email: info@domain.com email: info@domain.com
password: secretpassword password: secretpassword
``` ```
## Authentik GUI Setup ## 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-1](./img/New-User-1.png)
![New-User-2](./img/New-User-2.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) ![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) ![New-Application-2](./img/New-Application-2.png)
4. 4.
- Configure Proxy Provider by select `Forward auth (single application)` and fill your `External host`. - Configure Proxy Provider by select `Forward auth (single application)` and fill your `External host`.
- Select the preffered `Authorization flow` - 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. - 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 :::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-provider
# - X-authentik-meta-app # - X-authentik-meta-app
# - X-authentik-meta-version # - X-authentik-meta-version
``` ```
## Add Traefik forwardAuth to Charts ## Add Traefik forwardAuth to Charts
+1 -1
View File
@@ -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: 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. - 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. - `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 This will reconfigure and restart Paperless-ngx. Authentication to
@@ -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 ```yaml
service: service:
@@ -20,4 +20,3 @@ qbitportforward:
QBT_USERNAME: "admin" QBT_USERNAME: "admin"
QBT_PASSWORD: "adminadmin" QBT_PASSWORD: "adminadmin"
``` ```
+1 -1
View File
@@ -60,7 +60,7 @@ In Tailscale Portal on DNS, Namespace section add a new custom nameserver using
```yaml ```yaml
tailscale: tailscale:
authkey: MY_PRIVATE_AUTHKEY authkey: MY_PRIVATE_AUTHKEY
accept_dns: true accept_dns: true
routes: 192.168.1.0/24 # LAN Example routes: 192.168.1.0/24 # LAN Example
advertise_as_exit_node: true advertise_as_exit_node: true
hostname: "MyHostname" hostname: "MyHostname"