From 6a267c2dc98e2df7def18da34a69b4f21657320e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 14 Jul 2023 13:56:24 +0200 Subject: [PATCH] add fr --- doc/ADMIN.md | 13 ------------- doc/DESCRIPTION_fr.md | 1 + doc/POST_INSTALL_fr.md | 3 +++ 3 files changed, 4 insertions(+), 13 deletions(-) create mode 100644 doc/DESCRIPTION_fr.md create mode 100644 doc/POST_INSTALL_fr.md diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 8988681..265c050 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -4,16 +4,3 @@ This package compile Vaultwarden from sources, that can take a long time on a sm * When installing on a Raspberry Pi 3, this can take more than 1 hour. * When installing from the webadmin, you can encounter the "504 Gateway Timeout": this is fine, just let it finish in the background. - -### Migrate from Bitwarden - -This package handle the migration from Bitwarden to Vaultwarden. -For that, you will have to upgrade your Bitwarden application with this repository. -This can only be done from the command-line interface - e.g. through SSH. -Once you're connected, you simply have to execute the following: - -```bash -sudo yunohost app upgrade bitwarden -u https://github.com/YunoHost-Apps/vaultwarden_ynh --debug -``` - -The `--debug` option will let you see the full output. If you encounter any issue, please paste it. diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..82d5f5d --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +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. \ No newline at end of file diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md new file mode 100644 index 0000000..0703455 --- /dev/null +++ b/doc/POST_INSTALL_fr.md @@ -0,0 +1,3 @@ +Veuillez ouvrir https://__DOMAIN____PATH__/admin +Le jeton d'administration est : __ADMIN_TOKEN__ +Vous pourrez inviter des utilisateurs dans votre instance de Vaultwarden. \ No newline at end of file