You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,9 @@ This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxse
90
90
| FM_HOME | This is the home directory (landing) for the file manager, default "/config". |
91
91
| START_DOCKER | If set to false a container with privilege will not automatically start the DinD Docker setup. |
92
92
| 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`|
93
+
| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8``ar_AE.UTF-8`|
94
+
| NO_DECOR | If set the application will run without window borders for use as a PWA. |
95
+
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
93
96
94
97
#### Optional run configurations
95
98
@@ -323,6 +326,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
323
326
324
327
## Versions
325
328
329
+
***10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
Copy file name to clipboardExpand all lines: readme-vars.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,9 @@ app_setup_block: |
62
62
| FM_HOME | This is the home directory (landing) for the file manager, default "/config". |
63
63
| START_DOCKER | If set to false a container with privilege will not automatically start the DinD Docker setup. |
64
64
| 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` |
65
+
| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` |
66
+
| NO_DECOR | If set the application will run without window borders for use as a PWA. |
67
+
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
65
68
66
69
#### Optional run configurations
67
70
@@ -78,6 +81,7 @@ app_setup_block: |
78
81
79
82
# changelog
80
83
changelogs:
84
+
- { date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon." }
81
85
- { date: "06.01.24:", desc: "Rebase to Debian Bookworm." }
0 commit comments