ProxmoxVE/json/vaultwarden.json
Bram Suurd bdb9d0ce51
Fixing missing information on the new Homepage (#191)
* Update mariadb.json

* Update vaultwarden.json

* Update vaultwarden.json

* Update keycloak.json

* Update json/keycloak.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update mariadb.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

---------

Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-12 17:34:21 +01:00

55 lines
1.6 KiB
JSON

{
"name": "Vaultwarden",
"slug": "vaultwarden",
"categories": [
0
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "8000",
"documentation": null,
"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"
}
},
{
"type": "alpine",
"script": "ct/alpine-vaultwarden.sh",
"resources": {
"cpu": "1",
"ram": "256",
"hdd": "0.3",
"os": "alpine",
"version": "3.19"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Vaultwarden needs to be behind a proxy (Nginx Proxy Manager) to obtain HTTPS and to allow clients to connect.",
"type": "warning"
},
{
"text": "Build Settings for normal LXC: 4GB RAM - 6GB Storage - 4vCPU",
"type": "info"
}
]
}