app-store/apps/vaultwarden/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

29 lines
869 B
JSON

{
"$schema": "../schema.json",
"name": "VaultWarden",
"available": true,
"exposable": true,
"port": 8107,
"id": "vaultwarden",
"tipi_version": 9,
"version": "1.29.2",
"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"
}
],
"supported_architectures": ["arm64", "amd64"]
}