- Central config.yaml with live-reload file watcher - Configurable command prefix (default: /) - Light/dark theme toggle with localStorage persistence - Map: hop-based node coloring with legend, hover tooltips - Dashboard: node long names, hop column, channel names in messages - Load existing messages on WebSocket connect - Weather fallback to Dresden center - Remove version.py and pre-commit hook Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
184 B
YAML
17 lines
184 B
YAML
version: "0.2.0"
|
|
|
|
bot:
|
|
name: "MeshDD-Bot"
|
|
command_prefix: "/"
|
|
|
|
meshtastic:
|
|
host: "192.168.11.11"
|
|
port: 4403
|
|
|
|
web:
|
|
host: "0.0.0.0"
|
|
port: 8080
|
|
|
|
database:
|
|
path: "meshdd.db"
|