mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
Merge pull request #63 from YunoHost-Apps/2.0.0-beta.203
Upgrade to 2.0.0-beta.203
This commit is contained in:
commit
469d892fc7
4 changed files with 13 additions and 5 deletions
|
@ -13,7 +13,7 @@ An open source, modern and powerful wiki app built on Node.js, Git and Markdown
|
||||||
|
|
||||||
**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.180
|
**Shipped version:** 2.0.0-beta.203
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.0.0-beta.180/wiki-js.tar.gz
|
SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.0.0-beta.203/wiki-js.tar.gz
|
||||||
SOURCE_SUM=7ad9afb6b84ebbfbd270c6a5b25c46c2b4803c86f4d5f0468f918092749cf3f4
|
SOURCE_SUM=254218b872d45456b8b1795c7abe1a1542d36e08f30c9448a8c24fd7906a62a7
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
|
|
|
@ -96,7 +96,7 @@ logLevel: info
|
||||||
# ---------------------------------------------------------------------
|
# ---------------------------------------------------------------------
|
||||||
# Upload Limits
|
# Upload Limits
|
||||||
# ---------------------------------------------------------------------
|
# ---------------------------------------------------------------------
|
||||||
# If you're using a reverse-proxy in front of Wiki.ks, you must also
|
# If you're using a reverse-proxy in front of Wiki.js, you must also
|
||||||
# change your proxy upload limits!
|
# change your proxy upload limits!
|
||||||
|
|
||||||
uploads:
|
uploads:
|
||||||
|
@ -104,3 +104,11 @@ uploads:
|
||||||
maxFileSize: 5242880
|
maxFileSize: 5242880
|
||||||
# Maximum file uploads per request (default: 20)
|
# Maximum file uploads per request (default: 20)
|
||||||
maxFiles: 10
|
maxFiles: 10
|
||||||
|
|
||||||
|
# ---------------------------------------------------------------------
|
||||||
|
# Offline Mode
|
||||||
|
# ---------------------------------------------------------------------
|
||||||
|
# If your server cannot access the internet. Set to true and manually
|
||||||
|
# download the offline files for sideloading.
|
||||||
|
|
||||||
|
offline: false
|
||||||
|
|
|
@ -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.180~ynh1",
|
"version": "2.0.0-beta.203~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…
Reference in a new issue