Merge pull request #71 from YunoHost-Apps/testing
Upgrade to 2.0.0-beta.230
This commit is contained in:
commit
978116331b
@ -9,12 +9,14 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||||||
## Overview
|
## Overview
|
||||||
An open source, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
|
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 is still under development, all features not already implemented.**
|
||||||
|
|
||||||
**Wiki.js** require a dedicated **root domain**, eg. wikijs.domain.tld
|
**Wiki.js** require a dedicated **root domain**, eg. wikijs.domain.tld
|
||||||
|
|
||||||
**Shipped version:** 2.0.0-beta.208
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
@ -59,7 +61,6 @@ The app can be used by multiple users
|
|||||||
Developers info
|
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).
|
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.
|
To try the testing branch, please proceed like that.
|
||||||
|
@ -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=816d64ed00ac141f9c567cc19fcea5ce877137ac4aae3510131ce01243a907d0
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
|
@ -28,6 +28,7 @@ db:
|
|||||||
user: __DB_NAME__
|
user: __DB_NAME__
|
||||||
pass: __DB_PWD__
|
pass: __DB_PWD__
|
||||||
db: __DB_NAME__
|
db: __DB_NAME__
|
||||||
|
ssl: false
|
||||||
# SQLite only:
|
# SQLite only:
|
||||||
storage: path/to/database.sqlite
|
storage: path/to/database.sqlite
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"en": "An open source, modern and powerful wiki app built on Node.js, Git and Markdown.",
|
"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."
|
"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/",
|
"url": "https://wiki.js.org/",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user