From 3dc8fe18cf21896750c6d75c5f7ae93bb97b4e84 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 9 Feb 2021 11:50:03 +0100 Subject: [PATCH] add general QA warning about portal buttons --- .github/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index ebf7c17039f..2ffb9986499 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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
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?
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.
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 + ## 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.