Sacha Weatherstone dcab2c33d0 update ci
2023-12-26 21:21:45 +10:00
2023-12-26 21:21:45 +10:00
2023-11-16 10:22:16 +10:00
2023-01-19 19:46:29 +10:00
2023-12-26 21:16:48 +10:00
2022-12-29 23:45:16 +11:00
2023-07-09 13:59:31 +10:00
2023-11-16 10:22:16 +10:00
2023-12-17 12:44:37 +10:00
2022-12-30 17:32:47 +11:00
2021-12-23 21:04:55 -08:00
2023-12-26 21:17:27 +10:00
2023-12-26 21:16:48 +10:00
2022-11-27 22:50:46 +10:00
2023-12-26 21:16:48 +10:00
2023-08-08 08:34:21 +10:00
2023-01-19 19:57:11 +10:00
2023-12-26 21:16:48 +10:00

Meshtastic Web

CI CLA assistant Fiscal Contributors Vercel

Overview

Official Meshtastic web interface, that can be hosted or served from a node

Hosted version

Stats

Alt

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
Description
No description provided
Readme GPL-3.0 20 MiB
Languages
TypeScript 99.2%
CSS 0.7%