mirror of
https://github.com/meshtastic/web.git
synced 2026-03-13 03:16:38 -04:00
cbb3b63e5ccea79f5d5b58db82e82bb8956302e0
Nodes never heard before show hop count of 0, and not via MQTT. However, reality is we've never connected to them. So, mark them as '-' in the Connection Info column in the nodes table.
Meshtastic Web
Overview
Official Meshtastic web interface, that can be hosted or served from a node
Stats
Self-host
The client can be self hosted using the precompiled container images with an OCI compatible runtime such as Docker or Podman. The base image used is UBI9 Nginx 1.22
# With Docker
docker run -d -p 8080:8080 -p 8443:8443 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web
#With Podman
podman run -d -p 8080:8080 -p 8443:8443 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web
Development & Building
Building and Packaging
Build the project:
pnpm build
GZip the output:
pnpm package
Development
Install the dependencies.
pnpm i
Start the development server:
pnpm dev
Languages
TypeScript
99.2%
CSS
0.7%