- Version in Navbar aller Seiten (app.js holt /api/stats beim Init) - Statistiken: Anfragen-Zähler rolling 24h statt Mitternacht-Reset - Karte: Nodes nach Alter transparent (<24h voll, 24-48h 45%, 48-72h 20%, >72h unsichtbar) - Legende um Alter-Sektion erweitert Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
216 B
YAML
20 lines
216 B
YAML
version: "0.6.13"
|
|
|
|
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
|