{ "$schema": "../schema.json", "name": "VaultWarden", "available": true, "exposable": true, "port": 8107, "id": "vaultwarden", "tipi_version": 15, "version": "1.30.5", "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" ] }