Update web ui settings

This commit is contained in:
fhs52267
2026-03-22 15:28:05 +01:00
parent 7e6710b28e
commit 24fd58c540
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,8 @@ ARG BUILD_FROM=ghcr.io/yeraze/meshmonitor:latest
FROM $BUILD_FROM
USER root
RUN apt-get update && apt-get install -y jq curl && rm -rf /var/lib/apt/lists/*
# Use apk for Alpine-based images
RUN apk add --no-cache jq curl bash
COPY run.sh /run.sh
RUN chmod a+x /run.sh

View File

@@ -1,6 +1,6 @@
name: "MeshMonitor"
description: "Meshtastic Monitoring Dashboard"
version: "0.1.0"
version: "0.1.1"
slug: "meshmonitor"
arch:
- aarch64