app-store/apps/vaultwarden/config.json

32 lines
882 B
JSON
Raw Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
2022-07-28 17:46:12 +00:00
"name": "VaultWarden",
"available": true,
2022-09-07 05:09:27 +00:00
"exposable": true,
2022-07-28 17:46:12 +00:00
"port": 8107,
"id": "vaultwarden",
"tipi_version": 15,
"version": "1.30.5",
2022-10-14 20:39:24 +00:00
"categories": [
"utilities"
],
2022-07-28 17:46:12 +00:00
"description": "Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.",
"short_desc": "All your passwords in your control!",
"author": "Daniel García",
"source": "https://github.com/dani-garcia/vaultwarden",
"form_fields": [
{
"type": "password",
"label": "Admin Panel Password",
"max": 50,
"min": 10,
"required": true,
"env_variable": "VAULTWARDEN_ADMIN_PASSWORD"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
2022-07-28 17:46:12 +00:00
}