Compare commits

...

7 Commits

Author SHA1 Message Date
M0VUB
f4cffb7f8f
Update version.php
Update version
2024-06-14 00:48:02 +01:00
M0VUB
dcb9cba996
Update README.md
Update - Debian 10 / 11 Only
2024-06-14 00:44:23 +01:00
M0VUB
3c2f5de8b6
Update Dockerfile
Try to fix build
2024-06-13 23:16:08 +01:00
M0VUB
4e17efe3b2
Update Dockerfile
Bug fix
2024-06-13 23:09:25 +01:00
M0VUB
83f80ee88e
Update Dockerfile
Re-build
2024-06-13 23:05:51 +01:00
M0VUB
df3905a0a7
Update requirements.txt
De-version
2024-06-13 23:01:54 +01:00
M0VUB
6f92241bc8
Update README.md
EOL
2024-06-13 20:25:07 +01:00
4 changed files with 22 additions and 21 deletions

View File

@ -17,21 +17,20 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
############################################################################### ###############################################################################
FROM python:alpine3.16 FROM python:alpine3.17
COPY entrypoint /entrypoint COPY entrypoint /entrypoint
RUN adduser -D -u 54000 radio && \ RUN adduser -D -u 54000 radio
apk update && \ RUN apk update && \
apk add git gcc musl-dev && \ apk add git gcc musl-dev libffi-dev openssl-dev cargo && \
pip install --upgrade pip && \ pip install --upgrade pip && \
pip cache purge && \ pip cache purge && \
cd /opt && \ git clone https://github.com/shaymez/HBMonv2.git /hbmon && \
git clone https://github.com/shaymez/HBMonv2.git /hbmon && \ cd /hbmon && \
cd /hbmon && \ pip install --no-cache-dir -r requirements.txt && \
pip install --no-cache-dir -r requirements.txt && \ apk del git gcc musl-dev libffi-dev openssl-dev && \
apk del git gcc musl-dev && \ chown -R radio /hbmon
chown -R radio: /hbmon
USER radio USER radio

View File

@ -1,3 +1,5 @@
**HBMonv2 - Adapted - Dockerised**
**HBmonitor is a "web dashboard" for HBlink by N0MJS. Further developed by Steve KC1AWV** **HBmonitor is a "web dashboard" for HBlink by N0MJS. Further developed by Steve KC1AWV**
***Version - HBMonV2 by SP2ONG 2019-2022*** ***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 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 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 v10 & v11
HBMonv2 is tested on Debian v9 v10 & v11
This version of HBMonv2 requires a web server like apache2, lighttpd and This version of HBMonv2 requires a web server like apache2, lighttpd and
php support running on the server. php support running on the server.

View File

@ -1,4 +1,4 @@
<?php <?php
define("VERSION", "Ver 1.6.9"); define("VERSION", "Ver 1.6.9");
define("DASH", "ShaYmez-20230102"); define("DASH", "ShaYmez-14062024");
?> ?>

View File

@ -1,8 +1,10 @@
setuptools
wheel
Twisted Twisted
dmr_utils3 dmr_utils3
bitstring bitstring
autobahn autobahn
jinja2==2.11.3 jinja2
MarkupSafe==2.0.1 MarkupSafe
pyOpenSSL==23.1.1 pyOpenSSL
service-identity==21.1.0 service-identity