23 lines
758 B
JSON
23 lines
758 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|