Add blog, fix renovate and correct quick-start titles

This commit is contained in:
kjeld Schouten-Lebbing
2021-12-16 01:39:05 +01:00
parent a6ea1b5234
commit 6cd9b38136
15 changed files with 56 additions and 14 deletions
@@ -1,4 +1,4 @@
# 03 - Installing Apps
# 02 - Installing Apps
Here we will go over a basic install of Plex, to showcase how you can install a TrueNAS SCALE App from the TrueCharts Catalog with mostly default settings
@@ -1,4 +1,4 @@
# 04 - Editing Apps
# 03 - Editing Apps
Editing Apps is possible since 21.08, although it has a slightly different GUI it exposes the same setting as installing an App.
@@ -1,4 +1,4 @@
# 05 - Upgrading, Rollback and Delete
# 04 - Upgrading, Rollback and Delete
With TrueCharts we always push new versions of an App for any change. Even for the containers.
This ensures upgrading the App always gives you the Latest-and-Greatest from TrueCharts
@@ -1,4 +1,4 @@
# 15 - Adding additional storage
# 05 - Adding additional storage
We provide the option to mount as many host folders as you want.
@@ -1,4 +1,4 @@
# 14 - Linking Apps Internally
# 06 - Linking Apps Internally
We often need to connect individual apps together, for example: Sonarr and SABnzbd. This means we first need to know how to reach those Apps.
@@ -1,4 +1,4 @@
# 09 - Adding Lets-Encrypt Certificates
# 07 - Adding Lets-Encrypt Certificates
With TrueNAS SCALE, it's possible to automatically generate certificates for your domain(s) using letsencrypt. However, this process is not very self-explainatory.
After you managed to complete this how-to, you should be able to select "iX Certificate" as certificate option and your personal certificate in the other drop-down box!
@@ -1,4 +1,4 @@
# 10 - Installing Traefik
# 08 - Installing Traefik
Within TrueCharts our aim is to make it as easy as possible to secure your Apps. To support this we supply a seperate Traefik "ingress" app, which has been preconfigured to provide secure and fast connections.
@@ -1,4 +1,4 @@
# 12 - Exposing Apps using Ingress and Traefik
# 09 - Exposing Apps using Ingress and Traefik
To use Traefik as ingress, all you have to do is enable "ingress" in the App of your choice and fill out a little form.
We currently require Traefik to be installed before you enable ingress on your App.
@@ -1,4 +1,4 @@
# 13 - Add Traefik Middleware to Apps
# 10 - Add Traefik Middleware to Apps
#### Video Guide
@@ -1,4 +1,4 @@
# 16 - Setting up External-Services
# 11 - Setting up External-Services
#### Video Guide
@@ -1,4 +1,4 @@
# 17 - Migrate from Docker-Compose
# 13 - Migrate from Docker-Compose
#### Video Guide
@@ -1,4 +1,4 @@
# 19 - Backup and Restore
# 14 - Backup and Restore
This section is a WIP, please do NOT consider this to be either finished or working.