Add noto-fonts-cjk to Dockerfile and MYVNC_DOMAIN to docker-compose.yaml

This commit is contained in:
myve 2025-07-15 06:26:23 +00:00
commit 5075692463
5 changed files with 7 additions and 2 deletions

View file

@ -27,7 +27,8 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
tigervnc \
cuda openssh vim pacman-contrib rsync git \
plasma konsole kate dolphin kompare kcalc \
jack2 ttf-dejavu \
jack2 \
ttf-dejavu noto-fonts-cjk \
firefox firefox-decentraleyes firefox-ublock-origin \
torbrowser-launcher \
shotwell ffmpegthumbs ark okular \

View file

@ -27,6 +27,7 @@ services:
ports:
- ${MYVNC_KDEPLASMA_PORT}:6900
environment:
MYVNC_DOMAIN: ${MYVNC_DOMAIN}
MYVNC_CUSTOM_TITLE: ${MYVNC_KDEPLASMA_CUSTOM_TITLE}
MYVNC_PROXYPATH: ${MYVNC_KDEPLASMA_PROXYPATH}
MYVNC_VNCSHARING: ${MYVNC_KDEPLASMA_VNCSHARING}