mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
Merge pull request #64 from YunoHost-Apps/testing
Upgrade to 2.0.0-beta.203
This commit is contained in:
commit
b9158b4fa4
5 changed files with 16 additions and 18 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
|
||||||
|
|
||||||
|
|
|
@ -13,23 +13,13 @@
|
||||||
upgrade=1 from_commit=ad5db1af11dfa2502ab0f214ec8e929e1eecbec8
|
upgrade=1 from_commit=ad5db1af11dfa2502ab0f214ec8e929e1eecbec8
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
incorrect_path=1
|
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
||||||
|
# incorrect_path=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=0
|
change_url=0
|
||||||
;;; Levels
|
;;; Levels
|
||||||
Level 1=auto
|
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
|
||||||
Level 2=auto
|
|
||||||
Level 3=auto
|
|
||||||
# Level 4: If the app supports LDAP and SSOwat, turn level 4 to '1' and add a link to an issue or a part of your code to show it.
|
|
||||||
# If the app does not use LDAP nor SSOwat, and can't use them, turn level 4 to 'na' and explain as well.
|
|
||||||
#LDAP not available for now
|
|
||||||
Level 4=na
|
|
||||||
Level 5=auto
|
Level 5=auto
|
||||||
Level 6=auto
|
|
||||||
Level 7=auto
|
|
||||||
Level 8=0
|
|
||||||
Level 9=0
|
|
||||||
Level 10=0
|
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=yalh@yahoo.com
|
Email=yalh@yahoo.com
|
||||||
Notification=yes
|
Notification=yes
|
||||||
|
|
|
@ -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