Files
ProxmoxVEDHelperScripts/json/aliasvault.json

48 lines
1.7 KiB
JSON

{
"name": "AliasVault",
"slug": "aliasvault",
"categories": [
6
],
"date_created": "2026-05-16",
"type": "ct",
"updateable": true,
"privileged": true,
"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": 2,
"ram": 2048,
"hdd": 16,
"os": "Debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": null
},
"notes": [
{
"text": "A privileged LXC container is required because AliasVault runs via Docker Compose internally.",
"type": "info"
},
{
"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"
}
]
}