File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
88LABEL maintainer="thelamer"
99
1010# title
11- ENV TITLE=Brave
11+ ENV TITLE=Brave \
12+ PIXELFLUX_WAYLAND=true \
13+ NO_DECOR=true
1214
1315RUN \
1416 echo "**** add icon ****" && \
4042COPY /root /
4143
4244# ports and volumes
43- EXPOSE 3000
45+ EXPOSE 3001
4446
4547VOLUME /config
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
88LABEL maintainer="thelamer"
99
1010# title
11- ENV TITLE=Brave
11+ ENV TITLE=Brave \
12+ PIXELFLUX_WAYLAND=true \
13+ NO_DECOR=true
1214
1315RUN \
1416 echo "**** add icon ****" && \
4042COPY /root /
4143
4244# ports and volumes
43- EXPOSE 3000
45+ EXPOSE 3001
4446
4547VOLUME /config
Original file line number Diff line number Diff line change @@ -612,6 +612,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
612612
613613# # Versions
614614
615+ * **31.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
615616* **20.12.25:** - Add Wayland init logic.
616617* **22.09.25:** - Rebase to Debian Trixie.
617618* **06.06.25:** - Initial Version.
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ init_diagram: |
107107 "brave:latest" <- Base Images
108108# changelog
109109changelogs :
110+ - {date: "31.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
110111 - {date: "20.12.25:", desc: "Add Wayland init logic."}
111112 - {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
112113 - {date: "06.06.25:", desc: "Initial Version."}
You can’t perform that action at this time.
0 commit comments