From 2f0fdd4e5854685729384364b70595c46cdc02f0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Jul 2019 15:31:48 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4ae4ea0..28d866c 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,6 @@ The app can be used by multiple users Developers info ---------------- -**Only if you want to use a testing branch for coding, instead of merging directly into master.** Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing). To try the testing branch, please proceed like that. From ed75270dbc9599dffdcb853e671797d739d26028 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Jul 2019 18:41:53 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28d866c..8e25cdb 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,14 @@ 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.208 + +## Important points to read before installing + **Wiki.js is still under development, all features not already implemented.** **Wiki.js** require a dedicated **root domain**, eg. wikijs.domain.tld -**Shipped version:** 2.0.0-beta.208 - ## Screenshots ![wikijs-screenshot1](https://user-images.githubusercontent.com/30271971/52230053-b9ed3400-28b6-11e9-945e-355a752b8391.png) From 79984a32706acf7317d95aed9d87aaf8cceb6e80 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 15 Jul 2019 21:01:19 +0200 Subject: [PATCH 3/3] Upgrade to 2.0.0-beta.230 --- README.md | 2 +- conf/app.src | 2 +- conf/config.sample.yml | 1 + manifest.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e25cdb..276a5e7 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.208 +**Shipped version:** 2.0.0-beta.230 ## Important points to read before installing diff --git a/conf/app.src b/conf/app.src index 8627ec7..86c2a31 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.0.0-beta.208/wiki-js.tar.gz +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.0.0-beta.230/wiki-js.tar.gz SOURCE_SUM=816d64ed00ac141f9c567cc19fcea5ce877137ac4aae3510131ce01243a907d0 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz diff --git a/conf/config.sample.yml b/conf/config.sample.yml index 4e7db57..eea96a9 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -28,6 +28,7 @@ db: user: __DB_NAME__ pass: __DB_PWD__ db: __DB_NAME__ + ssl: false # SQLite only: storage: path/to/database.sqlite diff --git a/manifest.json b/manifest.json index 462164e..da83aa6 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.208~ynh2", + "version": "2.0.0-beta.230~ynh1", "url": "https://wiki.js.org/", "license": "AGPL-3.0-or-later", "maintainer": {