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
tytan652 0aad051f3a perf: make the scripts only install one toolchain
install and upgrade scripts will install the last nightly toolchain, but bitwarden_rs have a rust-toochain file that causes another toolchain to be installed if they differ.
Then the toolchain specified in the rust-toochain file is now installed as default toolchain
2019-08-22 10:53:56 +02:00
conf Fix config file 2019-08-08 12:15:16 +02:00
scripts perf: make the scripts only install one toolchain 2019-08-22 10:53:56 +02:00
.gitignore First commit 2019-08-05 01:29:15 +02:00
check_process adding notifications 2019-08-13 01:17:46 +02:00
LICENSE First commit 2019-08-05 01:29:15 +02:00
manifest.json Upgrade version 2019-08-09 22:46:01 +02:00
pull_request_template.md First commit 2019-08-05 01:29:15 +02:00
README.md Adding links 2019-08-05 01:32:35 +02:00

Bitwarden for YunoHost

Integration level
Install Bitwarden with YunoHost

This package allow you to install Bitwarden quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

Open source password management solutions.

Shipped version: 1.9.1

Important points to read before installing

  1. Bitwarden require a dedicated root domain, eg. bitwarden.domain.tld
  2. At the end of the installation, the admin user will receive a mail with the admin_token used to access https://bitwarden.domain.tld/admin.

Screenshots

Demo

Configuration

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

Documentation

YunoHost specific features

Multi-users support

LDAP and HTTP auth are not supported

Supported architectures

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

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.

To try the testing branch, please proceed like that.

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