TrueChartsClone/.github
Kjeld Schouten-Lebbing 719b26aba6
Rename README to README.md
2021-02-22 14:02:45 +01:00
..
ISSUE_TEMPLATE Update app_request.md 2021-02-02 13:11:16 +01:00
workflows enable update branch catagory for manual updates 2021-02-19 23:24:01 +01:00
CODEOWNERS Add esphome 2021-02-08 15:28:29 +01:00
CODE_OF_CONDUCT Rename CODE_OF_CONDUCT.md to CODE_OF_CONDUCT 2021-02-22 14:00:43 +01:00
CONTRIBUTING Rename CONTRIBUTING.md to CONTRIBUTING 2021-02-22 14:01:06 +01:00
FUNDING.yml
PULL_REQUEST_TEMPLATE.md Small Tests and repo fixes (#80) 2021-02-09 19:13:56 +01:00
README.md Rename README to README.md 2021-02-22 14:02:45 +01:00
SECURITY.md Small Tests and repo fixes (#80) 2021-02-09 19:13:56 +01:00
SUPPORT.md Add basic github stuff 2020-12-31 12:47:56 +01:00
ct.yaml Add Chart Release System 2021-02-04 15:12:58 +01:00
renovate.json5 initial try at renovate bot 2021-02-04 20:44:51 +01:00

README.md

TrueCharts:
Community App Catalog for TrueNAS SCALE

GitHub last commit LicenseFOSSA Status

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"

FAQ

  • Q: I tried to run TrueCharts on TrueNAS SCALE 20.12 and it doesn't work. A: TrueNAS SCALE 20.12 has never supported custom charts in any way, shape or form. Hence TrueCharts is 21.02+ only

  • Q: Please include app X
    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

  • Q: Isn't there more documentation for app x
    A: No, currently during TrueNAS SCALE ALPHA/BETA we focus on the technical aspects.

  • Q: Function x doesn't seem to be working, should it be working?
    A: Maybe, please file an issue

  • Q: I'm missing a lot of configuration opions in the install GUI.
    A: We try to aim for a balance in the amount of options vs the simplicity of installation. Suggestions are always welcome

  • Q: The portal button isn't working.
    A: Portal buttons are current't not implemented very well and are considered "not supported" for the time being

  • Q: I selected letsencrypt but still get a traefik certificate.
    A: Cert Manager might take up to 10 minutes to fetch the right certificate and requires free access to 1.1.1.1:53. Until the right certificate is fetched, it will use the Traefik Default cert.

  • Q: Is my data guaranteed to be secure?
    A: ix_volumes (the auto generated storage) is considered relatively secure as long as you don't delete the App, but we can't give an absolute guarantee. data mounted using a hostPath, is as secure as the application that is using the data, our charts do not actively alter said dataset/folder. However: SCALE is still ALPHA, so breaking changes in the storage design are very likely.

  • Q: sabnzbd isn't starting.
    A: SabNZBD has a weird security implementation that requires you to add the hostname or IP adress to their config file. In the future we might automate this proces, but currently we do not.

  • Q: An app is asking for a password.
    A: We almost allways use the defaults from the upstream project, if we are forced to use a password and not add the option to change it in the install GUI.

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.

The specifications of TrueNAS SCALE apps, is layed out in the wiki

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.

FOSSA Status