1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00
wikijs_ynh/README.md

58 lines
2.3 KiB
Markdown
Raw Normal View History

2021-07-05 20:41:40 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-06-10 10:23:26 +02:00
# Wiki.js for YunoHost
2019-01-29 21:56:56 +01:00
2022-05-24 08:26:01 +02:00
[![Integration level](https://dash.yunohost.org/integration/wikijs.svg)](https://dash.yunohost.org/appci/app/wikijs) ![Working status](https://ci-apps.yunohost.org/ci/badges/wikijs.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/wikijs.maintain.svg)
2020-12-19 10:34:22 +01:00
[![Install Wiki.js with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wikijs)
2019-01-29 21:56:56 +01:00
2021-07-05 20:41:40 +02:00
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Wiki.js quickly and simply on a YunoHost server.
2020-06-03 23:48:48 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2019-01-29 21:56:56 +01:00
## Overview
2019-01-30 04:49:25 +01:00
2022-01-14 23:51:10 +01:00
Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.
2019-07-14 18:41:53 +02:00
2022-09-18 08:28:03 +02:00
**Shipped version:** 2.5.288~ynh1
2019-07-14 18:41:53 +02:00
2022-08-08 16:24:34 +02:00
2021-07-05 20:41:40 +02:00
**Demo:** https://docs-beta.requarks.io/
2019-04-03 23:35:22 +02:00
2019-02-04 19:57:16 +01:00
## Screenshots
2022-05-24 08:26:01 +02:00
![Screenshot of Wiki.js](./doc/screenshots/screenshot2.png)
![Screenshot of Wiki.js](./doc/screenshots/screenshot1.png)
2019-01-29 21:56:56 +01:00
2021-07-05 20:41:40 +02:00
## Disclaimers / important information
2019-01-29 21:56:56 +01:00
2022-01-14 23:51:10 +01:00
* **Wiki.js** requires a dedicated **root domain**, e.g. wikijs.domain.tld
* LDAP is implemented, root will receive an e-mail at the end of the installation or the upgrade with the info on how to configure LDAP.
* No HTTP auth for now, but planned for the future.
2019-01-29 21:56:56 +01:00
2021-07-05 20:41:40 +02:00
## Documentation and resources
2019-01-29 21:56:56 +01:00
2022-05-24 08:26:01 +02:00
* Official app website: <https://wiki.js.org/>
* Official user documentation: <https://docs-beta.requarks.io/>
* Upstream app code repository: <https://github.com/Requarks/wiki>
* YunoHost documentation for this app: <https://yunohost.org/app_wikijs>
* Report a bug: <https://github.com/YunoHost-Apps/wikijs_ynh/issues>
2019-01-29 21:56:56 +01:00
2020-09-22 15:45:01 +02:00
## Developer info
2019-01-29 21:56:56 +01:00
2020-06-10 10:23:26 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing).
2019-01-29 21:56:56 +01:00
To try the testing branch, please proceed like that.
2022-05-24 08:26:01 +02:00
``` bash
2020-06-10 10:23:26 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing --debug
2019-01-29 21:56:56 +01:00
or
2020-06-10 10:23:26 +02:00
sudo yunohost app upgrade wikijs -u https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing --debug
2019-01-29 21:56:56 +01:00
```
2021-07-05 20:41:40 +02:00
2022-05-24 08:26:01 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>