From 99a39432e9c290645b20fc4db03e47871ffd42af Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 17 Feb 2021 12:38:14 +0100 Subject: [PATCH] Readme: Add explaination about sabnzbd and passwords --- .github/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/README.md b/.github/README.md index c00bc80a0e9..090051832d1 100644 --- a/.github/README.md +++ b/.github/README.md @@ -43,6 +43,12 @@ A: Cert Manager might take up to 10 minutes to fetch the right certificate and r - 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.