fix(Docs) Fixes in Traefik and cloudflareddns docs (#7377)
* update Traefik how-to Update Traefik how-to to reference correct train, fix link, and move note to a better location. * Update setup-guide.md fix broken link to letsencrypt guide
This commit is contained in:
parent
b5d4aced41
commit
025b48591d
|
@ -42,6 +42,12 @@ Ensure you are accessing your WebUI from the new ports before proceeding.
|
|||
|
||||
### Installing the Traefik Scale App
|
||||
|
||||
:::note
|
||||
|
||||
Traefik is part of the `enterprise` train, so make sure you have it enabled as specified in the [guide](https://truecharts.org/manual/guides/Adding-TrueCharts#adding-truecharts).
|
||||
|
||||
:::
|
||||
|
||||
In the TrueNAS Menu, navigate to **Apps** > **Available Applications**. Use the search bar to search for or manually
|
||||
find the Traefik app in the list of apps, and click **Install**
|
||||
|
||||
|
@ -57,12 +63,6 @@ The setup of Traefik is relatively straight-forward. Most of the settings remain
|
|||
Continue to section 12, and select **Next**. Traefik will now be installed.
|
||||
After installation you can access the Traefik dashboard using your host IP address followed by `:9000`, or by simply clicking "Web Portal" on the application's entry under **Apps** > **Installed Applications**.
|
||||
|
||||
:::note
|
||||
|
||||
Traefik is part of the `stable` train, so make sure you have it enabled as specified in [Step 1](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) of our Quick Start Guides
|
||||
|
||||
:::
|
||||
|
||||
## Video Guide
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/bWNPfrKjawI" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
|
||||
|
|
|
@ -17,7 +17,7 @@ Cloudflareddns chart
|
|||
|
||||
## Prerequisites
|
||||
|
||||
This guide assumes you've followed our main [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/adding-letsencrypt) with your domain on TrueNAS and done the configuration for your DNS on Cloudflare
|
||||
This guide assumes you've followed our main [Guide](https://truecharts.org/manual/guides/adding-letsencrypt/) with your domain on TrueNAS and done the configuration for your DNS on Cloudflare
|
||||
(see this video on our YouTube channel)
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=hJVghecs3rE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
|
Loading…
Reference in New Issue