chore: update docs links

This commit is contained in:
Kjeld Schouten 2024-04-20 16:38:26 +02:00
parent 471e05e7a2
commit 6e36f6e157
18 changed files with 24 additions and 24 deletions

View File

@ -94,7 +94,7 @@ Please see [Authelia Rules](./authelia-rules) for more advanced rules.
![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`](/platforms/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`](/scale/guides/getting-started/#heavyscript)
- Check `trustForwardHeader`
- Add the following `authResponseHeaders` (press `Add` 4 times)
- `Remote-User`

View File

@ -6,7 +6,7 @@ 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](/platforms/scale/guides/getting-started/#adding-truecharts).
- Ensure you have the `premium` and `system` trains enabled for `TrueCharts` as discussed [here](/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/)

View File

@ -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](/platforms/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](/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

View File

@ -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](/platforms/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](/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](/platforms/scale/guides/getting-started/#traefik-installation-for-ingress--reverse-proxy-support-with-truecharts-apps).
found on our [getting started guide](/scale/guides/getting-started/#traefik-installation-for-ingress--reverse-proxy-support-with-truecharts-apps).
:::caution SNAPSHOT DIRECTORY VISIBILITY

View File

@ -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](/platforms/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](/scale/guides/getting-started/#adding-truecharts).
:::

View File

@ -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](/platforms/scale/guides/getting-started/) 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.
This guide assumes you're using Traefik as your Reverse Proxy / Ingress provider and have through the configuration listen in our [Quick-Start guides](/scale/guides/getting-started/) 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

View File

@ -2,7 +2,7 @@
title: Scale App Installation
---
To effortlessly kickstart your journey with bitmagnet, integrate the [TrueCharts catalog](/platforms/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](/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).

View File

@ -36,7 +36,7 @@ To use cloudreve with aria2, install the [TrueCharts aria2 app](/charts/stable/a
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](/platforms/scale/guides/linking-apps/).
- RPC Server: find with `heavyscript dns`, and read about internal DNS [here](/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.

View File

@ -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](/platforms/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](/scale/options/ingress) for an overview on using Ingress with your chart.
## Support

View File

@ -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](/platforms/scale/guides/getting-started/). 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](/scale/guides/getting-started/). If you require more help or details please refer to our Discord for help from our Support Staff.

View File

@ -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](/platforms/scale/guides/getting-started/) guide on the [Truecharts](https://truecharts.org) website.
Please follow the [Getting Started](/scale/guides/getting-started/) guide on the [Truecharts](https://truecharts.org) website.
## Installation instructions

View File

@ -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](/platforms/scale/guides/getting-started/#adding-truecharts)
- Installation of the TrueCharts Catalog, starting [here](/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](/platforms/scale/guides/add-storage)
and for that you can simply follow our [Adding Storage](/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](/platforms/scale/guides/nfs-share/).
devices outside of TrueNAS, so we recommend following the [using NFS Shares guide](/scale/guides/nfs-share/).
## Install Jellyfin inside TrueNAS SCALE

View File

@ -8,7 +8,7 @@ title: Setup Guide
- Jellyseerr TrueCharts Chart
- Jellyfin TrueCharts Chart
- Installation of the TrueCharts Catalog, starting [here](/platforms/scale/guides/getting-started/#adding-truecharts)
- Installation of the TrueCharts Catalog, starting [here](/scale/guides/getting-started/#adding-truecharts)
## Install Jellyseerr inside TrueNAS SCALE

View File

@ -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](/platforms/scale/guides/getting-started/#adding-truecharts)
- Installation of the TrueCharts Catalog, starting [here](/scale/guides/getting-started/#adding-truecharts)
## Install Notifiarr inside TrueNAS SCALE

View File

@ -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](/platforms/scale/guides/getting-started/) and/or the [Traefik documents](/charts/premium/traefik/how-to).
[Quick-Start guides](/scale/guides/getting-started/) 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

View File

@ -7,14 +7,14 @@ online archive. Our app is a simple way to install it on your TrueNAS SCALE serv
## Requirements
- Installation of the TrueCharts Catalog, starting [here](/platforms/scale/guides/getting-started/) and the required operators (Prometheus-Operator and Cloudnative-PG).
- Installation of the TrueCharts Catalog, starting [here](/scale/guides/getting-started/) and the required operators (Prometheus-Operator and Cloudnative-PG).
- Paperless-ngx TrueCharts Chart
## Media Storage
- If you plan on importing documents into Paperless-ngx via a network share, for example from a computer or scanner, it
is recommended to set up an `NFS Share` for the shared folder. See the [NFS Shares
guide](/platforms/scale/guides/nfs-share) for further information.
guide](/scale/guides/nfs-share) for further information.
## Install Paperless inside TrueNAS SCALE
@ -62,13 +62,13 @@ to a shared folder on your TrueNAS SCALE from your computer or directly from you
up the documents from there. See the explanation of the feature linked above and its [configuration
options](https://docs.paperless-ngx.com/configuration/#consume_config) for more information.
Due to the [Hast Path Validation Safety](/platforms/scale/guides/add-storage/#host-path-validation-safety) checks of TrueNAS
Due to the [Hast Path Validation Safety](/scale/guides/add-storage/#host-path-validation-safety) checks of TrueNAS
SCALE, using storage for an application on your TrueNAS SCALE and with a network share at the same time requires a bit
of work. See also the [FAQ](/general/faq/) regarding this
topic.
This guide will only describe the Paperless-ngx specific options required to set up importing documents from a network
share. Please refer to Part 1 of the [NFS shares with TrueChart apps guide](/platforms/scale/guides/nfs-share) to prepare
share. Please refer to Part 1 of the [NFS shares with TrueChart apps guide](/scale/guides/nfs-share) to prepare
the NFS share you want to use with Paperless-ngx and note its path. Refer to the [TrueNAS SCALE adding SMB shares
guide](https://www.truenas.com/docs/scale/scaletutorials/shares/smb/addsmbshares/) to set up network sharing of that
same folder for Windows computers or scanners offering this functionality.

View File

@ -76,7 +76,7 @@ I always mount to the root directory of the container
### VPN
Use the [Gluetun VPN Add-on Setup Guide](/platforms/scale/guides/vpn-setup/)
Use the [Gluetun VPN Add-on Setup Guide](/scale/guides/vpn-setup/)
<br />

View File

@ -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](/platforms/scale/options/ingress) on adding ingress to a chart.
- Please follow this [guide](/scale/options/ingress) on adding ingress to a chart.
## Disable authentication