From 78cb2decf7e109915c59cbbd1b072e759369aeb0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Apr 2020 18:35:40 +0200 Subject: [PATCH 1/5] Create README_fr.md --- README_fr.md | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 README_fr.md diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..09c487d --- /dev/null +++ b/README_fr.md @@ -0,0 +1,73 @@ +# Bitwarden pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/bitwarden.svg)](https://dash.yunohost.org/appci/app/bitwarden) +[![Installer Bitwarden avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bitwarden) + +*[Read this readme in english.](./README.md)* + +> *Ce package vous permet d'installer Bitwarden 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.* + +## Vue d'ensemble + +Bitwarden est un gestionnaire de mots de passe open source. + +**Version incluse:** 1.14.1 + +## Points importants à lire avant l'installation + +Après l'installation, l'utilisateur admin recevra un e-mail avec le admin_token a utilisé pour accéder à l'administration de Bitwarden https://your.domain.tld/bitwarden/admin. + +## Captures d'écran + +![](https://bitwarden.com/images/hero.png) + +## Démo + +* [Démo officielle](https://vault.bitwarden.com/#/register) + +## Configuration + +Comment configurer cette application: via le panneau d'administration https://bitwarden.domain.tld/admin. + +## Documentation + + * Documentation officielle: https://help.bitwarden.com/ et https://github.com/dani-garcia/bitwarden_rs/wiki + * Documentation YunoHost: Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer. + +## Caractéristiques spécifiques YunoHost + +#### Support multi-utilisateurs + +* L'authentification LDAP et HTTP est-elle prise en charge? **No** +* L'application peut-elle être utilisée par plusieurs utilisateurs? **Yes** + +#### Architectures supportées + +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/bitwarden%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/bitwarden/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/bitwarden%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/bitwarden/) + +**Plus d'informations sur la page de documentation:** +https://yunohost.org/packaging_apps + +## Liens + + * 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/ + +--- + +Informations pour les développeurs +---------------- + +**Seulement si vous voulez utiliser une branche de test pour le codage, au lieu de fusionner directement dans la banche principale.** +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing). + +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 +``` From f5846439b56cb5576ce2a9022d0a8704e7161679 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Apr 2020 18:35:51 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dea2e55..6bf1ed7 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,20 @@ [![Integration level](https://dash.yunohost.org/integration/bitwarden.svg)](https://dash.yunohost.org/appci/app/bitwarden) [![Install Bitwarden with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bitwarden) +*[Lire ce readme en français.](./README_fr.md)* + > *This package allow you to install Bitwarden quickly and simply on a YunoHost server. If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* ## Overview -Open source password management solutions. + +Bitwarden is a open source password manager. **Shipped version:** 1.14.1 ## Important points to read before installing -1. At the end of the installation, the admin user will receive a mail with the admin_token used to access https://your.domain.tld/bitwarden/admin. +At the end of the installation, the admin user will receive a mail with the admin_token used to access https://your.domain.tld/bitwarden/admin. ## Screenshots @@ -35,7 +38,8 @@ How to configure this app: by an admin panel at https://bitwarden.domain.tld/adm #### Multi-users support -LDAP and HTTP auth are not supported +* Are LDAP and HTTP auth supported? **No** +* Can the app be used by multiple users? **Yes** #### Supported architectures From bf8ccf8a5f0591c70a862544aca87075fee17b64 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Apr 2020 18:42:23 +0200 Subject: [PATCH 3/5] Update README_fr.md --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 09c487d..4a80fa9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -63,7 +63,7 @@ Informations pour les développeurs ---------------- **Seulement si vous voulez utiliser une branche de test pour le codage, au lieu de fusionner directement dans la banche principale.** -Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing). +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/bitwarden_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. ``` From bee9e31cfafb69e418e07e918a889f106b653103 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Apr 2020 18:42:27 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bf1ed7..a77e940 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,8 @@ How to configure this app: by an admin panel at https://bitwarden.domain.tld/adm Developers info ---------------- -Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/bitwarden_ynh/tree/testing). +**Only if you want to use a testing branch for coding, instead of merging directly into master.** +Please do your pull request to the [testing branch]https://github.com/YunoHost-Apps/bitwarden_ynh/tree/testing). To try the testing branch, please proceed like that. ``` From 18c49bb405627cfbd5d3c2a31af5002c8123e5f8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 9 Apr 2020 19:59:50 +0200 Subject: [PATCH 5/5] update README --- README.md | 1 - README_fr.md | 5 ----- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index a77e940..9214d11 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ How to configure this app: by an admin panel at https://bitwarden.domain.tld/adm Developers info ---------------- -**Only if you want to use a testing branch for coding, instead of merging directly into master.** Please do your pull request to the [testing branch]https://github.com/YunoHost-Apps/bitwarden_ynh/tree/testing). To try the testing branch, please proceed like that. diff --git a/README_fr.md b/README_fr.md index 4a80fa9..fef9a49 100644 --- a/README_fr.md +++ b/README_fr.md @@ -33,7 +33,6 @@ Comment configurer cette application: via le panneau d'administration https://bi ## Documentation * Documentation officielle: https://help.bitwarden.com/ et https://github.com/dani-garcia/bitwarden_rs/wiki - * Documentation YunoHost: Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer. ## Caractéristiques spécifiques YunoHost @@ -47,9 +46,6 @@ Comment configurer cette application: via le panneau d'administration https://bi * x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/bitwarden%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/bitwarden/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/bitwarden%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/bitwarden/) -**Plus d'informations sur la page de documentation:** -https://yunohost.org/packaging_apps - ## Liens * Signaler un bug: https://github.com/YunoHost-Apps/bitwarden_ynh/issues @@ -62,7 +58,6 @@ https://yunohost.org/packaging_apps Informations pour les développeurs ---------------- -**Seulement si vous voulez utiliser une branche de test pour le codage, au lieu de fusionner directement dans la banche principale.** Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/bitwarden_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit.