feat: add server listen address configuration to .env and README

This commit is contained in:
Linus Rath
2026-03-17 14:58:12 +01:00
parent 6e78f2a09e
commit 6680b65863
3 changed files with 24 additions and 0 deletions
+10
View File
@@ -243,6 +243,16 @@ APP_NAME=My Webmail
All variables are **runtime** — Docker deployments can be configured without rebuilding.
<details>
<summary>Server Listen Address</summary>
```env
HOSTNAME=0.0.0.0 # Default; use "::" for IPv6
PORT=3000 # Default listen port
```
</details>
<details>
<summary>OAuth2/OIDC (SSO)</summary>