Favicon of AliasVault

AliasVault

Protect your digital identity with an end-to-end encrypted vault. Generate unique passwords, passkeys, and email aliases to prevent tracking and stop spam.

Take control of your online privacy with a comprehensive, end-to-end encrypted vault designed to secure your digital identity. By creating alternative identities for every website you visit, you can effectively prevent tracking, reduce spam, and minimize the impact of data breaches.

Enjoy a robust set of features built for maximum security and convenience:

  • Unified Credential Management: Safely generate, store, and sync all your passwords and passkeys across desktop, mobile, and tablet devices.
  • Integrated Email Server: Create unique email aliases directly within the platform to receive messages without exposing your real address.
  • Full Offline Access: View and edit your encrypted vault without an internet connection. Changes sync automatically once you are back online.
  • Zero-Knowledge Architecture: Rely on AES-256-GCM encryption where your master password never leaves your device.
  • Flexible Deployment: Choose between convenient cloud hosting or self-host on your own server.

Directory Structure

aliasvault
certificates
database
logs
secrets
.env
docker-compose.yml

docker-compose.yml

services:
  aliasvault:
    image: ghcr.io/aliasvault/aliasvault:latest
    container_name: aliasvault
    restart: unless-stopped

    ports:
      - "80:80"
      - "443:443"
      - "25:25"
      - "587:587"

    volumes:
      - ./database:/database
      - ./logs:/logs
      - ./secrets:/secrets
      - ./certificates:/certificates

    environment:
      HOSTNAME: "localhost"
      PUBLIC_REGISTRATION_ENABLED: "true"
      IP_LOGGING_ENABLED: "true"
      FORCE_HTTPS_REDIRECT: "false"
      SUPPORT_EMAIL: ""
      PRIVATE_EMAIL_DOMAINS: ""
      SMTP_TLS_ENABLED: "false"

.env

 PRIVATE_EMAIL_DOMAINS
Categories:

Share:

Ad
Favicon

 

  
 

Similar to AliasVault

Favicon

 

  
  
Favicon

 

  
  
Favicon