diff --git a/README.md b/README.md index 5a07dec..51bb7e2 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.1 +**Shipped version:** 2.0.12 ## Important points to read before installing diff --git a/conf/app.src b/conf/app.src index 1a84c9d..f890230 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.0.1/wiki-js.tar.gz -SOURCE_SUM=086186b1b5a915f9c5d1ff8545e1008da331b885c3debdc512da27817a2a91d0 +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.0.12/wiki-js.tar.gz +SOURCE_SUM=67ad4b7b3d70085da277fb7beacbfd99f97715cd81d99ff5e6eef3c407c05bc3 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 1875e47..e2a320f 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -37,14 +37,6 @@ db: ####################################################################### # Do not change unless you know what you are doing! -# --------------------------------------------------------------------- -# Use X-Forwarded-For header -# --------------------------------------------------------------------- -# Enable only if Wiki.js is behind a reverse-proxy (nginx, apache, etc) -# or a cloud proxying services like Cloudflare. - -trustProxy: true - # --------------------------------------------------------------------- # SSL/TLS Settings # --------------------------------------------------------------------- diff --git a/manifest.json b/manifest.json index e287f47..3ff1298 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.1~ynh1", + "version": "2.0.12~ynh1", "url": "https://wiki.js.org/", "license": "AGPL-3.0-or-later", "maintainer": {