1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00
This commit is contained in:
ericgaspar 2023-07-14 13:56:24 +02:00
parent 6c2e4e9134
commit 6a267c2dc9
3 changed files with 4 additions and 13 deletions

View file

@ -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.

1
doc/DESCRIPTION_fr.md Normal file
View file

@ -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.

3
doc/POST_INSTALL_fr.md Normal file
View file

@ -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.