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:
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"
PRIVATE_EMAIL_DOMAINSAuto-fetched 8 minutes ago
Auto-fetched 7 minutes ago