mirror of
https://github.com/truecharts/charts.git
synced 2026-07-28 08:14:31 -03:00
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||

|
||||

|
||||
|
||||
- Set the users password
|
||||
- Set the users password
|
||||
|
||||

|
||||
|
||||
@@ -95,7 +95,7 @@ The example uses `https://sonarr.domain.com/`, make sure your app is reachable a
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -20,4 +20,3 @@ qbitportforward:
|
||||
QBT_USERNAME: "admin"
|
||||
QBT_PASSWORD: "adminadmin"
|
||||
```
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user