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

28 lines
560 B
YAML

name: "MeshMonitor"
description: "Web tool for monitoring a Meshtastic Node Deployment over TCP/HTTP"
version: "3.9.5"
slug: "meshmonitor"
init: false
arch:
- aarch64
- amd64
startup: services
boot: auto
ingress: true
ingress_port: 3001
network:
3001/tcp: 3001
panel_icon: "mdi:mesh-network"
panel_title: "MeshMonitor"
map:
- "config:rw"
- "share:rw"
options:
meshtastic_node_ip: "192.168.1.xxx"
meshtastic_tcp_port: 4403
enable_virtual_node: false
schema:
meshtastic_node_ip: "str"
meshtastic_tcp_port: "int"
enable_virtual_node: "bool"