- Nachrichten-Seite /messages ohne Login zugänglich (closes #11) - new_message/initial_messages an alle WS-Clients (broadcast statt broadcast_auth) - Dashboard: Nachrichten-Card entfernt, Links-Card (config.yaml) eingefügt - GET /api/links gibt konfigurierte Links aus config.yaml zurück - Nachrichten-Trenner: var(--bs-border-color) statt translucent - msgCount-Badge: bg-secondary-subtle/text-secondary-emphasis (theme-aware) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
335 B
YAML
26 lines
335 B
YAML
version: "0.08.14"
|
|
|
|
bot:
|
|
name: "MeshDD-Bot"
|
|
command_prefix: "?"
|
|
|
|
meshtastic:
|
|
host: "192.168.11.4"
|
|
port: 4403
|
|
|
|
web:
|
|
host: "0.0.0.0"
|
|
port: 8081
|
|
|
|
database:
|
|
path: "meshdd.db"
|
|
|
|
auth:
|
|
session_max_age: 86400
|
|
|
|
links:
|
|
- url: "https://meshtastic.org"
|
|
label: "Meshtastic"
|
|
- url: "https://meshmap.net"
|
|
label: "MeshMap"
|