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: setup/options/others.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
7
7
| Variable | Default | Choices | Description |
8
8
| --- | --- | --- | --- |
9
-
|`TZ`|| i.e. `Europe/London`| Specify a timezone to use to have correct log times |
10
-
|`PUID`|`1000`|| User ID to run as non root and for ownership of files written |
11
-
|`PGID`|`1000`|| Group ID to run as non root and for ownership of files written |
9
+
|`TZ`|| i.e. `Europe/London`| Specify a [timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) to use to have correct log times |
10
+
|`PUID`|`0` (root)|| User ID to run as non root and for ownership of files written |
11
+
|`PGID`|`0` (root)|| Group ID to run as non root and for ownership of files written |
12
12
|`PUBLICIP_ENABLED`|`true`|`true`, `false`| Check for public IP address information on VPN connection |
13
13
|`PUBLICIP_API`|`ipinfo`|`ipinfo`, `ip2location`, `cloudflare` or custom URL | Public IP echo service API to use or an echoip URL in the form `echoip#https://xyz`|
14
14
|`PUBLICIP_API_TOKEN`||| Optional API token for the public IP echo service to increase rate limiting |
0 commit comments