diff --git a/meshmonitor/Dockerfile b/meshmonitor/Dockerfile index 637f7a7..64ee4ac 100644 --- a/meshmonitor/Dockerfile +++ b/meshmonitor/Dockerfile @@ -1,8 +1,6 @@ -ARG BUILD_FROM=ghcr.io/yeraze/meshmonitor:latest -FROM $BUILD_FROM +FROM ghcr.io/yeraze/meshmonitor:latest USER root -# Use apk for Alpine-based images RUN apk add --no-cache jq curl bash COPY run.sh /run.sh diff --git a/meshmonitor/config.yaml b/meshmonitor/config.yaml index 7b59c94..c49ea9d 100644 --- a/meshmonitor/config.yaml +++ b/meshmonitor/config.yaml @@ -1,6 +1,6 @@ name: "MeshMonitor" description: "Meshtastic Monitoring Dashboard" -version: "0.1.1" +version: "0.1.2" slug: "meshmonitor" arch: - aarch64 @@ -15,7 +15,7 @@ ports_description: 3001/tcp: "Web Interface (Optional direct access)" options: MESHTASTIC_NODE_IP: "192.168.1.100" - MESHTASTIC_TCP_PORT: 4403 + MESHTASTIC_TCP_PORT: 3001 SESSION_SECRET: "change_me_to_a_secure_random_string" DISABLE_ANONYMOUS: false schema: