From 5ae9a11a627a121ff2923560089dc72bdc4929b7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 20:32:36 +0100 Subject: [PATCH] Cleaning --- README.md | 10 ++-------- scripts/install | 1 - 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8a1d2e3..0f3ed7b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/install b/scripts/install index 38032f0..e62b1f0 100644 --- a/scripts/install +++ b/scripts/install @@ -196,7 +196,6 @@ pushd $final_path sudo -u $app env PATH=$PATH:$nodejs_path npm run build popd - #================================================= # SETUP SYSTEMD #=================================================