2020-07-18 11:46:45 +02:00
|
|
|
|
# CryptPad pour YunoHost
|
|
|
|
|
|
2021-06-16 12:32:01 +02:00
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/cryptpad.svg)](https://dash.yunohost.org/appci/app/cryptpad) ![](https://ci-apps.yunohost.org/ci/badges/cryptpad.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/cryptpad.maintain.svg)
|
2020-12-25 15:33:53 +01:00
|
|
|
|
[![Installer CryptPad avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cryptpad)
|
2020-07-18 11:46:45 +02:00
|
|
|
|
|
2021-06-16 12:32:01 +02:00
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2020-07-18 11:46:45 +02:00
|
|
|
|
|
2021-06-16 12:32:01 +02:00
|
|
|
|
> *Ce package vous permet d'installer CryptPad rapidement et simplement sur un serveur YunoHost.
|
|
|
|
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
2020-07-18 11:46:45 +02:00
|
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
2021-06-16 12:32:01 +02:00
|
|
|
|
Éditeur chiffré collaboratif en temps réel.
|
2020-07-18 11:46:45 +02:00
|
|
|
|
|
2021-08-17 12:05:59 +02:00
|
|
|
|
**Version incluse :** 4.10.0~ynh1
|
2021-06-16 12:32:01 +02:00
|
|
|
|
|
|
|
|
|
**Démo :** https://cryptpad.fr/
|
2020-07-18 11:46:45 +02:00
|
|
|
|
|
2021-06-16 12:32:01 +02:00
|
|
|
|
## Captures d'écran
|
2020-07-18 11:46:45 +02:00
|
|
|
|
|
2021-06-16 12:32:01 +02:00
|
|
|
|
![](./doc/screenshots/screenshot.png)
|
2020-07-18 11:46:45 +02:00
|
|
|
|
|
2021-06-16 12:32:01 +02:00
|
|
|
|
## Avertissements / informations importantes
|
2020-07-18 11:46:45 +02:00
|
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
2021-01-19 13:15:39 +01:00
|
|
|
|
Comment configurer cette application : via le panneau d'administration ainsi que le fichier de configuration `/var/www/cryptpad/config/config.js`.
|
2020-07-18 11:46:45 +02:00
|
|
|
|
|
2021-06-16 12:32:01 +02:00
|
|
|
|
## Documentations et ressources
|
2020-07-18 11:46:45 +02:00
|
|
|
|
|
2021-06-16 12:32:01 +02:00
|
|
|
|
* Site officiel de l'app : https://cryptpad.fr/
|
|
|
|
|
* Documentation officielle utilisateur : https://yunohost.org/apps
|
|
|
|
|
* Documentation officielle de l'admin : https://docs.cryptpad.fr/en/
|
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/xwiki-labs/cryptpad
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_cryptpad
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/cryptpad_ynh/issues
|
2020-07-18 11:46:45 +02:00
|
|
|
|
|
2020-09-08 20:33:37 +02:00
|
|
|
|
## Informations pour les développeurs
|
2020-07-18 11:46:45 +02:00
|
|
|
|
|
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/cryptpad_ynh/tree/testing).
|
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/cryptpad_ynh/tree/testing --debug
|
|
|
|
|
ou
|
|
|
|
|
sudo yunohost app upgrade cryptpad -u https://github.com/YunoHost-Apps/cryptpad_ynh/tree/testing --debug
|
|
|
|
|
```
|
2021-06-16 12:32:01 +02:00
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|