31 lines
710 B
YAML
31 lines
710 B
YAML
name: "MeshMonitor"
|
|
description: "Web tool for monitoring a Meshtastic Node Deployment"
|
|
version: "3.9.5.2"
|
|
slug: "meshmonitor"
|
|
init: false
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
startup: services
|
|
boot: auto
|
|
ingress: true
|
|
ingress_port: 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
|
|
admin_password: "changeme"
|
|
session_secret: "generate_a_random_string_here"
|
|
disable_anonymous: true
|
|
debug_level: "info"
|
|
schema:
|
|
meshtastic_node_ip: "str"
|
|
meshtastic_tcp_port: "int"
|
|
admin_password: "str"
|
|
session_secret: "str"
|
|
disable_anonymous: "bool"
|
|
debug_level: "list(error|warn|info|debug)" |