mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-06-13 03:42:26 -04:00
Compare commits
7 Commits
c1a4431488
...
f4cffb7f8f
Author | SHA1 | Date | |
---|---|---|---|
|
f4cffb7f8f | ||
|
dcb9cba996 | ||
|
3c2f5de8b6 | ||
|
4e17efe3b2 | ||
|
83f80ee88e | ||
|
df3905a0a7 | ||
|
6f92241bc8 |
23
Dockerfile
23
Dockerfile
@ -17,21 +17,20 @@
|
||||
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
###############################################################################
|
||||
|
||||
FROM python:alpine3.16
|
||||
FROM python:alpine3.17
|
||||
|
||||
COPY entrypoint /entrypoint
|
||||
|
||||
RUN adduser -D -u 54000 radio && \
|
||||
apk update && \
|
||||
apk add git gcc musl-dev && \
|
||||
pip install --upgrade pip && \
|
||||
pip cache purge && \
|
||||
cd /opt && \
|
||||
git clone https://github.com/shaymez/HBMonv2.git /hbmon && \
|
||||
cd /hbmon && \
|
||||
pip install --no-cache-dir -r requirements.txt && \
|
||||
apk del git gcc musl-dev && \
|
||||
chown -R radio: /hbmon
|
||||
RUN adduser -D -u 54000 radio
|
||||
RUN apk update && \
|
||||
apk add git gcc musl-dev libffi-dev openssl-dev cargo && \
|
||||
pip install --upgrade pip && \
|
||||
pip cache purge && \
|
||||
git clone https://github.com/shaymez/HBMonv2.git /hbmon && \
|
||||
cd /hbmon && \
|
||||
pip install --no-cache-dir -r requirements.txt && \
|
||||
apk del git gcc musl-dev libffi-dev openssl-dev && \
|
||||
chown -R radio /hbmon
|
||||
|
||||
USER radio
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
**HBMonv2 - Adapted - Dockerised**
|
||||
|
||||
**HBmonitor is a "web dashboard" for HBlink by N0MJS. Further developed by Steve KC1AWV**
|
||||
|
||||
***Version - HBMonV2 by SP2ONG 2019-2022***
|
||||
@ -6,9 +8,7 @@
|
||||
The main difference between HBMonitor v1 and v2 is the layout, i.e. the main page shows condensed
|
||||
information and on the subpages, you can see the individual content that was shown on v1
|
||||
|
||||
Recommend not running HBmonitor on the same computer as HBlink3
|
||||
|
||||
HBMonv2 is tested on Debian v9 v10 & v11
|
||||
HBMonv2 is tested on Debian v10 & v11
|
||||
|
||||
This version of HBMonv2 requires a web server like apache2, lighttpd and
|
||||
php support running on the server.
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
define("VERSION", "Ver 1.6.9");
|
||||
define("DASH", "ShaYmez-20230102");
|
||||
?>
|
||||
define("DASH", "ShaYmez-14062024");
|
||||
?>
|
||||
|
@ -1,8 +1,10 @@
|
||||
setuptools
|
||||
wheel
|
||||
Twisted
|
||||
dmr_utils3
|
||||
bitstring
|
||||
autobahn
|
||||
jinja2==2.11.3
|
||||
MarkupSafe==2.0.1
|
||||
pyOpenSSL==23.1.1
|
||||
service-identity==21.1.0
|
||||
jinja2
|
||||
MarkupSafe
|
||||
pyOpenSSL
|
||||
service-identity
|
||||
|
Loading…
x
Reference in New Issue
Block a user