mailrise¶
mailrise An SMTP gateway for Apprise notifications.
Installation¶
Default Port: 8025
Config¶
homelab/docker/mailrise/.env
EMAIL_URL=mailto://user:[email protected]
homelab/docker/mailrise/compose.yaml
Traefik¶
homelab/pve/traefik/conf.d/mailrise.yaml
# ---
# tcp:
# #region routers
# routers:
# mailrise:
# entryPoints:
# - "mailsecure"
# rule: "HostSNI(`smtp.l.nicholaswilde.io`)"
# service: mailrise
# tls:
# passthrough: true
# #endregion
# #region services
# services:
# mailrise:
# loadBalancer:
# servers:
# - address: "192.168.2.62:8025"
# #endregion
Task List¶
task: Available tasks for this project:
* decrypt: Decrypt .env using SOPS
* encrypt: Encrypt .env using SOPS
* export: Export the task list
* init: Init
* mklinks: Make client symlinks
* restart: Restart Docker containers
* status: Status
* stop: Stop registry container
* test: Send a test email
* test-remote: Send a test email to remote address
* up: Tun Docker compose in the foreground.
* up-d: Run Docker compose in the background.
* update: Update running containers
* upgrade: Upgrade running containers