From 228419f9997f77d55ad1191ed172d0f8e53c780f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 1 Nov 2020 21:47:04 +0100 Subject: [PATCH] fix --- check_process | 10 +++------- issue_template.md | 8 ++++---- manifest.json | 3 ++- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/check_process b/check_process index 0a153e5..d09a430 100644 --- a/check_process +++ b/check_process @@ -6,12 +6,8 @@ ;; Test complet ; 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) + path="/yellow" (PATH) + is_public=1 (PUBLIC|public=1|private=0) ; Checks pkg_linter=1 setup_sub_dir=1 @@ -33,4 +29,4 @@ Notification=none ;;; Upgrade options ; commit=CommitHash name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& + manifest_arg=domain=DOMAIN&path=PATH&is_public=1& diff --git a/issue_template.md b/issue_template.md index 87b88d4..9082891 100644 --- a/issue_template.md +++ b/issue_template.md @@ -7,7 +7,7 @@ about: When creating a bug report, please use the following template to provide **How to post a meaningful bug report** 1. *Read this whole template first.* 2. *Make sure 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!* + - *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 the app itself. Refer to its documentation or repository for help.* - *In doubt, ask here and we will figure it out together.* 3. *Delete these italic comments as you write over them below, and remove this guide.* @@ -31,13 +31,13 @@ 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 yellowcsm ``` - *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:* 1. *Go to '...'* - 2. *Click on '....'* - 3. *Scroll down to '....'* + 2. *Click on '...'* + 3. *Scroll down to '...'* 4. *See error* ### Expected behavior diff --git a/manifest.json b/manifest.json index 6271f00..a47d2d2 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,7 @@ "en": "CMS for simple website", "fr": "CMS pour un site simple" }, + "version": "0.8.16~ynh1", "url": "https://datenstrom.se/yellow/", "license": "GPL-2.0-only", "maintainer": { @@ -40,7 +41,7 @@ "fr": "Choisissez un chemin pour Yellow CMS" }, "example": "/example", - "default": "/example" + "default": "/yellow" }, { "name": "is_public",