Skip to content

Commit 61f40ff

Browse files
committed
bump selkies update docs
1 parent ae94a35 commit 61f40ff

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
18-
git checkout -f 2fa5dd80a9ff7a560a5d99245d3cc18652a1bca0
18+
git checkout -f beab17c3859637bb0eb15d8e7b3e84d26e35b34c
1919

2020
RUN \
2121
echo "**** build frontend ****" && \
@@ -186,7 +186,7 @@ RUN \
186186
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
187187
curl -o \
188188
/tmp/selkies.tar.gz -L \
189-
"https://github.com/selkies-project/selkies/archive/2fa5dd80a9ff7a560a5d99245d3cc18652a1bca0.tar.gz" && \
189+
"https://github.com/selkies-project/selkies/archive/beab17c3859637bb0eb15d8e7b3e84d26e35b34c.tar.gz" && \
190190
cd /tmp && \
191191
tar xf selkies.tar.gz && \
192192
cd selkies-* && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
18-
git checkout -f 2fa5dd80a9ff7a560a5d99245d3cc18652a1bca0
18+
git checkout -f beab17c3859637bb0eb15d8e7b3e84d26e35b34c
1919

2020
RUN \
2121
echo "**** build frontend ****" && \
@@ -184,7 +184,7 @@ RUN \
184184
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
185185
curl -o \
186186
/tmp/selkies.tar.gz -L \
187-
"https://github.com/selkies-project/selkies/archive/2fa5dd80a9ff7a560a5d99245d3cc18652a1bca0.tar.gz" && \
187+
"https://github.com/selkies-project/selkies/archive/beab17c3859637bb0eb15d8e7b3e84d26e35b34c.tar.gz" && \
188188
cd /tmp && \
189189
tar xf selkies.tar.gz && \
190190
cd selkies-* && \

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ All application settings are passed via environment variables:
3939
| NO_DECOR | If set the application will run without window borders for use as a PWA. (Decor can be enabled and disabled with Ctrl+Shift+d) |
4040
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
4141
| DISABLE_ZINK | Do not set the Zink environment variables if a video card is detected (userspace applications will use CPU rendering) |
42+
| WATERMARK_PNG | Full path inside the container to a watermark png IE `/usr/share/selkies/www/icon.png` |
43+
| WATERMARK_LOCATION | Where to paint the image over the stream integer options below |
44+
45+
* 1 - Top Left
46+
* 2 - Top Right
47+
* 3 - Bottom Left
48+
* 4 - Bottom Right
49+
* 5 - Centered
50+
* 6 - Animated
4251

4352
## Language Support - Internationalization
4453

@@ -55,6 +64,7 @@ All base images are built for x86_64 and aarch64 platforms.
5564
| Alpine | alpine322 |
5665
| Arch | arch |
5766
| Debian | debianbookworm |
67+
| Enterprise Linux | el9 |
5868
| Fedora | fedora42 |
5969
| Kali | kali |
6070
| Ubuntu | ubuntunoble |

readme-vars.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ full_custom_readme: |
4343
| NO_DECOR | If set the application will run without window borders for use as a PWA. (Decor can be enabled and disabled with Ctrl+Shift+d) |
4444
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
4545
| DISABLE_ZINK | Do not set the Zink environment variables if a video card is detected (userspace applications will use CPU rendering) |
46+
| WATERMARK_PNG | Full path inside the container to a watermark png IE `/usr/share/selkies/www/icon.png` |
47+
| WATERMARK_LOCATION | Where to paint the image over the stream integer options below |
48+
49+
* 1 - Top Left
50+
* 2 - Top Right
51+
* 3 - Bottom Left
52+
* 4 - Bottom Right
53+
* 5 - Centered
54+
* 6 - Animated
4655
4756
## Language Support - Internationalization
4857
@@ -59,6 +68,7 @@ full_custom_readme: |
5968
| Alpine | alpine322 |
6069
| Arch | arch |
6170
| Debian | debianbookworm |
71+
| Enterprise Linux | el9 |
6272
| Fedora | fedora42 |
6373
| Kali | kali |
6474
| Ubuntu | ubuntunoble |

0 commit comments

Comments
 (0)