Rename project to docker-qmx-fusion and configure for QMX-Fusion application

This commit is contained in:
Joakim Svensson
2026-01-06 19:39:46 +00:00
parent ede89129b2
commit 41b0329fd9
9 changed files with 146 additions and 19 deletions

View File

@@ -9,7 +9,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="thelamer"
# title
ENV TITLE=Chromium
ENV TITLE=QMX-Fusion
ENV CHROME_CLI="--kiosk http://localhost"
RUN \
echo "**** add icon ****" && \
@@ -20,7 +21,13 @@ RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
chromium \
chromium-l10n && \
chromium-l10n \
git \
nginx && \
echo "**** clone web content ****" && \
git clone https://github.com/Sparks72/QMX-Fusion-v1 /var/www/fusion-v1 && \
chown -R abc:abc /var/www/fusion-v1 && \
rm -f /etc/nginx/sites-enabled/default && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \