From c6a6dd2888aac8cefc4c1b0954ac92f2c22b3b72 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 28 Jan 2022 17:31:19 +0100 Subject: [PATCH] Add help --- check_process | 1 - manifest.json | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/check_process b/check_process index 51cfc8a..a94739b 100644 --- a/check_process +++ b/check_process @@ -3,7 +3,6 @@ domain="domain.tld" path="/path" is_public=1 - password="1Strong-Password" ; Checks pkg_linter=1 setup_sub_dir=1 diff --git a/manifest.json b/manifest.json index 88ed7d9..8b9ca21 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,10 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "If enabled, Sutom will be accessible by people who do not have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, Sutom sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + }, "default": true } ]