mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-25 18:16:17 +00:00
4d68c2e1ef
* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories * Renamed categories.json to metadata.json
39 lines
1.2 KiB
JSON
39 lines
1.2 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"
|
|
}
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
} |