fix some docs

This commit is contained in:
Kjeld Schouten
2025-10-13 17:50:55 +02:00
parent b8af7831e3
commit 494af508e0
8 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ LLDAP is a `stable` train chart and therefore isn't supported at the same level
:::
- Follow the easy steps included in the [Installation Notes](/charts/stable/lldap/installation-notes) for [LLDAP](/charts/stable/lldap/). Change `dc=example,dc=com` to your domain, e.g. `dc=MYDOMAIN,dc=net` and then change your password.
- Follow the easy steps included in the [Installation Notes](/truecharts/charts/stable/lldap/installation-notes) for [LLDAP](/truecharts/charts/stable/lldap/). Change `dc=example,dc=com` to your domain, e.g. `dc=MYDOMAIN,dc=net` and then change your password.
- Once in `LLDAP`, create a user inside the `lldap_password_manager` group and change your default `admin` password. That `lldap_password_manager` user will be used to bind to `Authelia`. Here I've created a user called `manager`, but you can use anything
@@ -106,7 +106,7 @@ middlewares:
### Adding the forwardauth to your Apps
The last step is adding the `forwardauth` along with the standard `ingress` settings for your app, for more info on setting ingress see the [ClusterIssuer Guide](/charts/stable/clusterissuer/how-to).
The last step is adding the `forwardauth` along with the standard `ingress` settings for your app, for more info on setting ingress see the [ClusterIssuer Guide](/truecharts/charts/stable/clusterissuer/how-to).
- In this example we use the same name as above, or `auth`.

View File

@@ -6,7 +6,7 @@ This guide will help you go through the steps to use Cloudflareddns to update yo
## Prerequisites
This guide assumes you've followed our [clusterissuer guide](/charts/stable/clusterissuer/how-to) with your domain and done the configuration for your DNS on Cloudflare
This guide assumes you've followed our [clusterissuer guide](/truecharts/charts/stable/clusterissuer/how-to) with your domain and done the configuration for your DNS on Cloudflare
The recommended way is to setup CNAMEs for your subdomains (charts) and keep your A record pointed to your base domain, such as below

View File

@@ -30,7 +30,7 @@ On first run, Cloudreve will generate an admin user and print the email and pass
## Aria2
To use Cloudreve with Aria2, deploy the [TrueCharts Aria2 chart](/charts/stable/aria2/). This chart needs an env. 'RPC_SECRET', which should be a securely generated string that will be copied to Cloudreve later. See below for an example.
To use Cloudreve with Aria2, deploy the [TrueCharts Aria2 chart](/truecharts/charts/stable/aria2/). This chart needs an env. 'RPC_SECRET', which should be a securely generated string that will be copied to Cloudreve later. See below for an example.
Once Aria2 is deployed, open Cloudreve's webpage and navigate to the Dashboard (Click on profile icon in top right corner -> Dashboard). In the Dashboard, select `Nodes` and then click the edit icon beside `Master (Local Machine)`. In the edit dialog, click `Enable` and then fill out the settings:

View File

@@ -18,7 +18,7 @@ Like TrueNAS Scale WebUI.
## Lancache-dns
- It's highly recommended to also install the [lancache-dns](/charts/stable/lancache-dns/) chart along side the monolithic chart.
- It's highly recommended to also install the [lancache-dns](/truecharts/charts/stable/lancache-dns/) chart along side the monolithic chart.
## Lancache-Prefill

View File

@@ -2,4 +2,4 @@
title: Authelia + LLDAP + Traefik ForwardAuth Setup guide
---
Please refer to the full [Authelia + LLDAP + Traefik ForwardAuth Setup guide](/charts/stable/authelia/setup-guide) for a quick guide should take you through the steps necessary to setup `Authelia` as your `forwardAuth` for `Traefik`.
Please refer to the full [Authelia + LLDAP + Traefik ForwardAuth Setup guide](/truecharts/charts/stable/authelia/setup-guide) for a quick guide should take you through the steps necessary to setup `Authelia` as your `forwardAuth` for `Traefik`.

View File

@@ -63,14 +63,14 @@ persistence:
### Configure ForwardAuth authentication
Users that have set up [Traefik with ForwardAuth, for example with Authelia](/charts/stable/authelia/setup-guide/)
Users that have set up [Traefik with ForwardAuth, for example with Authelia](/truecharts/charts/stable/authelia/setup-guide/)
can take advantage of authentication through Authelia for their Paperless-ngx installation. Paperless-ngx will honour
logins passed from Authelia but not the e-mail address nor the groups of the logged-in user, those will be internal to
Paperless-ngx and separate from those in Authelia. ForwardAuth can be added to an existing Paperless-ngx installation as
long as the logins of Authelia users match the logins of Paperless-ngx users.
This guide will only describe the Paperless-ngx specific options required to set up ForwardAuth. Please refer to the
[Traefik + Authelia ForwardAuth setup guide](/charts/stable/authelia/setup-guide/) on how to prepare ForwardAuth.
[Traefik + Authelia ForwardAuth setup guide](/truecharts/charts/stable/authelia/setup-guide/) on how to prepare ForwardAuth.
Once you have set up ForwardAuth in your Traefik installation, configure ForwardAuth in Paperless-ngx as follows:

View File

@@ -6,7 +6,7 @@ title: Installation Notes
## MQTT setup
- I used the chart called `mosquitto` install it as normal and set `Authentication` to **true**. here's the [auth guide](/charts/stable/mosquitto/setup-guide).
- I used the chart called `mosquitto` install it as normal and set `Authentication` to **true**. here's the [auth guide](/truecharts/charts/stable/mosquitto/setup-guide).
## Ring-MQTT setup

View File

@@ -5,7 +5,7 @@ description: A How To Guide for Traefik Forward Auth
:::note
We highly recommend to setup [authelia](/charts/stable/authelia/setup-guide) instead.
We highly recommend to setup [authelia](/truecharts/charts/stable/authelia/setup-guide) instead.
:::