2021-10-12 20:46:35 +00:00
|
|
|
# SPDX-FileCopyrightText: 2021 Jonathan Underwood <junderwood@bitcoinbank.co.jp>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
# yaml-language-server: $schema=../../app-standard-v1.json
|
|
|
|
|
|
|
|
version: 1
|
|
|
|
|
|
|
|
|
|
|
|
metadata:
|
|
|
|
category: Password Managers
|
|
|
|
name: Vaultwarden
|
2021-11-27 18:47:39 +00:00
|
|
|
version: 1.23.0
|
2021-10-12 20:46:35 +00:00
|
|
|
tagline: Unofficial Bitwarden® compatible server
|
|
|
|
description: >-
|
|
|
|
Vaultwarden (formerly known as Bitwarden_RS) is an alternative implementation\
|
|
|
|
of the Bitwarden® server API written in Rust, compatible with upstream Bitwarden®\
|
|
|
|
clients*. Vaultwarden is perfect for self-hosting all of your passwords in an\
|
|
|
|
encrypted vault on your Citadel. Vaultwarden is a full implementation of Bitwarden®\
|
|
|
|
API that includes:
|
|
|
|
|
|
|
|
- Organizations support
|
|
|
|
|
|
|
|
- Attachments
|
|
|
|
|
|
|
|
- Vault API support
|
|
|
|
|
|
|
|
- Serving the static files for Vault interface
|
|
|
|
|
|
|
|
- Website icons API
|
|
|
|
|
|
|
|
- Authenticator and U2F support
|
|
|
|
|
|
|
|
- YubiKey and Duo support
|
|
|
|
|
|
|
|
|
|
|
|
Please note that Vaultwarden is not associated with the Bitwarden® project nor 8bit Solutions LLC.
|
|
|
|
When using this app, please report any bugs or suggestions to us directly, regardless
|
|
|
|
of whatever clients you are using (mobile, desktop, browser, etc), and do not
|
|
|
|
use Bitwarden®'s official support channels.
|
|
|
|
developer: Daniel García
|
|
|
|
website: https://github.com/dani-garcia
|
|
|
|
dependencies: []
|
|
|
|
repo: https://github.com/dani-garcia/vaultwarden
|
|
|
|
support: https://vaultwarden.discourse.group/
|
|
|
|
gallery:
|
|
|
|
- 1.jpg
|
|
|
|
- 2.jpg
|
|
|
|
- 3.jpg
|
|
|
|
torOnly: true
|
|
|
|
containers:
|
2021-11-27 18:47:39 +00:00
|
|
|
- image: vaultwarden/server:1.23.0@sha256:2b222cce85a97624b30fb1ff228f609ec5b43dd182357f80239834a1ada3aa38
|
2021-10-20 19:10:06 +00:00
|
|
|
user: 1000:1000
|
2021-11-10 11:55:29 +00:00
|
|
|
port: 3000
|
2021-10-12 20:46:35 +00:00
|
|
|
environment:
|
2021-11-10 11:55:29 +00:00
|
|
|
ROCKET_PORT: 3000
|
2021-10-12 20:46:35 +00:00
|
|
|
name: server
|
|
|
|
data:
|
|
|
|
- data:/data
|