25 lines
592 B
YAML
25 lines
592 B
YAML
name: "MeshMonitor"
|
|
description: "Meshtastic Monitoring Dashboard"
|
|
version: "0.1.2"
|
|
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: 3001
|
|
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 |