49 lines
1.8 KiB
JSON
49 lines
1.8 KiB
JSON
{
|
||
"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 15–30 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"
|
||
}
|
||
]
|
||
} |