commit
8c74d870a5
@ -9,12 +9,10 @@ If you don't have YunoHost, please look at [the guide](https://yunohost.org/#/in
|
||||
## Overview
|
||||
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
|
||||
|
||||
**Wiki.js is still under development, not all features are implemented yet.**
|
||||
|
||||
**Wiki.js** requires a dedicated **root domain**, e.g. wikijs.domain.tld
|
||||
|
||||
## Screenshots
|
||||
|
@ -16,6 +16,8 @@
|
||||
upgrade=1 from_commit=90fb1a7cb3db812a8b2558673d5f1f22b39becec
|
||||
# 2.1.113
|
||||
upgrade=1 from_commit=f9dd286ff1d662e4ece78364230fc2fddef721cd
|
||||
# 2.2.51
|
||||
upgrade=1 from_commit=1898f27765068f49de23e7ba66b1fc23571799dc
|
||||
backup_restore=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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.2.51/wiki-js.tar.gz
|
||||
SOURCE_SUM=4f7a0289ef92ad364cc9a75462b434785f34ad1dbc2f7006019b656ff8b9eef8
|
||||
SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.3.77/wiki-js.tar.gz
|
||||
SOURCE_SUM=c416d5e02068a36bb9b4e4fd61436f094440f22d89b0bbca3ae7d89ec9cf9e50
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
@ -125,6 +125,15 @@ uploads:
|
||||
|
||||
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
|
||||
# ---------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
Wikijs was successfully installed :)
|
||||
Please open https://__DOMAIN____PATH_URL__ and follow the steps to setup Wiki.js
|
||||
Wiki.js was successfully installed :)
|
||||
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.
|
||||
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
|
||||
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
|
@ -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.2.51~ynh1",
|
||||
"version": "2.3.77~ynh1",
|
||||
"url": "https://wiki.js.org/",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user