Update web ui settings
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user