add pwa icons, title properly

This commit is contained in:
thelamer 2024-02-11 12:43:04 -08:00
parent 6523f92c8c
commit 0ddcd66f84
4 changed files with 20 additions and 2 deletions

View File

@ -7,8 +7,14 @@ ARG XFCE_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
# title
ENV TITLE="Alpine XFCE"
RUN \
echo "**** add icon ****" && \
curl -o \
/kclient/public/icon.png \
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
echo "**** install packages ****" && \
apk add --no-cache \
faenza-icon-theme \

View File

@ -7,8 +7,14 @@ ARG XFCE_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
# title
ENV TITLE="Alpine XFCE"
RUN \
echo "**** add icon ****" && \
curl -o \
/kclient/public/icon.png \
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
echo "**** install packages ****" && \
apk add --no-cache \
faenza-icon-theme \

View File

@ -124,6 +124,8 @@ This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxse
| DRINODE | If mounting in /dev/dri for [DRI3 GPU Acceleration](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) allows you to specify the device to use IE `/dev/dri/renderD128` |
| DISABLE_IPV6 | If set to true or any value this will disable IPv6 |
| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` |
| NO_DECOR | If set the application will run without window borders in openbox for use as a PWA. |
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
#### Optional run configurations
@ -384,7 +386,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **06.01.24:** - Update Readme about native language support.
* **11.02.24:** - Add PWA icons and title variants properly.
* **06.02.24:** - Update Readme about native language support.
* **29.12.23:** - Rebase Alpine to 3.19 and swap back to Firefox.
* **07.11.23:** - Rebase Fedora to 39.
* **14.06.23:** - Rebase to Debian Bookworm.

View File

@ -107,6 +107,8 @@ app_setup_block: |
| DRINODE | If mounting in /dev/dri for [DRI3 GPU Acceleration](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) allows you to specify the device to use IE `/dev/dri/renderD128` |
| DISABLE_IPV6 | If set to true or any value this will disable IPv6 |
| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` |
| NO_DECOR | If set the application will run without window borders in openbox for use as a PWA. |
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
#### Optional run configurations
@ -136,7 +138,8 @@ app_setup_block: |
# changelog
changelogs:
- { date: "06.01.24:", desc: "Update Readme about native language support." }
- { date: "11.02.24:", desc: "Add PWA icons and title variants properly." }
- { date: "06.02.24:", desc: "Update Readme about native language support." }
- { date: "29.12.23:", desc: "Rebase Alpine to 3.19 and swap back to Firefox." }
- { date: "07.11.23:", desc: "Rebase Fedora to 39." }
- { date: "14.06.23:", desc: "Rebase to Debian Bookworm." }