2022-06-20 08:13:47 +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.
-->
2021-05-11 20:31:32 +02:00
# Standard Notes Server pour YunoHost
2023-01-22 12:00:34 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/snserver.svg )](https://dash.yunohost.org/appci/app/snserver) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/snserver.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/snserver.maintain.svg )
2021-07-04 21:46:55 +02:00
[![Installer Standard Notes Server avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=snserver)
2021-05-11 20:31:32 +02:00
*[Read this readme in english.](./README.md)*
2023-01-22 12:00:34 +01:00
> *Ce package vous permet d’ installer Standard Notes Server 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.*
2021-05-11 20:31:32 +02:00
2023-01-22 12:00:34 +01:00
## Vue d’ ensemble
2021-05-11 20:31:32 +02:00
2022-08-31 02:25:07 +02:00
Standard Notes est une application de prise de notes chiffrée de bout en bout pour les numériciens et les professionnels. Capturez vos notes, vos fichiers et le travail de votre vie en un seul endroit sécurisé.
2021-05-11 20:31:32 +02:00
2023-01-30 07:22:37 +01:00
**Version incluse :** 2023.01.26~ynh1
2021-05-11 20:31:32 +02:00
2021-07-04 21:46:55 +02:00
**Démo :** https://standardnotes.org/demo
2021-05-11 20:31:32 +02:00
## Avertissements / informations importantes
2022-08-31 02:25:07 +02:00
* Pas d'authentification unique ou d'intégration LDAP.
* Besoins en mémoire vive (4 Go de mémoire swap seront créés pendant l'installation) :
* La configuration peut être modifiée sous : https://my_domain.tld/yunohost/admin/#/apps/$app_id/config-panel
2021-05-11 20:31:32 +02:00
## Documentations et ressources
2023-01-22 12:00:34 +01:00
* Site officiel de l’ app : < https: // standardnotes . org />
2022-06-20 08:13:47 +02:00
* Documentation officielle utilisateur : < https: // standardnotes . com / help >
2023-01-22 12:00:34 +01:00
* Documentation officielle de l’ admin : < https: // docs . standardnotes . org />
* Dépôt de code officiel de l’ app : < https: // github . com / standardnotes / server >
2022-06-20 08:13:47 +02:00
* Documentation YunoHost pour cette app : < https: // yunohost . org / app_snserver >
* Signaler un bug : < https: // github . com / YunoHost-Apps / snserver_ynh / issues >
2021-05-11 20:31:32 +02:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/snserver_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
2022-06-20 08:13:47 +02:00
``` bash
2021-05-11 20:31:32 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug
2021-07-04 21:46:55 +02:00
ou
2021-05-11 20:31:32 +02:00
sudo yunohost app upgrade snserver -u https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug
```
2023-01-22 12:00:34 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >