- bot.py: pub.subscribe vor TCPInterface verschoben; Nodes beim Start wurden nicht geladen da connection.established/node.updated Events verpasst wurden. Fallback-Sync nach Konstruktor ergaenzt. - HTML: tabler.min.js -> bootstrap.bundle.min.js; Tabler exportiert bootstrap nicht global, new bootstrap.Modal() schlug fehl. - dashboard.js: badge-pill -> rounded-pill (Bootstrap 4 -> 5) - style.css: --tblr-bg-body Typo -> --tblr-body-bg Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
215 B
YAML
20 lines
215 B
YAML
version: "0.6.8"
|
|
|
|
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
|