mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-27 07:34:45 +02:00
add pwa icons, title properly
This commit is contained in:
parent
6523f92c8c
commit
0ddcd66f84
@ -7,8 +7,14 @@ ARG XFCE_VERSION
|
|||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
LABEL maintainer="thelamer"
|
LABEL maintainer="thelamer"
|
||||||
|
|
||||||
|
# title
|
||||||
|
ENV TITLE="Alpine XFCE"
|
||||||
|
|
||||||
RUN \
|
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 ****" && \
|
echo "**** install packages ****" && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
faenza-icon-theme \
|
faenza-icon-theme \
|
||||||
|
@ -7,8 +7,14 @@ ARG XFCE_VERSION
|
|||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
LABEL maintainer="thelamer"
|
LABEL maintainer="thelamer"
|
||||||
|
|
||||||
|
# title
|
||||||
|
ENV TITLE="Alpine XFCE"
|
||||||
|
|
||||||
RUN \
|
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 ****" && \
|
echo "**** install packages ****" && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
faenza-icon-theme \
|
faenza-icon-theme \
|
||||||
|
@ -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` |
|
| 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 |
|
| 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` |
|
| 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
|
#### Optional run configurations
|
||||||
|
|
||||||
@ -384,7 +386,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## 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.
|
* **29.12.23:** - Rebase Alpine to 3.19 and swap back to Firefox.
|
||||||
* **07.11.23:** - Rebase Fedora to 39.
|
* **07.11.23:** - Rebase Fedora to 39.
|
||||||
* **14.06.23:** - Rebase to Debian Bookworm.
|
* **14.06.23:** - Rebase to Debian Bookworm.
|
||||||
|
@ -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` |
|
| 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 |
|
| 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` |
|
| 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
|
#### Optional run configurations
|
||||||
|
|
||||||
@ -136,7 +138,8 @@ app_setup_block: |
|
|||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
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: "29.12.23:", desc: "Rebase Alpine to 3.19 and swap back to Firefox." }
|
||||||
- { date: "07.11.23:", desc: "Rebase Fedora to 39." }
|
- { date: "07.11.23:", desc: "Rebase Fedora to 39." }
|
||||||
- { date: "14.06.23:", desc: "Rebase to Debian Bookworm." }
|
- { date: "14.06.23:", desc: "Rebase to Debian Bookworm." }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user