2020-11-19 21:41:03 +01:00
# HedgeDoc pour YunoHost
[![Niveau d'intégration ](https://dash.yunohost.org/integration/hedgedoc.svg )](https://dash.yunohost.org/appci/app/hedgedoc) ![](https://ci-apps.yunohost.org/ci/badges/hedgedoc.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/hedgedoc.maintain.svg)
2020-12-19 11:00:54 +01:00
[![Installer HedgeDoc avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=hedgedoc)
2020-11-19 21:41:03 +01:00
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer HedgeDoc rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, consultez [le guide ](https://yunohost.org/#/install ) pour apprendre comment l'installer.*
## Vue d'ensemble
HedgeDoc est un service web de traitement de texte collaboratif en temps réel. Il utilise le langage Markdown.
2021-01-16 08:05:51 +01:00
**Version incluse :** 1.7.2
2020-11-19 21:41:03 +01:00
## Captures d'écran
![](https://demo.hedgedoc.org/screenshot.png)
## Démo
* [Démo officielle ](https://demo.hedgedoc.org/ )
## Configuration
2021-01-03 09:31:15 +01:00
Vous pouvez configurer HedgeDoc en modifiant le fichier `/var/www/hedgedoc/config.json` et en vous aidant de la [documentation ](https://github.com/hedgedoc/hedgedoc/blob/master/docs/configuration.md )
Lorsque vous avez terminé de modifier la configuration, pour que vos modifications prennent effet, vous devrez exécuter : `sudo systemctl restart hedgedoc` .
2020-11-19 21:41:03 +01:00
## Documentation
* Documentation officielle : https://github.com/hedgedoc/hedgedoc/tree/master/docs
* Documentation YunoHost : https://yunohost.org/#/app_hedgedoc_fr
## Caractéristiques spécifiques YunoHost
#### Support multi-utilisateur
* L'authentification LDAP est-elle prise en charge ? **Oui**
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
#### Architectures supportées
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/hedgedoc%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/hedgedoc/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/hedgedoc%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/hedgedoc/)
2020-12-28 11:00:42 +01:00
## Limitations
* HedgeDoc a besoin de plus de 3 Go de RAM pour être installé.
2020-11-19 21:41:03 +01:00
## Liens
* Signaler un bug : https://github.com/YunoHost-Apps/hedgedoc_ynh/issues
2020-11-19 21:56:06 +01:00
* Site de l'application : https://hedgedoc.org
2020-11-19 21:41:03 +01:00
* Dépôt de l'application principale : https://github.com/hedgedoc/hedgedoc
* Site web YunoHost : https://yunohost.org/
---
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/hedgedoc_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/hedgedoc_ynh/tree/testing --debug
ou
sudo yunohost app upgrade hedgedoc -u https://github.com/YunoHost-Apps/hedgedoc_ynh/tree/testing --debug
```