1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00
This commit is contained in:
yalh76 2019-02-05 20:32:36 +01:00
parent a6a16fc7d7
commit 5ae9a11a62
2 changed files with 2 additions and 9 deletions

View file

@ -27,10 +27,6 @@ An open source, modern and powerful wiki app built on Node.js, Git and Markdown
* [Official demo](https://docs-beta.requarks.io/)
## Configuration
How to configure this app: by an admin panel, a plain file with SSH, or any other way.
## Documentation
* Official documentation: https://docs-beta.requarks.io/
@ -39,16 +35,14 @@ How to configure this app: by an admin panel, a plain file with SSH, or any othe
#### Multi-users support
Are LDAP and HTTP auth supported?
Can the app be used by multiple users?
No LDAP and HTTP auth for now but planned to be supported.
The app can be used by multiple users?
#### Supported architectures
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/wikijs%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/wikijs/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/wikijs%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/wikijs/)
* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/wikijs%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/wikijs/)
* Testing x86-64b - [![Build Status](https://ci-apps-unstable.yunohost.org/ci/logs/wikijs%20%28Community%29%20%28testing%29.svg)](https://ci-apps-unstable.yunohost.org/ci/apps/wikijs/)
* Unstable x86-64b - [![Build Status](https://ci-apps-unstable.yunohost.org/ci/logs/wikijs%20%28Community%29%20%28unstable%29.svg)](https://ci-apps-unstable.yunohost.org/ci/apps/wikijs/)
## Limitations

View file

@ -196,7 +196,6 @@ pushd $final_path
sudo -u $app env PATH=$PATH:$nodejs_path npm run build
popd
#=================================================
# SETUP SYSTEMD
#=================================================