app-store/apps/vaultwarden/config.json

23 lines
758 B
JSON
Raw Normal View History

2022-07-28 17:46:12 +00:00
{
"name": "VaultWarden",
"available": true,
"port": 8107,
"id": "vaultwarden",
"categories": ["utilities"],
"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",
"image": "/logos/apps/vaultwarden.jpg",
"form_fields": [
{
"type": "password",
"label": "Admin Panel Password",
"max": 50,
"min": 10,
"required": true,
"env_variable": "VAULTWARDEN_ADMIN_PASSWORD"
}
]
}