fb8e40c18b
* Refactor Ingress and Add Tests * New HTTP Ingress UI Layout * Cleanup plain TCP and all UDP ingress UI's * Bulk Traefik Changes: - update traefik - move storage to common chart - Remove reflector - Remove Cert-Manager - Add http IngressRoute to common - remove ingress(Route) from traefik - Cleanup Ingress(Route) to be includable in other charts * Update common included with all Apps * Update traefik and addserviceName, servicePort and serviceKind to questions.yaml * Polish: Auto find port and servicename for ingress, allow override * Add basic documentation and examples * Cleanup * small bugfix * fix mini mistake in qbittorrent * Use default torrent port within qbittorrent |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
docs | ||
workflows | ||
CODEOWNERS | ||
CODE_OF_CONDUCT | ||
CONTRIBUTING | ||
FUNDING.yml | ||
PULL_REQUEST_TEMPLATE.md | ||
README.md | ||
SECURITY.md | ||
SUPPORT.md | ||
ct.yaml | ||
renovate.json5 |
README.md
About TrueCharts
Community App Catalog for TrueNAS SCALE
Truecharts is an innitiative to provide high quality Apps to use with the TrueNAS SCALE App Ecosystem. Our primary goals are:
- Freedom
- Stability
- Consistancy
All our apps are supposed to work together, be easy to setup using the TrueNAS UI and, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
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"
For more information, please visit our wiki: https://wiki.truecharts.org
FAQ
Please refer to our FAQ and Issue tracker before creating an issue. There is a significant chance your issue has been reported before!
Getting into creating Apps
Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior knowhow on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps.
Licence
SPDX-License-Identifier: BSD-3-Clause
Truecharts as a whole, is based on a BSD-3-clause license, this ensures almost everyone can use and modify our charts. However: As a lot of Apps are based on upstream Helm Charts, Licences can vary on a per-App basis. This can easily be seen by the presence of a "LICENSE" file in the App rootfolder.
Some Apps may also contain parts in other licenses, such as libraries or templates, these files can be recognised by their individual headers.