From 5ba71e6ec30b5defcdb5340f0776cc6362db5511 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 14 Apr 2024 02:26:39 +0300 Subject: [PATCH] chore(docs): make links relative --- charts/premium/authelia/docs/Setup-Guide.md | 10 +++++----- charts/premium/clusterissuer/docs/how-to.md | 6 +++--- .../nextcloud/docs/backup-restore-migrate-guide.md | 2 +- charts/premium/nextcloud/docs/installation-notes.md | 4 ++-- .../premium/traefik/docs/Authelia-LLDAP-forwardauth.md | 2 +- charts/premium/traefik/docs/how-to.md | 2 +- charts/stable/authentik/docs/how_to.md | 2 +- charts/stable/bitmagnet/docs/installation_notes.md | 2 +- charts/stable/cloudflareddns/docs/setup-guide.md | 2 +- charts/stable/cloudreve/docs/installation_notes.md | 4 ++-- charts/stable/docusaurus/docs/How-To.md | 2 +- charts/stable/duplicati/docs/ingress.md | 2 +- charts/stable/external-dns/docs/setup-guide.md | 2 +- charts/stable/jellyfin/docs/how-to.md | 6 +++--- charts/stable/jellyseerr/docs/how-to.md | 2 +- .../lancache-monolithic/docs/installation_notes.md | 2 +- charts/stable/lldap/docs/authelia-lldap-forwardauth.md | 2 +- charts/stable/notifiarr/docs/how-to.md | 2 +- charts/stable/organizr/docs/forward_auth.md | 2 +- charts/stable/plaxt/docs/installation_notes.md | 2 +- charts/stable/qbittorrent/docs/installation.md | 2 +- charts/stable/ring-mqtt/docs/installation_notes.md | 2 +- .../stable/simply-shorten/docs/installation_notes.md | 2 +- charts/stable/wg-easy/docs/installation-notes.md | 2 +- charts/system/prometheus-operator/docs/installation.md | 2 +- 25 files changed, 35 insertions(+), 35 deletions(-) diff --git a/charts/premium/authelia/docs/Setup-Guide.md b/charts/premium/authelia/docs/Setup-Guide.md index c4e69888141..9d869130be2 100644 --- a/charts/premium/authelia/docs/Setup-Guide.md +++ b/charts/premium/authelia/docs/Setup-Guide.md @@ -18,7 +18,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](https://truecharts.org/charts/stable/lldap/installation-notes) for [LLDAP](https://truecharts.org/charts/stable/lldap/). Change `dc=example,dc=com` to your domain, i.e. `dc=MYDOMAIN,dc=net` and then change your password. Also, make sure you have the `system` train enabled and `CloudnativePG` operator installed, since you'll need it for `LLDAP` and `Authelia`. +- 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, i.e. `dc=MYDOMAIN,dc=net` and then change your password. Also, make sure you have the `system` train enabled and `CloudnativePG` operator installed, since you'll need it for `LLDAP` and `Authelia`. ![LLDAP Config](./img/LLDAPCatalogConfig.png) @@ -30,7 +30,7 @@ LLDAP is a `Stable` train chart and therefore isn't supported at the same level ## Setup Authelia -- The setup for Authelia is very specific and the logs won't tell you where you've messed up, but there's precise steps used to integrate `LLDAP` into `Authelia`. The info comes from the [LLDAP Authelia Docs](https://truecharts.org/charts/stable/lldap/authelia) and the upstream repo. +- The setup for Authelia is very specific and the logs won't tell you where you've messed up, but there's precise steps used to integrate `LLDAP` into `Authelia`. The info comes from the [LLDAP Authelia Docs](/charts/stable/lldap/authelia) and the upstream repo. ### App Configuration @@ -87,14 +87,14 @@ Please see [Authelia Rules](./authelia-rules) for more advanced rules. ## Traefik ForwardAuth Setup -- This part is straight forward as long as you have a working `Traefik` install, please see our [How-To](https://truecharts.org/charts/premium/traefik/how-to) if you need more info on getting that running. +- This part is straight forward as long as you have a working `Traefik` install, please see our [How-To](/charts/premium/traefik/how-to) if you need more info on getting that running. - Scroll down to `forwardAuth` and click `Add` ![TraefikForwardAuth](./img/TraefikForwardAuth.png) - Name your `forwardauth` something you'll remember, since that's the middleware you'll add to your ingress going forward. Most people use `auth` -- Address: `http://authelia.ix-authelia.svc.cluster.local:9091/api/verify?rd=https://auth.mydomain.com/` and replace the last part based on `mydomain.com`, and if you've changed ports/names you can get that from [`HeavyScript`](https://truecharts.org/manual/SCALE/guides/getting-started/#heavyscript) +- Address: `http://authelia.ix-authelia.svc.cluster.local:9091/api/verify?rd=https://auth.mydomain.com/` and replace the last part based on `mydomain.com`, and if you've changed ports/names you can get that from [`HeavyScript`](/manual/SCALE/guides/getting-started/#heavyscript) - Check `trustForwardHeader` - Add the following `authResponseHeaders` (press `Add` 4 times) - `Remote-User` @@ -104,7 +104,7 @@ Please see [Authelia Rules](./authelia-rules) for more advanced rules. ### 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](https://truecharts.org/charts/premium/clusterissuer/how-to). What changes versus a standard setup is the `Traefik Middlewares` section, where you must add your `forwardauth` to the section. +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/premium/clusterissuer/how-to). What changes versus a standard setup is the `Traefik Middlewares` section, where you must add your `forwardauth` to the section. - In this example we use the same name as above, or `auth`. Click `Add` to the `Traefik Middlewares` section, and enter your `forwardauth` name. diff --git a/charts/premium/clusterissuer/docs/how-to.md b/charts/premium/clusterissuer/docs/how-to.md index 1316edb327f..8a1cea9f395 100644 --- a/charts/premium/clusterissuer/docs/how-to.md +++ b/charts/premium/clusterissuer/docs/how-to.md @@ -6,9 +6,9 @@ This guide will walk you through setting up `clusterissuer`, certificate managem ## Prerequisites -- Ensure you have the `premium` and `system` trains enabled for `TrueCharts` as discussed [here](https://truecharts.org/manual/SCALE/guides/getting-started#adding-truecharts). -- [Traefik](https://truecharts.org/charts/premium/traefik/) is installed from premium train -- [Cert-Mananger](https://truecharts.org/charts/system/cert-manager/) and [Prometheus-Operator](https://truecharts.org/charts/system/prometheus-operator/) are installed from the system train +- Ensure you have the `premium` and `system` trains enabled for `TrueCharts` as discussed [here](/manual/SCALE/guides/getting-started#adding-truecharts). +- [Traefik](/charts/premium/traefik/) is installed from premium train +- [Cert-Mananger](/charts/system/cert-manager/) and [Prometheus-Operator](/charts/system/prometheus-operator/) :::warning DNS diff --git a/charts/premium/nextcloud/docs/backup-restore-migrate-guide.md b/charts/premium/nextcloud/docs/backup-restore-migrate-guide.md index 00e927cf005..29be10e9cb2 100644 --- a/charts/premium/nextcloud/docs/backup-restore-migrate-guide.md +++ b/charts/premium/nextcloud/docs/backup-restore-migrate-guide.md @@ -20,7 +20,7 @@ If you are using two factor authentication on your Nextcloud accounts disable it ### Backup Database -If you have not already done so install PGAdmin and the [tcdbinfo.sh script](https://truecharts.org/manual/SCALE/guides/sql-export#how-to-list-database-login-info-for-truecharts-apps) +If you have not already done so install PGAdmin and the [tcdbinfo.sh script](/manual/SCALE/guides/sql-export#how-to-list-database-login-info-for-truecharts-apps) 1. Run the tcdbinfo.sh script and take note of the connection info diff --git a/charts/premium/nextcloud/docs/installation-notes.md b/charts/premium/nextcloud/docs/installation-notes.md index 3e78e09d5ba..addb80076d3 100644 --- a/charts/premium/nextcloud/docs/installation-notes.md +++ b/charts/premium/nextcloud/docs/installation-notes.md @@ -4,10 +4,10 @@ title: Installation Notes ## Requirements -1. The Cloudnative-PG operator is required from the `system` train. More information can be found on our [getting started guide](https://truecharts.org/manual/SCALE/guides/getting-started/#prometheus-and-cnpg-system-app-installations) +1. The Cloudnative-PG operator is required from the `system` train. More information can be found on our [getting started guide](/manual/SCALE/guides/getting-started/#prometheus-and-cnpg-system-app-installations) 2. Ingress is required to be configured. The preferred and supported method for ingress is Traefik. More information can be - found on our [getting started guide](https://truecharts.org/manual/SCALE/guides/getting-started/#traefik-installation-for-ingress--reverse-proxy-support-with-truecharts-apps). + found on our [getting started guide](/manual/SCALE/guides/getting-started/#traefik-installation-for-ingress--reverse-proxy-support-with-truecharts-apps). :::caution SNAPSHOT DIRECTORY VISIBILITY diff --git a/charts/premium/traefik/docs/Authelia-LLDAP-forwardauth.md b/charts/premium/traefik/docs/Authelia-LLDAP-forwardauth.md index a7f768274dd..864439b06e2 100644 --- a/charts/premium/traefik/docs/Authelia-LLDAP-forwardauth.md +++ b/charts/premium/traefik/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](https://truecharts.org/charts/premium/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](/charts/premium/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/premium/traefik/docs/how-to.md b/charts/premium/traefik/docs/how-to.md index 947227ae7e5..95649599700 100644 --- a/charts/premium/traefik/docs/how-to.md +++ b/charts/premium/traefik/docs/how-to.md @@ -48,7 +48,7 @@ Ensure you are accessing your WebUI from the new ports before proceeding. :::note -Traefik is part of the `premium` train, so make sure you have it enabled as specified in the [guide](https://truecharts.org/manual/SCALE/guides/getting-started#adding-truecharts). +Traefik is part of the `premium` train, so make sure you have it enabled as specified in the [guide](/manual/SCALE/guides/getting-started#adding-truecharts). ::: diff --git a/charts/stable/authentik/docs/how_to.md b/charts/stable/authentik/docs/how_to.md index 0745888c772..03f25dcc76c 100644 --- a/charts/stable/authentik/docs/how_to.md +++ b/charts/stable/authentik/docs/how_to.md @@ -12,7 +12,7 @@ This can be applied to other systems but this specific guide has been tested and ## Prerequisites -This guide assumes you're using Traefik as your Reverse Proxy / Ingress provider and have through the configuration listen in our [Quick-Start guides](https://truecharts.org/docs/manual/SCALE%20Apps/adding-letsencrypt) and/or the [Traefik documents](https://truecharts.org/charts/premium/traefik/how-to/). Please ensure that you can access your domain properly with Ingress before attempting any further steps. +This guide assumes you're using Traefik as your Reverse Proxy / Ingress provider and have through the configuration listen in our [Quick-Start guides](/docs/manual/SCALE%20Apps/adding-letsencrypt) and/or the [Traefik documents](/charts/premium/traefik/how-to/). Please ensure that you can access your domain properly with Ingress before attempting any further steps. ## Authentik Chart Setup diff --git a/charts/stable/bitmagnet/docs/installation_notes.md b/charts/stable/bitmagnet/docs/installation_notes.md index 9e8a4661ab3..f149a6a6d14 100644 --- a/charts/stable/bitmagnet/docs/installation_notes.md +++ b/charts/stable/bitmagnet/docs/installation_notes.md @@ -2,7 +2,7 @@ title: Scale App Installation --- -To effortlessly kickstart your journey with bitmagnet, integrate the [TrueCharts catalog](https://truecharts.org/manual/SCALE/guides/getting-started#adding-truecharts) and proceed with app installation on TrueNAS Scale. +To effortlessly kickstart your journey with bitmagnet, integrate the [TrueCharts catalog](/manual/SCALE/guides/getting-started#adding-truecharts) and proceed with app installation on TrueNAS Scale. Optionally, you can configure the `TMDB API Key` by following the guidelines outlined [here](https://bitmagnet.io/setup/configuration.html#obtaining-a-tmdb-api-key). diff --git a/charts/stable/cloudflareddns/docs/setup-guide.md b/charts/stable/cloudflareddns/docs/setup-guide.md index e4c90d2ce32..76fa1b0f726 100644 --- a/charts/stable/cloudflareddns/docs/setup-guide.md +++ b/charts/stable/cloudflareddns/docs/setup-guide.md @@ -19,7 +19,7 @@ Cloudflareddns chart ## Prerequisites -This guide assumes you've followed our [clusterissuer guide](https://truecharts.org/charts/premium/clusterissuer/how-to) with your domain on TrueNAS and done the configuration for your DNS on Cloudflare +This guide assumes you've followed our [clusterissuer guide](/charts/premium/clusterissuer/how-to) with your domain on TrueNAS 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 d08bf8f821c..5ad754c65db 100644 --- a/charts/stable/cloudreve/docs/installation_notes.md +++ b/charts/stable/cloudreve/docs/installation_notes.md @@ -32,11 +32,11 @@ To retrieve the password in TrueNAS SCALE, wait for the app to finish deploying ## Aria2 -To use cloudreve with aria2, install the [TrueCharts aria2 app](https://truecharts.org/charts/stable/aria2/). The installation dialog will ask for a 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, install the [TrueCharts aria2 app](/charts/stable/aria2/). The installation dialog will ask for a RPC Secret, which should be a securely generated string that will be copied to cloudreve later. See below for an example. Once aria2 is installed, 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: -- RPC Server: find with `heavyscript dns`, and read about internal DNS [here](https://truecharts.org/manual/SCALE/guides/linking-apps/). +- RPC Server: find with `heavyscript dns`, and read about internal DNS [here](/manual/SCALE/guides/linking-apps/). - RPC Secret: Set the shared secret here. Must also be set in the Aria2 app. - Absolute Path: Set this to a custom persistent mount that you've created for this cloudreve app, and have also mounted to Aria2. diff --git a/charts/stable/docusaurus/docs/How-To.md b/charts/stable/docusaurus/docs/How-To.md index 7875379ea1a..b6b8b342574 100644 --- a/charts/stable/docusaurus/docs/How-To.md +++ b/charts/stable/docusaurus/docs/How-To.md @@ -34,7 +34,7 @@ None necessary, a domain name is recommended for usage but not required. ### Ingress -Recommended for use with a domain name but not required as mentioned above. You can refer to our [Quick-Start Guides](https://truecharts.org/manual/SCALE/options/ingress) for an overview on using Ingress with your chart. +Recommended for use with a domain name but not required as mentioned above. You can refer to our [Quick-Start Guides](/manual/SCALE/options/ingress) for an overview on using Ingress with your chart. ## Support diff --git a/charts/stable/duplicati/docs/ingress.md b/charts/stable/duplicati/docs/ingress.md index 9165db23957..11cad9f5511 100644 --- a/charts/stable/duplicati/docs/ingress.md +++ b/charts/stable/duplicati/docs/ingress.md @@ -6,4 +6,4 @@ This chart requires Ingress to be enabled after initial install due to the confi ![image](https://user-images.githubusercontent.com/89483932/174445638-bac32cc8-375f-4fdb-a99f-f8b75a4613e1.png) -Once this is done you can successful add Ingress using the steps outlined inside our [Quick-Start Guide](https://truecharts.org/manual/SCALE/options/ingress). If you require more help or details please refer to our Discord for help from our Support Staff. +Once this is done you can successful add Ingress using the steps outlined inside our [Quick-Start Guide](/manual/SCALE/options/ingress). If you require more help or details please refer to our Discord for help from our Support Staff. diff --git a/charts/stable/external-dns/docs/setup-guide.md b/charts/stable/external-dns/docs/setup-guide.md index 652faa465de..78d0264654c 100644 --- a/charts/stable/external-dns/docs/setup-guide.md +++ b/charts/stable/external-dns/docs/setup-guide.md @@ -13,7 +13,7 @@ Inspired by Kubernetes DNS, Kubernetes' cluster-internal DNS server, ExternalDNS - Traefik - Clusterissuer / Cert-manager installed (vital if exposed externally) -Please follow the [Getting Started](https://truecharts.org/manual/SCALE/guides/getting-started) guide on the [Truecharts](https://truecharts.org) website. +Please follow the [Getting Started](/manual/SCALE/guides/getting-started) guide on the [Truecharts](https://truecharts.org) website. ## Installation instructions diff --git a/charts/stable/jellyfin/docs/how-to.md b/charts/stable/jellyfin/docs/how-to.md index 2d5c1d7614a..746ef8424c3 100644 --- a/charts/stable/jellyfin/docs/how-to.md +++ b/charts/stable/jellyfin/docs/how-to.md @@ -8,17 +8,17 @@ and our app is a simple way to install it on your TrueNAS SCALE server. ## Requirements - Jellyfin TrueCharts Chart -- Installation of the TrueCharts Catalog, starting [here](https://truecharts.org/manual/SCALE/guides/getting-started#adding-truecharts) +- Installation of the TrueCharts Catalog, starting [here](/manual/SCALE/guides/getting-started#adding-truecharts) ## Media Storage - We recommend having configured your media before installing the chart. Most people will have their media inside their TrueNAS box, - and for that you can simply follow our [Adding Storage](https://truecharts.org/manual/SCALE/guides/add-storage) + and for that you can simply follow our [Adding Storage](/manual/SCALE/guides/add-storage) guide to `Add Additional App Storage` to **Jellyfin** for their media folder. - However some will prefer `NFS Shares` for this storage, as they may need to share these folders with other users on other - devices outside of TrueNAS, so we recommend following the [using NFS Shares guide](https://truecharts.org/manual/SCALE/guides/nfs-share/). + devices outside of TrueNAS, so we recommend following the [using NFS Shares guide](/manual/SCALE/guides/nfs-share/). ## Install Jellyfin inside TrueNAS SCALE diff --git a/charts/stable/jellyseerr/docs/how-to.md b/charts/stable/jellyseerr/docs/how-to.md index 5d8fc6e8568..d723614db72 100644 --- a/charts/stable/jellyseerr/docs/how-to.md +++ b/charts/stable/jellyseerr/docs/how-to.md @@ -8,7 +8,7 @@ title: Setup Guide - Jellyseerr TrueCharts Chart - Jellyfin TrueCharts Chart -- Installation of the TrueCharts Catalog, starting [here](https://truecharts.org/manual/SCALE/guides/getting-started#adding-truecharts) +- Installation of the TrueCharts Catalog, starting [here](/manual/SCALE/guides/getting-started#adding-truecharts) ## Install Jellyseerr inside TrueNAS SCALE diff --git a/charts/stable/lancache-monolithic/docs/installation_notes.md b/charts/stable/lancache-monolithic/docs/installation_notes.md index 054ebceeac5..ccf5adde345 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](https://truecharts.org/charts/stable/lancache-dns/) chart along side the monolithic chart. +- It's highly recommended to also install the [lancache-dns](/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 a7f768274dd..864439b06e2 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](https://truecharts.org/charts/premium/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](/charts/premium/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/notifiarr/docs/how-to.md b/charts/stable/notifiarr/docs/how-to.md index d4bafdde14b..2cc6605fcef 100644 --- a/charts/stable/notifiarr/docs/how-to.md +++ b/charts/stable/notifiarr/docs/how-to.md @@ -5,7 +5,7 @@ title: Setup Guide ## Requirements - Your 'All integrations' API key from your account on `notifiarr.com` -- Installation of the TrueCharts Catalog, starting [here](https://truecharts.org/manual/SCALE/guides/getting-started#adding-truecharts) +- Installation of the TrueCharts Catalog, starting [here](/manual/SCALE/guides/getting-started#adding-truecharts) ## Install Notifiarr inside TrueNAS SCALE diff --git a/charts/stable/organizr/docs/forward_auth.md b/charts/stable/organizr/docs/forward_auth.md index ce740c3ee14..cca6f047dc1 100644 --- a/charts/stable/organizr/docs/forward_auth.md +++ b/charts/stable/organizr/docs/forward_auth.md @@ -12,7 +12,7 @@ Basic setup guide for enabling Organizr authentication on your apps using Traefi ## Prerequisites This guide assumes you're using Traefik as your Reverse Proxy / Ingress provider and have through the configuration listed in our -[Quick-Start guides](https://truecharts.org/manual/guides/adding-letsencrypt) and/or the [Traefik documents](https://truecharts.org/charts/premium/traefik/how-to). +[Quick-Start guides](/manual/guides/adding-letsencrypt) and/or the [Traefik documents](/charts/premium/traefik/how-to). Please ensure that you can access your domain properly with Ingress before attempting any further steps. ## Organizr App Setup diff --git a/charts/stable/plaxt/docs/installation_notes.md b/charts/stable/plaxt/docs/installation_notes.md index 8f857f0991a..bc85e30b088 100644 --- a/charts/stable/plaxt/docs/installation_notes.md +++ b/charts/stable/plaxt/docs/installation_notes.md @@ -6,7 +6,7 @@ title: Installation Notes - Please create an [app](https://trakt.tv/oauth/applications/new) in trakt.tv. - Set the trakt app name to whatever you like for ex: `plaxt`. -- Optionally set an icon, you can download this [icon](https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.png). +- Optionally set an icon, you can download this [icon](/img/hotlink-ok/chart-icons/plaxt.png). - Set the redirect uri to for ex (must end with `/authorize`): - `https://plaxt.mydomain.com/authorize`. - `https://my_public_ip:8000/authorize`. diff --git a/charts/stable/qbittorrent/docs/installation.md b/charts/stable/qbittorrent/docs/installation.md index 761d6da9cf0..a2f044a1b05 100644 --- a/charts/stable/qbittorrent/docs/installation.md +++ b/charts/stable/qbittorrent/docs/installation.md @@ -76,7 +76,7 @@ I always mount to the root directory of the container ### VPN -Use the [Gluetun VPN Add-on Setup Guide](https://truecharts.org/manual/SCALE/guides/vpn-setup) +Use the [Gluetun VPN Add-on Setup Guide](/manual/SCALE/guides/vpn-setup)
diff --git a/charts/stable/ring-mqtt/docs/installation_notes.md b/charts/stable/ring-mqtt/docs/installation_notes.md index a1f8354ab9e..a11c0385d73 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](https://truecharts.org/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](/charts/stable/mosquitto/setup-guide). ## Ring-MQTT setup diff --git a/charts/stable/simply-shorten/docs/installation_notes.md b/charts/stable/simply-shorten/docs/installation_notes.md index 954a40d2abf..962d7fd6b52 100644 --- a/charts/stable/simply-shorten/docs/installation_notes.md +++ b/charts/stable/simply-shorten/docs/installation_notes.md @@ -7,7 +7,7 @@ title: Installation Notes - Enable ingress, without doing so `http://IP:PORT` will be used as the short url generator which obviously will be an issue. -- Please follow this [guide](https://truecharts.org/manual/SCALE/options/ingress) on adding ingress to a chart. +- Please follow this [guide](/manual/SCALE/options/ingress) on adding ingress to a chart. ## Disable authentication diff --git a/charts/stable/wg-easy/docs/installation-notes.md b/charts/stable/wg-easy/docs/installation-notes.md index 1244f119b6b..5a00adf5ece 100644 --- a/charts/stable/wg-easy/docs/installation-notes.md +++ b/charts/stable/wg-easy/docs/installation-notes.md @@ -10,4 +10,4 @@ This chart requires a `PUID` of `0` to run, however the default is `568` ## Setup-Guide -For more details please see the [setup guide](https://truecharts.org/charts/stable/wg-easy/setup-guide) on how to configure the charts and to open ports on your Firewall and/or enable the proper `sysctls` for passing through traffic. +For more details please see the [setup guide](/charts/stable/wg-easy/setup-guide) on how to configure the charts and to open ports on your Firewall and/or enable the proper `sysctls` for passing through traffic. diff --git a/charts/system/prometheus-operator/docs/installation.md b/charts/system/prometheus-operator/docs/installation.md index 7352663d323..4c811f0c76f 100644 --- a/charts/system/prometheus-operator/docs/installation.md +++ b/charts/system/prometheus-operator/docs/installation.md @@ -12,7 +12,7 @@ If you get > [EFAULT] Failed to install App: Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists. Unable to continue with install: CustomResourceDefinition "alertmanagerconfigs.monitoring.coreos.com" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "prometheus-operator"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "ix-prometheus-operator" -you should follow instructions from the [FAQ](https://truecharts.org/manual/FAQ#prometheus-operator) to resolve it +you should follow instructions from the [FAQ](/manual/FAQ#prometheus-operator) to resolve it ### Helm