diff --git a/README.md b/README.md index 4ae4ea0..276a5e7 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.230 + +## 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) @@ -59,7 +61,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. 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": {