2021-11-19 01:01:47 +00:00
# 01 - Adding TrueCharts to SCALE
2021-08-08 12:57:14 +00:00
Adding the TrueCharts Community App Catalog is relatively straight forwards.
##### Requirements
- Make sure your storage-pool is created and working
- Make sure you have a working internet connection and can reach github and truecharts.org from the host system.
##### Adding TrueCharts
2021-11-19 01:01:47 +00:00
When opening the Apps menu item on TrueNAS SCALE for the first time, you get prompted to setup a new pool for Apps.
This will create a new dataset on the selected pool called "ix-applications", which will contain all docker containers and most application data, unless specified otherwise.
2021-08-08 12:57:14 +00:00
- Go to "Apps" in the left hand menu
- Select the "Manage Catalogs" tab
- Click "Add Catalog" and enter the required information:
2022-02-24 17:19:44 +00:00
- Name: `truecharts`
- Repository: `https://github.com/truecharts/catalog`
- Preferred Trains: `stable` and `core`
- Branch: `main`
2021-08-08 12:57:14 +00:00
##### Difference between Stable and Incubator
TrueCharts has multiple "trains": All trains contain Apps that should work fine. However they have a slightly different meaning:
2021-08-23 19:32:52 +00:00
- `stable` contains most of our Apps. These are considered stable and working.
2021-11-19 01:01:47 +00:00
- `core` contains important Apps that are used to supply features like "ingress" or advanced networking to our Apps.
2022-02-24 17:19:44 +00:00
- `games` contains game servers
- `dependency` contains apps that are mostly used as dependecies. This train is not supported, besides from bug fixes.
2021-08-23 19:32:52 +00:00
- `incubator` These Apps are still in development and/or are not considered to be of high-enough quality.
2021-08-08 12:57:14 +00:00
#### Video Guide
2022-01-24 19:09:25 +00:00
![type:video ](https://www.youtube.com/embed/Vomm8uvdCM0 )
2021-08-08 12:57:14 +00:00
##### Notes
- If this doesn't work right away, try clicking "Refresh Catalogs".