app-store/apps/vaultwarden/config.json
renovate[bot] bdf7a9bf5a
chore(deps): update vaultwarden/server docker tag to v1.28.1 (#313)
* chore(deps): update vaultwarden/server docker tag to v1.28.1

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-04-13 20:01:54 +02:00

28 lines
820 B
JSON

{
"$schema": "../schema.json",
"name": "VaultWarden",
"available": true,
"exposable": true,
"port": 8107,
"id": "vaultwarden",
"tipi_version": 5,
"version": "1.28.1",
"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",
"form_fields": [
{
"type": "password",
"label": "Admin Panel Password",
"max": 50,
"min": 10,
"required": true,
"env_variable": "VAULTWARDEN_ADMIN_PASSWORD"
}
]
}