Add weekly report, multi-admin, docker health cmd, backup tail, openwrt filters
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
telegram:
|
||||
token: "YOUR_TELEGRAM_BOT_TOKEN"
|
||||
admin_id: 123456789
|
||||
# Optional list of admins (first is primary for alerts)
|
||||
admin_ids:
|
||||
- 123456789
|
||||
|
||||
paths:
|
||||
# JSON state file for artifacts
|
||||
@@ -63,6 +66,12 @@ safety:
|
||||
# If true, dangerous actions will be skipped
|
||||
dry_run: false
|
||||
|
||||
reports:
|
||||
weekly:
|
||||
enabled: false
|
||||
day: "Sun" # Mon/Tue/Wed/Thu/Fri/Sat/Sun
|
||||
time: "08:00" # HH:MM server local time
|
||||
|
||||
external_checks:
|
||||
enabled: true
|
||||
state_path: "/var/server-bot/external_checks.json"
|
||||
|
||||
Reference in New Issue
Block a user