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": {