diff --git a/charts/dev/docker-compose/Chart.yaml b/charts/dev/docker-compose/Chart.yaml index 9e8b4c11e4c..93ff8e28a7b 100644 --- a/charts/dev/docker-compose/Chart.yaml +++ b/charts/dev/docker-compose/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Dedicated App for using Docker-Compose on TrueNAS SCALE home: https://github.com/truecharts/apps/tree/master/charts/dev/docker-compose -icon: https://truecharts.org/_static/img/appicons/docker-compose.png +icon: https://truecharts.org/_static/img/appicons/docker-compose-icon.png keywords: - docker-compose - docker diff --git a/docs/_static/img/appicons/docker-compose-icon.png b/docs/_static/img/appicons/docker-compose-icon.png new file mode 100644 index 00000000000..ffe27b48e7d Binary files /dev/null and b/docs/_static/img/appicons/docker-compose-icon.png differ diff --git a/docs/manual/Quick-Start Guides/01-Adding-TrueCharts.md b/docs/manual/Quick-Start Guides/01-Adding-TrueCharts.md index 5b0e7f99ce5..ca4655b930d 100644 --- a/docs/manual/Quick-Start Guides/01-Adding-TrueCharts.md +++ b/docs/manual/Quick-Start Guides/01-Adding-TrueCharts.md @@ -16,10 +16,10 @@ This will create a new dataset on the selected pool called "ix-applications", wh - Select the "Manage Catalogs" tab - Click "Add Catalog" and enter the required information: -Name: `truecharts` -Repository: `https://github.com/truecharts/catalog` -Preferred Trains: `stable` and `core` -Branch: `main` +- Name: `truecharts` +- Repository: `https://github.com/truecharts/catalog` +- Preferred Trains: `stable` and `core` +- Branch: `main` ##### Difference between Stable and Incubator @@ -27,6 +27,8 @@ TrueCharts has multiple "trains": All trains contain Apps that should work fine. - `stable` contains most of our Apps. These are considered stable and working. - `core` contains important Apps that are used to supply features like "ingress" or advanced networking to our Apps. +- `games` contains game servers +- `dependency` contains apps that are mostly used as dependecies. This train is not supported, besides from bug fixes. - `incubator` These Apps are still in development and/or are not considered to be of high-enough quality. diff --git a/docs/manual/default-ports.md b/docs/manual/default-ports.md index 7487627d4cf..dae58be0595 100644 --- a/docs/manual/default-ports.md +++ b/docs/manual/default-ports.md @@ -55,6 +55,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa | ubooquity | admin | admin | 2203 | TCP | | | gitea | ssh | ssh | 2222 | TCP | | | photoprism | main | main | 2342 | TCP | | +| docker-compose | main | main | 2376 | HTTPS | | | valheim | valheim | valheim-1 | 2456 | UDP | | | valheim | valheim | valheim-2 | 2457 | UDP | | | valheim | valheim | valheim-3 | 2458 | UDP | |