You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@
18
18
19
19
## Overview
20
20
21
-
Rustmail is a Discord modmail bot that enables staff teams to manage support tickets through private channels. Users send direct messages to the bot, which creates dedicated channels for staff to respond and track conversations.
21
+
Rustmail is a Discord modmail bot that enables staff teams to manage support tickets through private channels. Users
22
+
send direct messages to the bot, which creates dedicated channels for staff to respond and track conversations.
22
23
23
24
### Key Features
24
25
@@ -56,18 +57,18 @@ The bot creates its SQLite database automatically on first run.
56
57
57
58
## Documentation
58
59
59
-
| Section | Description |
60
-
|---------|-------------|
61
-
|[Installation](docs/getting-started/installation.md)| Download and setup instructions |
|`ip`| string | No | Auto-detected |Network interface to bind the server|
59
59
60
-
**Note:** The `ip` field only affects what address is displayed for panel access. The server always binds to `0.0.0.0:3002`. Set this manually when:
60
+
**Note:** The server attempts to bind to the configured IP address. If the IP is invalid or unavailable, it falls back to `0.0.0.0:3002` (all interfaces). Set this manually when:
61
+
- Running in Docker with host networking
61
62
- Auto-detection returns wrong interface
62
-
- Running in Docker with custom networking
63
-
- You want to show a specific LAN address
63
+
- You need to bind to a specific network interface
0 commit comments