All apps · 0 apps
AnonAddy
OfficialDocker app from grtgbln's Repository
Overview
Install AnonAddy on Unraid in a few clicks.
Find AnonAddy in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
Requires a separate MySQL and Redis server. See documentation: https://github.com/anonaddy/anonaddy/blob/master/SELF-HOSTING.md
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allDetails
anonaddy/anonaddy:latestRuntime arguments
- Web UI
http://[IP]:[PORT:8000]/- Network
bridge- Privileged
- false
Template configuration
Container Port: 8000
- Target
- 8000
- Default
- 8000
- Value
- 8000
Container Port: 25
- Target
- 25
- Default
- 25
- Value
- 25
The URL to the AnonAddy server
- Target
- APP_URL
- Default
- http://localhost:8000/
- Value
- http://localhost:8000/
The host for the MySQL database connection
- Target
- DB_HOST
- Default
- localhost
- Value
- localhost
The port for the MySQL database connection
- Target
- DB_PORT
- Default
- 3306
- Value
- 3306
The username for the MySQL database connection
- Target
- DB_USERNAME
- Default
- anonaddy
- Value
- anonaddy
The password for the MySQL database connection
- Target
- DB_PASSWORD
The name of the MySQL database
- Target
- DB_DATABASE
- Default
- anonaddy
- Value
- anonaddy
The host for the Redis connection
- Target
- REDIS_HOST
- Default
- localhost
- Value
- localhost
The port for the Redis connection
- Target
- REDIS_PORT
- Default
- 6379
- Value
- 6379
The password for the Redis connection. Use 'null' to not set.
- Target
- REDIS_PASSWORD
- Default
- null
- Value
- null
The name to use when sending emails
- Target
- MAIL_FROM_NAME
- Default
- AnonAddy
- Value
- AnonAddy
The email address to use when sending emails
- Target
- MAIL_FROM_ADDRESS
The host for the mail server connection
- Target
- MAIL_HOST
The port for the mail server connection. Not recommended to change.
- Target
- MAIL_PORT
- Default
- 25
- Value
- 25
The encryption for the mail server connection
- Target
- MAIL_ENCRYPTION
- Default
- tls
- Value
- tls
The EHLO host for the mail server connection
- Target
- MAIL_EHLO_DOMAIN
Verify the peer when connecting to the mail server
- Target
- MAIL_VERIFY_PEER
- Default
- true|false
The SMTP FROM address to be used if the alias address cannot be, e.g. for a custom domain that is not verified for sending
- Target
- ANONADDY_RETURN_PATH
The username for the admin account
- Target
- ANONADDY_ADMIN_USERNAME
Allow users to register
- Target
- ANONADDY_ENABLE_REGISTRATION
- Default
- true|false
The domain to use for the AnonAddy server
- Target
- ANONADDY_DOMAIN
The hostname to use for the AnonAddy server
- Target
- ANONADDY_HOSTNAME
The DNS resolver to use for the AnonAddy server
- Target
- ANONADDY_DNS_RESOLVER
- Default
- 127.0.0.1
- Value
- 127.0.0.1
Comma-separated list of all domains to use for the AnonAddy server
- Target
- ANONADDY_ALL_DOMAINS
The secret to use for the AnonAddy server. Run `openssl rand -base64 32` to generate.
- Target
- ANONADDY_SECRET
Number of emails that can be forwarded through the service per hour by any one user
- Target
- ANONADDY_LIMIT
- Default
- 200
- Value
- 200
Monthly bandwidth limit, in bytes
- Target
- ANONADDY_BANDWIDTH_LIMIT
- Default
- 104857600
- Value
- 104857600
Number of new aliases that can be created per hour
- Target
- ANONADDY_NEW_ALIAS_LIMIT
- Default
- 100
- Value
- 100
Number of additional usernames that can be added
- Target
- ANONADDY_ADDITIONAL_USERNAME_LIMIT
- Default
- 10
- Value
- 10
Fingerprint of the private key that you generated on the server to be used to sign encrypted forwarded emails
- Target
- ANONADDY_SIGNING_KEY_FINGERPRINT
- Target
- /data
- Default
- /mnt/user/appdata/anon_addy/data
- Value
- /mnt/user/appdata/anon_addy/data
The name of the app
- Target
- APP_NAME
- Default
- AnonAddy
- Value
- AnonAddy
The environment the app is running in
- Target
- APP_ENV
- Default
- production
- Value
- production
Enable debugging
- Target
- APP_DEBUG
- Default
- false|true
The log level
- Target
- APP_LOG_LEVEL
- Default
- debug
- Value
- debug
Only needed if you plan to add any custom domains through the web application. See documentation: https://github.com/anonaddy/anonaddy/blob/master/SELF-HOSTING.md
- Target
- ANONADDY_DKIM_SIGNING_KEY
The log channel
- Target
- LOG_CHANNEL
- Default
- stack
- Value
- stack
The database connection. Not recommended to change.
- Target
- DB_CONNECTION
- Default
- mysql
- Value
- mysql
The Redis client. Not recommended to change.
- Target
- REDIS_CLIENT
- Default
- phpredis
- Value
- phpredis
The mail driver. Not recommended to change.
- Target
- MAIL_DRIVER
- Default
- smtp
- Value
- smtp
The DKIM selector. Not recommended to change.
- Target
- ANONADDY_DKIM_SELECTOR
- Default
- default
- Value
- default