Merge pull request #106 from YunoHost-Apps/testing

Upgrade to 2.3.77
This commit is contained in:
yalh76 2020-05-01 10:27:11 +02:00 committed by GitHub
commit 8c74d870a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 9 deletions

View File

@ -9,12 +9,10 @@ If you don't have YunoHost, please look at [the guide](https://yunohost.org/#/in
## Overview ## Overview
A copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. A copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
**Shipped version:** 2.2.51 **Shipped version:** 2.3.77
## Important points before installing ## Important points before installing
**Wiki.js is still under development, not all features are implemented yet.**
**Wiki.js** requires a dedicated **root domain**, e.g. wikijs.domain.tld **Wiki.js** requires a dedicated **root domain**, e.g. wikijs.domain.tld
## Screenshots ## Screenshots

View File

@ -16,6 +16,8 @@
upgrade=1 from_commit=90fb1a7cb3db812a8b2558673d5f1f22b39becec upgrade=1 from_commit=90fb1a7cb3db812a8b2558673d5f1f22b39becec
# 2.1.113 # 2.1.113
upgrade=1 from_commit=f9dd286ff1d662e4ece78364230fc2fddef721cd upgrade=1 from_commit=f9dd286ff1d662e4ece78364230fc2fddef721cd
# 2.2.51
upgrade=1 from_commit=1898f27765068f49de23e7ba66b1fc23571799dc
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=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. # 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.

View File

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.2.51/wiki-js.tar.gz SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.3.77/wiki-js.tar.gz
SOURCE_SUM=4f7a0289ef92ad364cc9a75462b434785f34ad1dbc2f7006019b656ff8b9eef8 SOURCE_SUM=c416d5e02068a36bb9b4e4fd61436f094440f22d89b0bbca3ae7d89ec9cf9e50
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

View File

@ -125,6 +125,15 @@ uploads:
offline: false offline: false
# ---------------------------------------------------------------------
# High-Availability
# ---------------------------------------------------------------------
# Set to true if you have multiple concurrent instances running off the
# same DB (e.g. Kubernetes pods / load balanced instances). Leave false
# otherwise. You MUST be using PostgreSQL to use this feature.
ha: false
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
# Data Path # Data Path
# --------------------------------------------------------------------- # ---------------------------------------------------------------------

View File

@ -1,5 +1,5 @@
Wikijs was successfully installed :) Wiki.js was successfully installed :)
Please open https://__DOMAIN____PATH_URL__ and follow the steps to setup Wiki.js Please open https://__DOMAIN____PATH_URL__ and follow the steps to setup LDAP for Wiki.js
After following the setup steps, login, create an home page, click on the upper right wheel. After following the setup steps, login, create an home page, click on the upper right wheel.
In the Modules / Authentication, activate the LDAP / Active Directory and apply following parameters and click Apply: In the Modules / Authentication, activate the LDAP / Active Directory and apply following parameters and click Apply:
@ -15,6 +15,6 @@ Registration
Allow self-registration: Yes Allow self-registration: Yes
Assign to group: Guest Assign to group: Guest
When activated, users will be abble to login using ldap providing their username (not email address) and password. When activated, users will be able to login using ldap and providing their username (not email address) and password.
If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/wikijs_ynh If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/wikijs_ynh

View File

@ -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.2.51~ynh1", "version": "2.3.77~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": {