Update web ui settings
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
ARG BUILD_FROM=ghcr.io/yeraze/meshmonitor:latest
|
FROM ghcr.io/yeraze/meshmonitor:latest
|
||||||
FROM $BUILD_FROM
|
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
# Use apk for Alpine-based images
|
|
||||||
RUN apk add --no-cache jq curl bash
|
RUN apk add --no-cache jq curl bash
|
||||||
|
|
||||||
COPY run.sh /run.sh
|
COPY run.sh /run.sh
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: "MeshMonitor"
|
name: "MeshMonitor"
|
||||||
description: "Meshtastic Monitoring Dashboard"
|
description: "Meshtastic Monitoring Dashboard"
|
||||||
version: "0.1.1"
|
version: "0.1.2"
|
||||||
slug: "meshmonitor"
|
slug: "meshmonitor"
|
||||||
arch:
|
arch:
|
||||||
- aarch64
|
- aarch64
|
||||||
@@ -15,7 +15,7 @@ ports_description:
|
|||||||
3001/tcp: "Web Interface (Optional direct access)"
|
3001/tcp: "Web Interface (Optional direct access)"
|
||||||
options:
|
options:
|
||||||
MESHTASTIC_NODE_IP: "192.168.1.100"
|
MESHTASTIC_NODE_IP: "192.168.1.100"
|
||||||
MESHTASTIC_TCP_PORT: 4403
|
MESHTASTIC_TCP_PORT: 3001
|
||||||
SESSION_SECRET: "change_me_to_a_secure_random_string"
|
SESSION_SECRET: "change_me_to_a_secure_random_string"
|
||||||
DISABLE_ANONYMOUS: false
|
DISABLE_ANONYMOUS: false
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user