From e9a8c417036f251235b9a5d8254a5e88b6e17dbc Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 21 Nov 2019 23:46:42 +0100 Subject: [PATCH] Upgrade to 2.0.1 --- README.md | 2 +- conf/app.src | 4 ++-- conf/config.sample.yml | 8 +++++++- manifest.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0a77e75..5a07dec 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview An open source, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. -**Shipped version:** 2.0.0-beta.303 +**Shipped version:** 2.0.1 ## Important points to read before installing diff --git a/conf/app.src b/conf/app.src index a344dcf..1a84c9d 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.303/wiki-js.tar.gz -SOURCE_SUM=efb50def29453680c1707383d8d0429a73ee34d190067b0705154ad9ff276877 +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.0.1/wiki-js.tar.gz +SOURCE_SUM=086186b1b5a915f9c5d1ff8545e1008da331b885c3debdc512da27817a2a91d0 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 eea96a9..1875e47 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -2,7 +2,7 @@ # Wiki.js - CONFIGURATION # ####################################################################### # Full documentation + examples: -# https://docs-beta.requarks.io/install +# https://docs.requarks.io/install # --------------------------------------------------------------------- # Port the server should listen to @@ -113,3 +113,9 @@ uploads: # download the offline files for sideloading. offline: false + +# --------------------------------------------------------------------- +# Data Path +# --------------------------------------------------------------------- +# Writeable data path for Wiki.js, mainly for cache and user uploads. +dataPath: ./data diff --git a/manifest.json b/manifest.json index efa7b17..e287f47 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.303~ynh1", + "version": "2.0.1~ynh1", "url": "https://wiki.js.org/", "license": "AGPL-3.0-or-later", "maintainer": {