docs: update README + Bedienungsanleitung; fix config.py SMTP defaults

- test-alert subcommand documented in both files
- Cron examples extended with www.bergbauspuren-bredelar.de (03:30)
- "Neue Website hinzufügen" updated to URL-first syntax
- Bedienungsanleitung: sitemap option, CF7 ignore_pattern example, generic header
- config.py: SMTP defaults corrected (smtp_host, smtp_user, from, to)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-06-12 22:17:34 +02:00
commit beb7f274a3
3 changed files with 48 additions and 16 deletions

View file

@ -58,13 +58,13 @@ DEFAULT_CONFIG: dict = {
"min_level": "yellow",
"email": {
"enabled": False,
"smtp_host": "localhost",
"smtp_host": "linix.de",
"smtp_port": 587,
"smtp_tls": True,
"smtp_user": "",
"smtp_user": "eliza",
"smtp_password_env": "SCANNER_SMTP_PASSWORD",
"from": "scanner@example.com",
"to": [],
"from": "eliza@linix.de",
"to": ["dieter.schlueter@linix.de"],
},
"webhook": {
"enabled": False,