From 48508661839adb4c490af50b15d19da8a96a1c1a Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 25 Apr 2020 23:14:43 +0200 Subject: [PATCH] Upgrade to 2.3.77 --- README.md | 4 +--- conf/app.src | 4 ++-- conf/config.sample.yml | 9 +++++++++ manifest.json | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 34ac191..4f08f31 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,10 @@ If you don't have YunoHost, please look at [the guide](https://yunohost.org/#/in ## Overview A copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. -**Shipped version:** 2.2.51 +**Shipped version:** 2.3.77 ## Important points before installing -**Wiki.js is still under development, not all features are implemented yet.** - **Wiki.js** requires a dedicated **root domain**, e.g. wikijs.domain.tld ## Screenshots diff --git a/conf/app.src b/conf/app.src index adce6a2..9e5e48e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.2.51/wiki-js.tar.gz -SOURCE_SUM=4f7a0289ef92ad364cc9a75462b434785f34ad1dbc2f7006019b656ff8b9eef8 +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.3.77/wiki-js.tar.gz +SOURCE_SUM=c416d5e02068a36bb9b4e4fd61436f094440f22d89b0bbca3ae7d89ec9cf9e50 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 b2173ee..0606f73 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -125,6 +125,15 @@ uploads: offline: false +# --------------------------------------------------------------------- +# High-Availability +# --------------------------------------------------------------------- +# Set to true if you have multiple concurrent instances running off the +# same DB (e.g. Kubernetes pods / load balanced instances). Leave false +# otherwise. You MUST be using PostgreSQL to use this feature. + +ha: false + # --------------------------------------------------------------------- # Data Path # --------------------------------------------------------------------- diff --git a/manifest.json b/manifest.json index e55f0bc..6fba7b7 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.2.51~ynh1", + "version": "2.3.77~ynh1", "url": "https://wiki.js.org/", "license": "AGPL-3.0-or-later", "maintainer": {