From 5c966472d59fda88e58fe25d5741feb75cd564da Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Thu, 1 Apr 2021 13:34:45 +0200 Subject: [PATCH 1/4] Update manifest.json --- manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.json b/manifest.json index 99af677..6f0869c 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,10 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "If yes, this app will can be accessible by everyone.", + "fr": "Si oui, cette app pourra ĂȘtre accessible par tout le monde." + } "default": true }, { From dcedbbd62a527a3055507d9f946385a2fcbc2d3d Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Thu, 1 Apr 2021 13:37:42 +0200 Subject: [PATCH 2/4] Rename check_process.default to check_process --- check_process.default => check_process | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename check_process.default => check_process (100%) diff --git a/check_process.default b/check_process similarity index 100% rename from check_process.default rename to check_process From 9b08fc67790fc37b50ab28894db3fac0fd70e043 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Thu, 1 Apr 2021 13:38:20 +0200 Subject: [PATCH 3/4] Update check_process --- check_process | 4 ---- 1 file changed, 4 deletions(-) diff --git a/check_process b/check_process index 41888cb..a363d4e 100644 --- a/check_process +++ b/check_process @@ -7,11 +7,7 @@ ; Manifest domain="domain.tld" (DOMAIN) path="/path" (PATH) - admin="john" (USER) - language="fr" is_public=1 (PUBLIC|public=1|private=0) - password="pass" - port="666" (PORT) ; Checks pkg_linter=1 setup_sub_dir=1 From 3da6ffbb0bcc89e5985bb2fbc236dbc10999e7ba Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Thu, 1 Apr 2021 13:40:12 +0200 Subject: [PATCH 4/4] Update issue_template.md --- issue_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/issue_template.md b/issue_template.md index 4a290c4..58e2bfb 100644 --- a/issue_template.md +++ b/issue_template.md @@ -8,7 +8,7 @@ about: When creating a bug report, please use the following template to provide 1. *Read this whole template first.* 2. *Determine if you are on the right place:* - *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!* - - *Otherwise, the issue may be due to REPLACEBYYOURAPP itself. Refer to its documentation or repository for help.* + - *Otherwise, the issue may be due to chuwiki itself. Refer to its documentation or repository for help.* - *When in doubt, post here and we will figure it out together.* 3. *Delete the italic comments as you write over them below, and remove this guide.* --- @@ -31,7 +31,7 @@ about: When creating a bug report, please use the following template to provide - *If you performed a command from the CLI, the command itself is enough. For example:* ```sh - sudo yunohost app install REPLACEBYYOURAPP + sudo yunohost app install chuwiki ``` - *If you used the webadmin, please perform the equivalent command from the CLI first.* - *If the error occurs in your browser, explain what you did:*