An open API service indexing awesome lists of open source software.

https://github.com/yunohost-apps/vaultwarden_ynh

Open source password management solutions for YunoHost
https://github.com/yunohost-apps/vaultwarden_ynh

bitwarden password-manager vaultwarden yunohost yunohost-apps

Last synced: 6 months ago
JSON representation

Open source password management solutions for YunoHost

Awesome Lists containing this project

README

          

# Vaultwarden for YunoHost

[![Integration level](https://apps.yunohost.org/badge/integration/vaultwarden)](https://ci-apps.yunohost.org/ci/apps/vaultwarden/)
![Working status](https://apps.yunohost.org/badge/state/vaultwarden)
![Maintenance status](https://apps.yunohost.org/badge/maintained/vaultwarden)

[![Install Vaultwarden with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vaultwarden)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install Vaultwarden quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*

## Overview

Vaultwarden is a password manager, allowing generation and storage of passwords in a secure way. These are protected by a single password called the "master password".

Clients exist for [Linux, macOS and Windows](https://bitwarden.com/#download), [Android](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden), [iOS](https://itunes.apple.com/app/bitwarden-free-password-manager/id1137397744?mt=8), and as a web browser plug-ins. It is also possible to manage passwords from the web interface.

**Shipped version:** 1.33.2~ynh1

**Demo:**

## Screenshots

![Screenshot of Vaultwarden](./doc/screenshots/screenshot.png)

## Documentation and resources

- Official user documentation:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:

## Developer info

Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/vaultwarden_ynh/tree/testing).

To try the `testing` branch, please proceed like that:

```bash
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:**