Testing, BugFixes and Review Improvements

- Fix SabNZBD hostname whitelist issues
- Add transmission settings to GUI
- Fix some qbittorrent connection issues
- Remove Torrent Ingress
- Fix some device mounting gui issues
- Change repo url references
- Cleaning up the homepage
- Drop Deluge (App is not safe due to being mostly abandoned)
- Move Emby to own Non-Root container
- Create new trains and move charts->stable
- Add Plex app
- update emby and plex intel hardware support
- Implement new parallel CI for Apps
- Move PGID, PUID, TZ and UMASK settings to "Container Image" configuration
- Stop running some workflows on staging
- Add branch security trigger to matrix workflows

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
This commit is contained in:
Kjeld Schouten-Lebbing
2021-03-17 17:20:26 +01:00
committed by kjeld Schouten-Lebbing
co-authored by Troy Prelog
parent c9a3f01580
commit 56211222bf
724 changed files with 5235 additions and 4067 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ A: TrueNAS SCALE 20.12 has never supported custom charts in any way, shape or fo
- Q: Please include app X<br>
A: Please file an issue about it, after checking the wiki to make sure it hasn't been discussed already:
https://github.com/truecharts/truecharts/wiki/k8s-at-home-to-SCALE-App-migration-list
https://github.com/truecharts/apps/wiki/k8s-at-home-to-SCALE-App-migration-list
- Q: Isn't there more documentation for app x<br>
A: If it's not on our [wiki](https://wiki.truecharts.org), we do not. Currently during TrueNAS SCALE ALPHA/BETA we focus on the technical aspects.
+3 -3
View File
@@ -1,7 +1,7 @@
# About TrueCharts<br>
**Community App Catalog for TrueNAS SCALE**
[![GitHub last commit](https://img.shields.io/github/last-commit/truecharts/truecharts/master.svg)](https://github.com/truecharts/truecharts/commits) [![Charts: Release](https://github.com/truecharts/charts/actions/workflows/charts-release.yaml/badge.svg)](https://github.com/truecharts/charts/actions/workflows/charts-release.yaml) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftruecharts%2Ftruecharts.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftruecharts%2Ftruecharts?ref=badge_shield) [![License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/truecharts/truecharts/blob/master/docs/LICENSE.BSD3)
[![GitHub last commit](https://img.shields.io/github/last-commit/truecharts/truecharts/master.svg)](https://github.com/truecharts/apps/commits) [![Charts: Release](https://github.com/truecharts/apps/actions/workflows/charts-release.yaml/badge.svg)](https://github.com/truecharts/apps/actions/workflows/charts-release.yaml) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftruecharts%2Ftruecharts.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftruecharts%2Ftruecharts?ref=badge_shield) [![License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/truecharts/apps/blob/master/docs/LICENSE.BSD3)
---
Truecharts is an innitiative to provide high quality Apps to use with the TrueNAS SCALE App Ecosystem.
Our primary goals are:
@@ -16,14 +16,14 @@ All our apps are supposed to work together, be easy to setup using the TrueNAS U
Installing TrueCharts within TrueNAS SCALE, still requires the CLI. However it's not hard:
- Go to you shell of choice (either SSH or the TrueNAS webui shell)
- enter `cli`
- enter `app catalog create repository="https://github.com/truecharts/truecharts" label="TrueCharts"`
- enter `app catalog create repository="https://github.com/truecharts/apps" label="TrueCharts"`
For more information, please visit our website:
https://truecharts.org
## FAQ
Please refer to our [FAQ](https://truecharts.org/about/FAQ/) and [Issue tracker](https://github.com/truecharts/charts/issues) before creating an issue.
Please refer to our [FAQ](https://truecharts.org/about/FAQ/) and [Issue tracker](https://github.com/truecharts/apps/issues) before creating an issue.
There is a significant chance your issue has been reported before!
## Getting into creating Apps
+6 -5
View File
@@ -5,11 +5,11 @@
Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/bazarr>
* <https://github.com/truecharts/apps/tree/master/stable/bazarr>
* <https://github.com/k8s-at-home/charts/tree/master/charts/bazarr>
* <https://github.com/Bazarr/Bazarr>
* <https://hub.docker.com/r/linuxserver/bazarr>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/calibre-web>
* <https://github.com/truecharts/apps/tree/master/stable/calibre-web>
* <https://github.com/k8s-at-home/charts/tree/master/charts/calibre-web>
* <https://hub.docker.com/r/linuxserver/calibre-web/>
* <https://github.com/janeczku/calibre-web>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Collabora Online Development Edition an awesome, Online Office suite image suitable for home use.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/collabora-online>
* <https://github.com/truecharts/apps/tree/master/stable/collabora-online>
* <https://github.com/k8s-at-home/charts/tree/master/charts/collabora-online>
* <https://hub.docker.com/r/collabora/code>
* <https://www.collaboraoffice.com/code/docker/>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+4 -4
View File
@@ -5,11 +5,11 @@
Deluge is a torrent download client
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/deluge>
* <https://github.com/truecharts/apps/tree/master/charts/deluge>
* <https://github.com/k8s-at-home/charts/tree/master/charts/deluge>
* <https://hub.docker.com/r/linuxserver/deluge/>
* <https://deluge-torrent.org/>
@@ -48,8 +48,8 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
+6 -5
View File
@@ -5,11 +5,11 @@
Emby Server is a home media server
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/emby>
* <https://github.com/truecharts/apps/tree/master/stable/emby>
* <https://hub.docker.com/r/linuxserver/emby>
* <https://github.com/linuxserver/docker-emby.git>
@@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -47,8 +47,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/esphome>
* <https://github.com/truecharts/apps/tree/master/stable/esphome>
* <https://github.com/k8s-at-home/charts/tree/master/charts/esphome>
* <https://github.com/esphome/esphome>
* <https://hub.docker.com/u/esphome>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
FreshRSS is a self-hosted RSS feed aggregator
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/freshrss>
* <https://github.com/truecharts/apps/tree/master/stable/freshrss>
* <https://github.com/k8s-at-home/charts/tree/master/charts/freshrss>
* <https://github.com/FreshRSS/FreshRSS>
* <https://hub.docker.com/r/linuxserver/freshrss>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/gaps>
* <https://github.com/truecharts/apps/tree/master/stable/gaps>
* <https://github.com/k8s-at-home/charts/tree/master/charts/gaps>
* <https://github.com/JasonHHouse/gaps>
@@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -47,8 +47,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/grocy>
* <https://github.com/truecharts/apps/tree/master/stable/grocy>
* <https://github.com/k8s-at-home/charts/tree/master/charts/grocy>
* <https://github.com/grocy/grocy>
@@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -47,8 +47,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/handbrake>
* <https://github.com/truecharts/apps/tree/master/stable/handbrake>
* <https://github.com/jlesage/docker-handbrake>
* <https://hub.docker.com/r/jlesage/handbrake/>
* <https://handbrake.fr/>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
An Application dashboard and launcher
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/heimdall>
* <https://github.com/truecharts/apps/tree/master/stable/heimdall>
* <https://github.com/k8s-at-home/charts/tree/master/charts/heimdall>
## Requirements
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -46,8 +46,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
home-assistant App for TrueNAS SCALE
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/home-assistant>
* <https://github.com/truecharts/apps/tree/master/stable/home-assistant>
* <https://github.com/k8s-at-home/charts/tree/master/charts/home-assistant>
* <https://github.com/home-assistant/home-assistant>
* <https://github.com/cdr/code-server>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
API Support for your favorite torrent trackers.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/jackett>
* <https://github.com/truecharts/apps/tree/master/stable/jackett>
* <https://github.com/k8s-at-home/charts/tree/master/charts/jackett>
* <https://github.com/Jackett/Jackett>
* <https://hub.docker.com/r/linuxserver/jackett>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Jellyfin is a Free Software Media System
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/jellyfin>
* <https://github.com/truecharts/apps/tree/master/stable/jellyfin>
* <https://github.com/k8s-at-home/charts/tree/master/charts/jellyfin>
* <https://hub.docker.com/r/linuxserver/Jellyfin/>
* <https://github.com/jellyfin/jellyfin>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Private Windows Activation Server for development and testing
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/kms>
* <https://github.com/truecharts/apps/tree/master/stable/kms>
* <https://github.com/SystemRage/py-kms>
## Requirements
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -46,8 +46,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Get all your books, like series with Sonarr...
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/lazylibrarian>
* <https://github.com/truecharts/apps/tree/master/stable/lazylibrarian>
* <https://github.com/k8s-at-home/charts/tree/master/charts/lazylibrarian>
* <https://gitlab.com/LazyLibrarian/LazyLibrarian.git>
* <https://lazylibrarian.gitlab.io>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Looks and smells like Sonarr but made for music
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/lidarr>
* <https://github.com/truecharts/apps/tree/master/stable/lidarr>
* <https://github.com/k8s-at-home/charts/tree/master/charts/lidarr>
* <https://github.com/Lidarr/Lidarr>
* <https://hub.docker.com/r/linuxserver/lidarr>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Lychee is a free photo-management tool, which runs on your server or web-space
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/lychee>
* <https://github.com/truecharts/apps/tree/master/stable/lychee>
* <https://github.com/k8s-at-home/charts/tree/master/charts/lychee>
* <https://github.com/LycheeOrg/Lychee>
* <https://hub.docker.com/r/lycheeorg/lychee>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Navidrome is an open source web-based music collection server and streamer
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/navidrome>
* <https://github.com/truecharts/apps/tree/master/stable/navidrome>
* <https://github.com/k8s-at-home/charts/tree/master/charts/navidrome>
* <https://github.com/deluan/navidrome>
* <https://hub.docker.com/r/deluan/navidrome>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Node-RED is low-code programming for event-driven applications
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/node-red>
* <https://github.com/truecharts/apps/tree/master/stable/node-red>
* <https://github.com/k8s-at-home/charts/tree/master/charts/node-red>
* <https://github.com/node-red/node-red-docker>
@@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -47,8 +47,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
NZBGet is a Usenet downloader client
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/nzbget>
* <https://github.com/truecharts/apps/tree/master/stable/nzbget>
* <https://github.com/k8s-at-home/charts/tree/master/charts/nzbget>
* <https://hub.docker.com/r/linuxserver/nzbget/>
* <https://nzbget.net/>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Usenet meta search
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/nzbhydra>
* <https://github.com/truecharts/apps/tree/master/stable/nzbhydra>
* <https://github.com/k8s-at-home/charts/tree/master/charts/nzbhydra>
* <https://hub.docker.com/r/linuxserver/nzbhydra2>
* <https://github.com/theotherp/nzbhydra2>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Want a Movie or TV Show on Plex or Emby? Use Ombi!
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/ombi>
* <https://github.com/truecharts/apps/tree/master/stable/ombi>
* <https://github.com/k8s-at-home/charts/tree/master/charts/ombi>
* <https://github.com/tidusjar/Ombi>
* <https://hub.docker.com/r/linuxserver/ombi>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
HTPC/Homelab Services Organizer
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/organizr>
* <https://github.com/truecharts/apps/tree/master/stable/organizr>
* <https://github.com/k8s-at-home/charts/tree/master/charts/organizr>
* <https://github.com/causefx/Organizr>
* <https://hub.docker.com/r/organizr/organizr>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+53
View File
@@ -0,0 +1,53 @@
# Introduction
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
Plex Media Server
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/apps/tree/master/stable/plex>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
To install the chart with the release name `plex`
- Open TrueNAS SCALE
- Go to Apps
- Click "Install" for this specific Apps
- Fill out the configuration form
## Uninstalling the Chart
To uninstall the `plex` deployment
- Open TrueNAS SCALE
- Go to Apps
- Go to "Installed Apps"
- Expand the menu in the top-right corner of this App
- Click "Remove" for this specific Apps
The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release.
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
qBittorrent is a cross-platform free and open-source BitTorrent client
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/qbittorrent>
* <https://github.com/truecharts/apps/tree/master/stable/qbittorrent>
* <https://github.com/k8s-at-home/charts/tree/master/charts/qbittorrent>
* <https://hub.docker.com/r/linuxserver/qbittorrent/>
@@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -47,8 +47,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
A fork of Sonarr to work with movies à la Couchpotato
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/radarr>
* <https://github.com/truecharts/apps/tree/master/stable/radarr>
* <https://github.com/k8s-at-home/charts/tree/master/charts/radarr>
* <https://github.com/Radarr/Radarr>
* <https://hub.docker.com/r/linuxserver/radarr>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
A fork of Radarr to work with Books & AudioBooks
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/readarr>
* <https://github.com/truecharts/apps/tree/master/stable/readarr>
* <https://github.com/k8s-at-home/charts/tree/master/charts/readarr>
* <https://github.com/Readarr/Readarr>
* <https://readarr.com>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Free and easy binary newsreader
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/sabnzbd>
* <https://github.com/truecharts/apps/tree/master/stable/sabnzbd>
* <https://github.com/k8s-at-home/charts/tree/master/charts/sabnzbd>
* <https://hub.docker.com/r/linuxserver/sabnzbd/>
* <https://sabnzbd.org/>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Smart PVR for newsgroup and bittorrent users
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/sonarr>
* <https://github.com/truecharts/apps/tree/master/stable/sonarr>
* <https://github.com/k8s-at-home/charts/tree/master/charts/sonarr>
* <https://github.com/Sonarr/Sonarr>
* <https://hub.docker.com/r/linuxserver/sonarr>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
A Python based monitoring and tracking tool for Plex Media Server
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/tautulli>
* <https://github.com/truecharts/apps/tree/master/stable/tautulli>
* <https://github.com/k8s-at-home/charts/tree/master/charts/tautulli>
* <https://github.com/Tautulli/Tautulli>
* <https://hub.docker.com/r/tautulli/tautulli>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
A Traefik based Reverse Proxy and Certificate Manager
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/traefik>
* <https://github.com/truecharts/apps/tree/master/stable/traefik>
* <https://github.com/traefik/traefik>
* <https://github.com/traefik/traefik-helm-chart>
* <https://traefik.io/>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
API Support for your favorite torrent trackers.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/transmission>
* <https://github.com/truecharts/apps/tree/master/stable/transmission>
* <https://github.com/transmission/transmission>
* <https://hub.docker.com/r/linuxserver/transmission>
@@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -47,8 +47,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+7 -6
View File
@@ -1,15 +1,15 @@
# Introduction
![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: nightly](https://img.shields.io/badge/AppVersion-nightly-informational?style=flat-square)
Aggregated management of TrueNAS devices
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/truecommand>
* <https://github.com/truecharts/apps/tree/master/stable/truecommand>
* <https://hub.docker.com/r/ixsystems/truecommand>
## Requirements
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -46,8 +46,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
TVheadend - a TV streaming server and digital video recorder
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/tvheadend>
* <https://github.com/truecharts/apps/tree/master/stable/tvheadend>
* <https://github.com/k8s-at-home/charts/tree/master/charts/tvheadend>
* <https://github.com/tvheadend/tvheadend>
@@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -47,8 +47,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Ubiquiti Network's Unifi Controller
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/unifi>
* <https://github.com/truecharts/apps/tree/master/stable/unifi>
* <https://github.com/jacobalberty/unifi-docker>
* <https://unifi-network.ui.com>
@@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -47,8 +47,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+6 -5
View File
@@ -5,11 +5,11 @@
Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/zwavejs2mqtt>
* <https://github.com/truecharts/apps/tree/master/stable/zwavejs2mqtt>
* <https://github.com/k8s-at-home/charts/tree/master/charts/zwavejs2mqtt>
* <https://github.com/zwave-js/zwavejs2mqtt>
* <https://hub.docker.com/r/zwavejs/zwavejs2mqtt>
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | common | 2.0.0 |
| https://truecharts.org/ | common | 2.0.0 |
## Installing the Chart
@@ -48,8 +48,9 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
- Ask a [question](https://github.com/truecharts/charts/discussions)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project
+3 -3
View File
@@ -1,7 +1,7 @@
# Chart.yaml layout
At TrueCharts we try to keep some files standardised, this enables us to make changes to these charts in bulk with less risk of mistakes. Chart.yaml is one of these files.
In this documentation we will explain the standardised layout options. For an example layout, please see our standard Chart.yaml [template](https://github.com/truecharts/charts/tree/master/.tools/templates/chart/Chart.yaml)
In this documentation we will explain the standardised layout options. For an example layout, please see our standard Chart.yaml [template](https://github.com/truecharts/apps/tree/master/.tools/templates/chart/Chart.yaml)
### Layout Explained
@@ -44,7 +44,7 @@ annotations:
In the above description there are a lot of values that are not actually used. Some of those, like `deprecated`, we just set to false. While others, like `annotations` get commented out.
Please refer to our standard Chart.yaml [template](https://github.com/truecharts/charts/tree/master/.tools/templates/chart/Chart.yaml) to see which unused values needs which treatment.
Please refer to our standard Chart.yaml [template](https://github.com/truecharts/apps/tree/master/.tools/templates/chart/Chart.yaml) to see which unused values needs which treatment.
##### Dependencies
@@ -55,7 +55,7 @@ All other dependencies are expected to be listed in alphabetical order.
##### Maintainers
The first maintainer should always be TrueCharts, as the TrueCharts core team is expected to step in if the other maintainers fail to maintain their work.
An example of how to list TrueCharts as a maintainer is available in our standard Chart.yaml [template](https://github.com/truecharts/charts/tree/master/.tools/templates/chart/Chart.yaml).
An example of how to list TrueCharts as a maintainer is available in our standard Chart.yaml [template](https://github.com/truecharts/apps/tree/master/.tools/templates/chart/Chart.yaml).
While currently we primarily use the CODEOWNERS file to define maintainers. We might in the future either automate keeping track of maintainers, completely rely on the maintainers or do both. For this reason it's important to add yourself as a maintainer if you expect to maintain your work.
All other maintainers are, ofcoarse, expected to be entered in importance. With the primary maintainer under "truecharts" and secondary maintainers thereunder.
+1 -1
View File
@@ -17,4 +17,4 @@ For configuration and documentation see [here](https://truecharts/containers/get
We have several different methods for getting support.
- [GitHub Discussions](https://github.com/truecharts/charts/discussions)
- [GitHub Discussions](https://github.com/truecharts/apps/discussions)
+4 -4
View File
@@ -20,7 +20,7 @@ You will need these to start your journey:
### Setting up your dev environment
If you already know what you're doing, go to our [GitHub](https://github.com/truecharts/charts) and fork. Otherwise, look at this picture, from now on this will be the **contribution cycle**. This is how our workflow will look at the end of the tutorial.
If you already know what you're doing, go to our [GitHub](https://github.com/truecharts/apps) and fork. Otherwise, look at this picture, from now on this will be the **contribution cycle**. This is how our workflow will look at the end of the tutorial.
<img src="https://i.imgur.com/qPg9XmQ.png" alt="Contribution cycle" style="zoom:120%;" />
@@ -28,7 +28,7 @@ If you already know what you're doing, go to our [GitHub](https://github.com/tru
What's that? You have no idea what any of that means? Worry not, my fellow contributor! I will guide you step by step.
First, you did your [GitHub account](https://github.com/) account as suggested, right? Good. We will now visit the [TrueCharts Repository in GitHub](https://github.com/truecharts/charts) and click this little button located at the top right corner of the page:
First, you did your [GitHub account](https://github.com/) account as suggested, right? Good. We will now visit the [TrueCharts Repository in GitHub](https://github.com/truecharts/apps) and click this little button located at the top right corner of the page:
![Fork button](https://i.imgur.com/lw1XYPS.png)
@@ -78,7 +78,7 @@ Are you done downloading? Awesome! Now your local repo is automagically soul-lin
| GitHub Desktop | Git Bash |
| :------------------------: | :----------------------------------------------------------: |
| This is automagically done | Navigate to the folder where your local repo is<br />``git remote add upstream https://github.com/truecharts/charts.git``<br />Now to make sure everything is in order, we do<br />``git remote -v``<br />and it should show both repos, yours in **origin** and central in **upstream** |
| This is automagically done | Navigate to the folder where your local repo is<br />``git remote add upstream https://github.com/truecharts/apps.git``<br />Now to make sure everything is in order, we do<br />``git remote -v``<br />and it should show both repos, yours in **origin** and central in **upstream** |
##### Setting up Pre-Commit
@@ -142,7 +142,7 @@ Now all that is missing is publishing your commits to your remote (**origin**)
#### Making a PR
A **P**ull **R**equest is the only way to get your changes into the central version of the game. You do a PR by **committing** your changes and **pushing them** to your remote repo (**origin**). Then, visit the [TrueCharts Repository in GitHub](https://github.com/truecharts/charts) and click this green button:
A **P**ull **R**equest is the only way to get your changes into the central version of the game. You do a PR by **committing** your changes and **pushing them** to your remote repo (**origin**). Then, visit the [TrueCharts Repository in GitHub](https://github.com/truecharts/apps) and click this green button:
![make a pr button](https://i.imgur.com/yt2QJd4.png)
+3 -3
View File
@@ -8,8 +8,8 @@ hide:
TrueCharts is the community that maintains TrueCharts.
### TrueCharts
TrueCharts is a one-line iocage jail management and deployment tool for FreeNAS and FreeBSD.
If you are interested in using TrueCharts, please visit us on github [github](https://github.com/truecharts/charts/)
TrueCharts is a catalog of highly optimised TrueNAS SCALE Apps. Made for the community, By the community!
If you are interested in using TrueCharts, please visit us on github [github](https://github.com/truecharts/apps/)
### Supported operating systems
@@ -40,4 +40,4 @@ This release will focus on adding a solid framework of using (and adding) databa
### Support or Contact
Having trouble with TrueCharts? Check out our [Wiki](https://wiki.truecharts.org) or [github](https://github.com/truecharts/charts/) and well help you sort it out.
Having trouble with TrueCharts? Check out our [Wiki](https://wiki.truecharts.org) or [github](https://github.com/truecharts/apps/) and well help you sort it out.
+4 -4
View File
@@ -5,7 +5,7 @@ entries:
created: "2021-03-17T14:27:24.125854125Z"
description: Function library for TrueCharts
digest: 41a2bf000d3a9ed7959b1d10690121869593c86c8f689bf70a652e98798c3e88
home: https://github.com/truecharts/truecharts/tree/master/common
home: https://github.com/truecharts/apps/tree/master/common
keywords:
- truecharts
- library-chart
@@ -17,7 +17,7 @@ entries:
url: truecharts.org
name: common
sources:
- https://github.com/truecharts/charts/tree/master/library/common
- https://github.com/truecharts/apps/tree/master/library/common
type: library
urls:
- https://github.com/truecharts/apps/releases/download/common-2.0.0/common-2.0.0.tgz
@@ -31,7 +31,7 @@ entries:
version: n/a
description: Helper chart to test different use cases of the common library
digest: 62611017e79eaaa94b57cd5229bb1058b9780e19eb502f9f54b5ae1903b67374
home: https://github.com/truecharts/charts/tree/master/library/common-test
home: https://github.com/truecharts/apps/tree/master/library/common-test
keywords:
- common-test
- truecharts
@@ -44,7 +44,7 @@ entries:
url: truecharts.org
name: common-test
sources:
- https://github.com/truecharts/charts/tree/master/library/common-test
- https://github.com/truecharts/apps/tree/master/library/common-test
type: application
urls:
- https://github.com/truecharts/apps/releases/download/common-test-2.0.0/common-test-2.0.0.tgz