Files
addons/meshmonitor/config.yaml
2026-03-22 15:47:55 +01:00

21 lines
496 B
YAML

name: "MeshMonitor"
description: "Meshtastic Monitoring Dashboard"
version: "1.0.6"
slug: "meshmonitor"
arch:
- aarch64
- amd64
ingress: true
ingress_port: 8099
panel_icon: mdi:access-point-network
panel_title: "MeshMonitor"
options:
MESHTASTIC_NODE_IP: "192.168.1.100"
MESHTASTIC_TCP_PORT: 4403
SESSION_SECRET: "change_me_to_a_secure_random_string"
DISABLE_ANONYMOUS: false
schema:
MESHTASTIC_NODE_IP: str
MESHTASTIC_TCP_PORT: port
SESSION_SECRET: str
DISABLE_ANONYMOUS: bool