MeshWX 1.0.5
MeshWX 1.0.5.
Install (Linux / Raspberry Pi)
- One command installs everything it needs, including Python, venv, pip and git:
curl -fsSL https://raw.githubusercontent.com/BrokenSignal/MeshWX/main/install.sh | sudo bash - Run the same command again any time to update or repair an install; your database and settings are kept.
- Works across current Python versions.
Reliability
- Liveness watchdog restarts the app if it ever becomes unresponsive. Adds a /healthz probe and a Docker HEALTHCHECK.