diff --git a/charts/stable/authelia/docs/Setup-Guide.md b/charts/stable/authelia/docs/Setup-Guide.md index cc0e089c4c5..3d4aaeb6074 100644 --- a/charts/stable/authelia/docs/Setup-Guide.md +++ b/charts/stable/authelia/docs/Setup-Guide.md @@ -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`. diff --git a/charts/stable/cloudflareddns/docs/setup-guide.md b/charts/stable/cloudflareddns/docs/setup-guide.md index b7a51ba5027..a7ebff226fa 100644 --- a/charts/stable/cloudflareddns/docs/setup-guide.md +++ b/charts/stable/cloudflareddns/docs/setup-guide.md @@ -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 diff --git a/charts/stable/cloudreve/docs/installation_notes.md b/charts/stable/cloudreve/docs/installation_notes.md index 2b035791b50..6a0ea2ddfe6 100644 --- a/charts/stable/cloudreve/docs/installation_notes.md +++ b/charts/stable/cloudreve/docs/installation_notes.md @@ -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: diff --git a/charts/stable/lancache-monolithic/docs/installation_notes.md b/charts/stable/lancache-monolithic/docs/installation_notes.md index d07077b2310..e5a7e0f14d9 100644 --- a/charts/stable/lancache-monolithic/docs/installation_notes.md +++ b/charts/stable/lancache-monolithic/docs/installation_notes.md @@ -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 diff --git a/charts/stable/lldap/docs/authelia-lldap-forwardauth.md b/charts/stable/lldap/docs/authelia-lldap-forwardauth.md index 60a113603bb..c860e9ff5bf 100644 --- a/charts/stable/lldap/docs/authelia-lldap-forwardauth.md +++ b/charts/stable/lldap/docs/authelia-lldap-forwardauth.md @@ -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`. diff --git a/charts/stable/paperless-ngx/docs/how-to.md b/charts/stable/paperless-ngx/docs/how-to.md index 1e91ad9addb..a670183aa41 100644 --- a/charts/stable/paperless-ngx/docs/how-to.md +++ b/charts/stable/paperless-ngx/docs/how-to.md @@ -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: diff --git a/charts/stable/ring-mqtt/docs/installation_notes.md b/charts/stable/ring-mqtt/docs/installation_notes.md index a11c0385d73..e89069dd494 100644 --- a/charts/stable/ring-mqtt/docs/installation_notes.md +++ b/charts/stable/ring-mqtt/docs/installation_notes.md @@ -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 diff --git a/charts/stable/traefik-forward-auth/docs/how-to.md b/charts/stable/traefik-forward-auth/docs/how-to.md index ba30d534ae9..6da1a63cf2e 100644 --- a/charts/stable/traefik-forward-auth/docs/how-to.md +++ b/charts/stable/traefik-forward-auth/docs/how-to.md @@ -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. :::