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
- Host: GitHub
- URL: https://github.com/yunohost-apps/vaultwarden_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2019-08-03T23:50:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T18:42:10.000Z (8 months ago)
- Last Synced: 2025-04-23T15:14:12.244Z (6 months ago)
- Topics: bitwarden, password-manager, vaultwarden, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://bitwarden.com/
- Size: 716 KB
- Stars: 59
- Watchers: 14
- Forks: 20
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vaultwarden for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/vaultwarden/)

[](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

## 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:**