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

67 lines
2.6 KiB
Markdown
Raw Normal View History

2020-04-09 18:35:40 +02:00
# Bitwarden pour YunoHost
2020-06-10 10:40:36 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/bitwarden.svg)](https://dash.yunohost.org/appci/app/bitwarden) ![](https://ci-apps.yunohost.org/ci/badges/bitwarden.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bitwarden.maintain.svg)
2020-12-29 00:02:27 +01:00
[![Installer Bitwarden avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bitwarden)
2020-04-09 18:35:40 +02:00
*[Read this readme in english.](./README.md)*
2020-06-10 10:40:36 +02:00
> *Ce package vous permet d'installer Bitwarden rapidement et simplement sur un serveur YunoHost.
2020-12-01 22:04:05 +01:00
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
2020-04-09 18:35:40 +02:00
## Vue d'ensemble
Bitwarden est un gestionnaire de mots de passe open source.
2021-03-29 22:53:56 +02:00
**Version incluse :** 1.20.0
2020-04-09 18:35:40 +02:00
## Points importants à lire avant l'installation
Après l'installation, l'utilisateur admin recevra un e-mail avec le admin_token à utiliser pour accéder à l'administration de Bitwarden https://your.domain.tld/bitwarden/admin.
2020-04-09 18:35:40 +02:00
## Captures d'écran
![](https://bitwarden.com/images/hero.png)
## Démo
* [Démo officielle](https://vault.bitwarden.com/#/register)
## Configuration
2020-06-10 10:40:36 +02:00
Comment configurer cette application : via le panneau d'administration https://bitwarden.domain.tld/admin.
2020-04-09 18:35:40 +02:00
## Documentation
2020-06-10 10:40:36 +02:00
* Documentation officielle : https://help.bitwarden.com/ et https://github.com/dani-garcia/bitwarden_rs/wiki
2020-04-09 18:35:40 +02:00
## Caractéristiques spécifiques YunoHost
2020-12-01 22:04:05 +01:00
#### Support multi-utilisateur
2020-04-09 18:35:40 +02:00
2020-06-10 10:40:36 +02:00
* L'authentification LDAP et HTTP est-elle prise en charge? **Non**
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
2020-04-09 18:35:40 +02:00
#### Architectures supportées
2021-04-10 01:38:20 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/bitwarden.svg)](https://ci-apps.yunohost.org/ci/apps/bitwarden/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/bitwarden.svg)](https://ci-apps-arm.yunohost.org/ci/apps/bitwarden/)
2020-04-09 18:35:40 +02:00
## Liens
2020-06-10 10:40:36 +02:00
* Signaler un bug : https://github.com/YunoHost-Apps/bitwarden_ynh/issues
* Site de l'application : https://bitwarden.com/
* Dépôt de l'application principale : https://github.com/dani-garcia/bitwarden_rs
* Site web YunoHost : https://yunohost.org/
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
2020-04-09 18:42:23 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/bitwarden_ynh/tree/testing).
2020-04-09 18:35:40 +02:00
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/bitwarden_ynh/tree/testing --debug
ou
sudo yunohost app upgrade bitwarden -u https://github.com/YunoHost-Apps/bitwarden_ynh/tree/testing --debug
```