1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00
Open source password management solutions for YunoHost
Find a file
2022-01-31 19:54:55 +01:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:53:33 +02:00
conf Upgrade to 1.24.0~ynh1 2022-01-31 19:54:55 +01:00
doc Apply last example_ynh 2022-01-14 21:31:33 +01:00
scripts Merge pull request #165 from Tagadda/master 2022-01-26 20:26:44 +01:00
.gitignore First commit 2019-08-05 01:29:15 +02:00
check_process Upgrade to 1.24.0~ynh1 2022-01-31 19:54:55 +01:00
LICENSE First commit 2019-08-05 01:29:15 +02:00
manifest.json Upgrade to 1.24.0~ynh1 2022-01-31 19:54:55 +01:00
README.md Upgrade to 1.24.0~ynh1 2022-01-31 19:54:55 +01:00
README_fr.md Upgrade to 1.24.0~ynh1 2022-01-31 19:54:55 +01:00

Vaultwarden for YunoHost

Integration level
Install Vaultwarden with YunoHost

Lire ce readme en français.

This package allows you to install Vaultwarden quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.

Shipped version: 1.24.0~ynh1

Demo: https://vault.bitwarden.com/#/register

Screenshots

Disclaimers / important information

  • Any known limitations, constrains or stuff not working, such as (but not limited to):

    • single-sign on and LDAP integration are not-working
    • installation took a lot of time
  • Other infos that people should be aware of, such as:

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:

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.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/vaultwarden_ynh/tree/testing --debug
or
sudo yunohost app upgrade vaultwarden -u https://github.com/YunoHost-Apps/vaultwarden_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps