fix: Remove SMTP password from documentation
Removed plaintext SMTP password from uptime-kuma-email-setup.md. Users should retrieve password from monitoring server or password manager. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9a3afa325b
commit
3e934f98a0
1 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ SMTP Settings:
|
|||
|
||||
Authentication:
|
||||
Username: server@postxsociety.org
|
||||
Password: Mov!ePubl1cL0ndon@longW!7h
|
||||
Password: <retrieve from password manager or monitoring server>
|
||||
|
||||
From Email: server@postxsociety.org
|
||||
To Email: mail@postxsociety.org
|
||||
|
|
@ -38,6 +38,8 @@ Custom Subject (optional):
|
|||
[✅ UP] {msg}
|
||||
```
|
||||
|
||||
**Note:** SMTP password is stored on the monitoring server at `/opt/docker/diun/docker-compose.yml` if you need to retrieve it.
|
||||
|
||||
### 4. Test the Notification
|
||||
|
||||
1. Click **Test** button
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue