1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00
vaultwarden_ynh/README_fr.md

48 lines
2.2 KiB
Markdown
Raw Normal View History

2022-05-27 00:09:51 +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-07-29 20:05:42 +02:00
# Vaultwarden pour YunoHost
2020-04-09 18:35:40 +02:00
2023-01-25 20:14:28 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/vaultwarden.svg)](https://dash.yunohost.org/appci/app/vaultwarden) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/vaultwarden.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/vaultwarden.maintain.svg)
2023-02-24 00:18:15 +01:00
2021-07-29 20:05:42 +02:00
[![Installer Vaultwarden avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vaultwarden)
2020-04-09 18:35:40 +02:00
2021-07-29 20:05:42 +02:00
*[Read this readme in english.](./README.md)*
2020-04-09 18:35:40 +02:00
2023-01-17 22:01:10 +01:00
> *Ce package vous permet dinstaller Vaultwarden 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-04-09 18:35:40 +02:00
2023-01-17 22:01:10 +01:00
## Vue densemble
2020-04-09 18:35:40 +02:00
2023-07-14 13:56:37 +02:00
Implémentation alternative de l'API du serveur Bitwarden écrite en Rust et compatible avec les clients Bitwarden en amont*, parfaite pour un déploiement auto-hébergé où l'exécution du service officiel gourmand en ressources n'est peut-être pas idéale.
2021-07-30 20:00:22 +02:00
2023-10-17 19:53:44 +02:00
**Version incluse :** 1.29.1~ynh1
2020-04-09 18:35:40 +02:00
2022-01-31 21:35:10 +01:00
**Démo :** https://vault.bitwarden.com/#/register
2020-04-09 18:35:40 +02:00
2023-01-17 22:01:10 +01:00
## Captures décran
2020-04-09 18:35:40 +02:00
2023-01-17 22:01:10 +01:00
![Capture décran de Vaultwarden](./doc/screenshots/screenshot1.png)
2020-04-09 18:35:40 +02:00
2021-07-29 20:05:42 +02:00
## Documentations et ressources
2020-04-09 18:35:40 +02:00
2022-05-27 00:09:51 +02:00
* Documentation officielle utilisateur : <https://help.bitwarden.com/>
2023-01-17 22:01:10 +01:00
* Documentation officielle de ladmin : <https://github.com/dani-garcia/vaultwarden/wiki>
* Dépôt de code officiel de lapp : <https://github.com/dani-garcia/vaultwarden>
2022-05-27 00:09:51 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/vaultwarden_ynh/issues>
2020-04-09 18:35:40 +02:00
2020-12-01 22:04:05 +01:00
## Informations pour les développeurs
2020-04-09 18:35:40 +02:00
2021-04-30 13:49:31 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/vaultwarden_ynh/tree/testing).
2020-04-09 18:35:40 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-05-27 00:09:51 +02:00
``` bash
2021-04-30 13:49:31 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/vaultwarden_ynh/tree/testing --debug
2020-04-09 18:35:40 +02:00
ou
2021-04-30 13:49:31 +02:00
sudo yunohost app upgrade vaultwarden -u https://github.com/YunoHost-Apps/vaultwarden_ynh/tree/testing --debug
2020-04-09 18:35:40 +02:00
```
2021-07-29 20:05:42 +02:00
2023-01-17 22:01:10 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>