Files
ProxmoxVEDHelperScripts/json/aliasvault.json
2026-05-23 00:09:32 +10:00

49 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "AliasVault",
"slug": "aliasvault",
"categories": [
6
],
"date_created": "2026-05-16",
"type": "ct",
"updateable": true,
"privileged": false,
"has_arm": false,
"interface_port": 443,
"documentation": "https://docs.aliasvault.net/",
"website": "https://aliasvault.net/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/aliasvault.webp",
"description": "AliasVault is an open-source, end-to-end encrypted password manager and email alias service. It features a zero-knowledge architecture where your master password never leaves your device, a built-in SMTP server for alias email addresses, browser extensions with autofill, and native iOS/Android apps.",
"install_methods": [
{
"type": "default",
"script": "ct/aliasvault.sh",
"config_path": "/opt/aliasvault/.env",
"resources": {
"cpu": 4,
"ram": 6144,
"hdd": 12,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": "admin",
"password": null
},
"notes": [
{
"text": "The initial installation builds AliasVault from source and takes 1530 minutes. Do not interrupt the process.",
"type": "warning"
},
{
"text": "The admin password is auto-generated during installation and displayed in the installation output. Save it immediately.",
"type": "warning"
},
{
"text": "To receive alias emails, configure your domain's MX record to point to this server and update PRIVATE_EMAIL_DOMAINS in /opt/aliasvault/.env.",
"type": "info"
}
]
}