From 31abf8e05e2b7886f1b677af297286fe53dbcd6f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 16 Jun 2019 16:14:20 +0200 Subject: [PATCH 1/2] Update check_process --- check_process | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/check_process b/check_process index 9c45919..880968a 100644 --- a/check_process +++ b/check_process @@ -13,23 +13,13 @@ upgrade=1 from_commit=ad5db1af11dfa2502ab0f214ec8e929e1eecbec8 backup_restore=1 multi_instance=1 - incorrect_path=1 + # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. + # incorrect_path=1 port_already_use=0 change_url=0 ;;; Levels - Level 1=auto - Level 2=auto - Level 3=auto -# Level 4: If the app supports LDAP and SSOwat, turn level 4 to '1' and add a link to an issue or a part of your code to show it. -# If the app does not use LDAP nor SSOwat, and can't use them, turn level 4 to 'na' and explain as well. - #LDAP not available for now - Level 4=na + # If the level 5 (Package linter) is forced to 1. Please add justifications here. Level 5=auto - Level 6=auto - Level 7=auto - Level 8=0 - Level 9=0 - Level 10=0 ;;; Options Email=yalh@yahoo.com Notification=yes From 0fb8cb99c33a08a26b3b9b90ab170e47d4df5a8b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 23 Jun 2019 01:31:54 +0200 Subject: [PATCH 2/2] Upgrade to 2.0.0-beta.203 --- README.md | 2 +- conf/app.src | 4 ++-- conf/config.sample.yml | 10 +++++++++- manifest.json | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9192944..9535bbd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ An open source, modern and powerful wiki app built on Node.js, Git and Markdown **Wiki.js** require a dedicated **root domain**, eg. wikijs.domain.tld -**Shipped version:** 2.0.0-beta.180 +**Shipped version:** 2.0.0-beta.203 ## Screenshots diff --git a/conf/app.src b/conf/app.src index 8c76491..cc2a2d5 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.0.0-beta.180/wiki-js.tar.gz -SOURCE_SUM=7ad9afb6b84ebbfbd270c6a5b25c46c2b4803c86f4d5f0468f918092749cf3f4 +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.0.0-beta.203/wiki-js.tar.gz +SOURCE_SUM=254218b872d45456b8b1795c7abe1a1542d36e08f30c9448a8c24fd7906a62a7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/config.sample.yml b/conf/config.sample.yml index 1f0b734..4e7db57 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -96,7 +96,7 @@ logLevel: info # --------------------------------------------------------------------- # Upload Limits # --------------------------------------------------------------------- -# If you're using a reverse-proxy in front of Wiki.ks, you must also +# If you're using a reverse-proxy in front of Wiki.js, you must also # change your proxy upload limits! uploads: @@ -104,3 +104,11 @@ uploads: maxFileSize: 5242880 # Maximum file uploads per request (default: 20) maxFiles: 10 + +# --------------------------------------------------------------------- +# Offline Mode +# --------------------------------------------------------------------- +# If your server cannot access the internet. Set to true and manually +# download the offline files for sideloading. + +offline: false diff --git a/manifest.json b/manifest.json index 9842053..0267ff9 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "An open source, modern and powerful wiki app built on Node.js, Git and Markdown.", "fr": "Un wiki moderne et open source propulsé Node.js, Git et Markdown." }, - "version": "2.0.0-beta.180~ynh1", + "version": "2.0.0-beta.203~ynh1", "url": "https://wiki.js.org/", "license": "AGPL-3.0-or-later", "maintainer": {