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

22 lines
505 B
YAML

name: "MeshMonitor"
description: "Meshtastic Monitoring Dashboard"
version: "1.0.5"
slug: "meshmonitor"
arch:
- aarch64
- amd64
# Remove the ingress keys entirely
ports:
3001/tcp: 8080
ports_description:
3001/tcp: "Web Interface"
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