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: .github/workflows/greetings.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,6 @@ jobs:
8
8
steps:
9
9
- uses: actions/first-interaction@v1
10
10
with:
11
-
issue-message: 'Thanks for opening your first issue here! Be sure to follow the [bug](https://github.com/linuxserver/docker-webtop/blob/master/.github/ISSUE_TEMPLATE/issue.bug.yml) or [feature](https://github.com/linuxserver/docker-webtop/blob/master/.github/ISSUE_TEMPLATE/issue.feature.yml) issue templates!'
11
+
issue-message: 'Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.'
12
12
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-webtop/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The architectures supported by this image are:
56
56
| :----: | :----: | ---- |
57
57
| x86-64 | ✅ | amd64-\<version tag\>|
58
58
| arm64 | ✅ | arm64v8-\<version tag\>|
59
-
| armhf| ✅ | arm32v7-\<version tag\>|
59
+
| armhf| ✅ | arm32v7-\<version tag\>|
60
60
61
61
## Version Tags
62
62
@@ -88,7 +88,6 @@ This image provides various versions that are available via tags. Please read th
88
88
| ubuntu-icewm | ✅ | IceWM Ubuntu |
89
89
| fedora-icewm | ✅ | IceWM Fedora |
90
90
| arch-icewm | ✅ | IceWM Arch |
91
-
92
91
## Application Setup
93
92
94
93
The Webtop can be accessed at:
@@ -173,7 +172,7 @@ services:
173
172
environment:
174
173
- PUID=1000
175
174
- PGID=1000
176
-
- TZ=Europe/London
175
+
- TZ=Etc/UTC
177
176
- SUBFOLDER=/ #optional
178
177
- KEYBOARD=en-us-qwerty #optional
179
178
- TITLE=Webtop #optional
@@ -196,7 +195,7 @@ docker run -d \
196
195
--security-opt seccomp=unconfined `#optional` \
197
196
-e PUID=1000 \
198
197
-e PGID=1000 \
199
-
-e TZ=Europe/London \
198
+
-e TZ=Etc/UTC \
200
199
-e SUBFOLDER=/ `#optional` \
201
200
-e KEYBOARD=en-us-qwerty `#optional` \
202
201
-e TITLE=Webtop `#optional` \
@@ -207,6 +206,7 @@ docker run -d \
207
206
--shm-size="1gb" `#optional` \
208
207
--restart unless-stopped \
209
208
lscr.io/linuxserver/webtop:latest
209
+
210
210
```
211
211
212
212
## Parameters
@@ -218,7 +218,7 @@ Container images are configured using parameters passed at runtime (such as thos
218
218
|`-p 3000`| Web Desktop GUI |
219
219
|`-e PUID=1000`| for UserID - see below for explanation |
220
220
|`-e PGID=1000`| for GroupID - see below for explanation |
221
-
|`-e TZ=Europe/London`|Specify a timezone to use EG Europe/London|
221
+
|`-e TZ=Etc/UTC`|specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).|
222
222
|`-e SUBFOLDER=/`| Specify a subfolder to use with reverse proxies, IE `/subfolder/`|
223
223
|`-e KEYBOARD=en-us-qwerty`| See the keyboard layouts section for more information and options. |
224
224
|`-e TITLE=Webtop`| String which will be used as page/tab title in the web browser. |
0 commit comments