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
2021-05-11 01:40:02 +02:00
conf Update bitwarden_post_migration.sh 2021-05-09 20:56:25 +02:00
scripts Fix migration 2021-05-11 01:40:02 +02:00
.gitignore First commit 2019-08-05 01:29:15 +02:00
check_process Handle migration from bitwarden 2021-05-09 11:06:05 +02:00
issue_template.md Name change 2021-04-30 13:49:31 +02:00
LICENSE First commit 2019-08-05 01:29:15 +02:00
manifest.json Update manifest.json 2021-04-30 20:13:19 +02:00
pull_request_template.md Update pull_request_template.md 2021-02-21 08:39:55 +01:00
README.md Handle migration from bitwarden 2021-05-09 11:06:05 +02:00
README_fr.md Fix links 2021-04-30 13:54:46 +02: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

vaultwarden is a open source password manager.

Shipped version: 1.21.0

Important points to read before installing

At the end of the installation, the admin user will receive a mail with the admin_token used to access https://your.domain.tld/vaultwarden/admin.

Screenshots

Demo

Configuration

How to configure this app: by an admin panel at https://vaultwarden.domain.tld/admin.

Documentation

YunoHost specific features

Multi-user support

  • Are LDAP and HTTP auth supported? No
  • Can the app be used by multiple users? Yes

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

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.


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