1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/laverna_ynh.git synced 2024-09-03 19:36:06 +02:00
laverna_ynh/README_fr.md

55 lines
2.4 KiB
Markdown
Raw Normal View History

2023-10-31 15:18:49 +01: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-11-05 21:21:23 +01:00
# Laverna pour YunoHost
2023-10-31 15:18:49 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/laverna.svg)](https://dash.yunohost.org/appci/app/laverna) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/laverna.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/laverna.maintain.svg)
[![Installer Laverna avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=laverna)
2020-11-05 21:21:23 +01:00
2021-10-02 10:28:48 +02:00
*[Read this readme in english.](./README.md)*
2020-11-05 21:21:23 +01:00
2023-10-31 15:18:49 +01:00
> *Ce package vous permet dinstaller Laverna rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2020-11-05 21:21:23 +01:00
2023-10-31 15:18:49 +01:00
## Vue densemble
2021-10-02 10:28:48 +02:00
2020-11-05 21:21:23 +01:00
Laverna est un système anonyme, crypté et sans inscription requise, il est accessible via un navigateur web (sans installation de logiciel).
Les données sont privées, car stockées par défaut sur votre machine (InnoDB et localstorage), cest un réglage dans les paramètres qui vous permettra de les synchroniser via le cloud sur vos différents périphériques.
**Version incluse :** 0.7.51~ynh6
2020-11-05 21:21:23 +01:00
2021-10-02 10:28:48 +02:00
**Démo :** https://laverna.cc/app/
2020-11-05 21:21:23 +01:00
2023-10-31 15:18:49 +01:00
## Captures décran
2020-11-05 21:21:23 +01:00
2023-10-31 15:18:49 +01:00
![Capture décran de Laverna](./doc/screenshots/laverna.png)
2020-11-05 21:21:23 +01:00
2023-11-10 13:50:49 +01:00
## :red_circle: Fonctions indésirables
- **Package not maintained**: This YunoHost package is not maintained and needs adoption.
2021-10-02 10:28:48 +02:00
## Documentations et ressources
2020-11-05 21:21:23 +01:00
2023-10-31 15:18:49 +01:00
* Site officiel de lapp : <https://laverna.cc/index.html>
* Documentation officielle de ladmin : <https://github.com/Laverna/laverna/wiki>
* Dépôt de code officiel de lapp : <https://github.com/Laverna/laverna>
* YunoHost Store: <https://apps.yunohost.org/app/laverna>
* Signaler un bug : <https://github.com/YunoHost-Apps/laverna_ynh/issues>
2020-11-05 21:21:23 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/laverna_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2023-10-31 15:18:49 +01:00
``` bash
2020-11-05 21:21:23 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/laverna_ynh/tree/testing --debug
ou
2020-11-05 21:21:23 +01:00
sudo yunohost app upgrade laverna -u https://github.com/YunoHost-Apps/laverna_ynh/tree/testing --debug
```
2021-10-02 10:28:48 +02:00
2023-10-31 15:18:49 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>