ProxmoxVE/json/vaultwarden.json

38 lines
1.2 KiB
JSON

{
"name": "Vaultwarden",
"slug": "vaultwarden",
"categories": [
"Miscellaneous"
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": 1,
"privileged": 0,
"interface_port": "8000",
"documentation": "",
"website": "https://www.vaultwarden.net/",
"logo": "https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/resources/vaultwarden-icon-white.svg",
"description": "Vaultwarden is a self-hosted password manager which provides secure and encrypted password storage. It uses client-side encryption and provides access to passwords through a web interface and mobile apps.",
"install_methods": [
{
"type": "default",
"script": "ct/vaultwarden.sh",
"resources": {
"cpu": "4",
"ram": "5120",
"hdd": "6",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "",
"password": ""
},
"alerts": [
{
"alert": "Vaultwarden needs to be behind a proxy (Nginx Proxy Manager) to obtain HTTPS and to allow clients to connect."
}
]
}