add general QA warning about portal buttons

This commit is contained in:
kjeld Schouten-Lebbing 2021-02-09 11:50:03 +01:00
parent 25ca1d3ca2
commit 3dc8fe18cf
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 6 additions and 3 deletions

9
.github/README.md vendored
View File

@ -19,15 +19,18 @@ Installing TrueCharts within TrueNAS SCALE, still requires the CLI. However it's
- enter `app catalog create repository="https://github.com/truecharts/truecharts" label="TrueCharts"`
## FAQ
- Q: Isn't there more documentation for app x
- Q: Isn't there more documentation for app x<br>
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?
- Q: Function x doesn't seem to be working, should it be working?<br>
A: Maybe, please file an issue
- Q: I'm missing a lot of configuration opions in the install GUI.
- Q: I'm missing a lot of configuration opions in the install GUI.<br>
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.<br>
A: Portal buttons are current't not implemented very well and are considered "not supported" for the time being
## 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.