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

View File

@@ -45,4 +45,4 @@ sources:
- https://hub.docker.com/r/kubernetesui/dashboard-web
- https://kubernetes-dashboard.universe.tf
type: application
version: 1.14.1
version: 1.14.1

View File

@@ -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

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:
- 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

View File

@@ -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:

View File

@@ -20,4 +20,3 @@ qbitportforward:
QBT_USERNAME: "admin"
QBT_PASSWORD: "adminadmin"
```

View File

@@ -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"