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

25 lines
592 B
YAML

name: "MeshMonitor"
description: "Meshtastic Monitoring Dashboard"
version: "0.1.0"
slug: "meshmonitor"
arch:
- aarch64
- amd64
ingress: true
ingress_port: 3001
panel_icon: mdi:access-point-network
panel_title: "MeshMonitor"
ports:
3001/tcp: 8080
ports_description:
3001/tcp: "Web Interface (Optional direct access)"
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