From 9cf6ab23055b61d86af51a19bfab6c818c70928f Mon Sep 17 00:00:00 2001 From: j Date: Thu, 18 Dec 2025 20:01:09 +1300 Subject: [PATCH] docs: Update 2 files --- wikijs/README.txt | 4 ++-- wikijs/config/service.env | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wikijs/README.txt b/wikijs/README.txt index e91fc21..092ce7a 100644 --- a/wikijs/README.txt +++ b/wikijs/README.txt @@ -18,12 +18,12 @@ DATA_PATH - Host path for persistent storage (default: /home/dropshell/wik HTTP_PORT - Web interface port (default: 3080) PUID - User ID for file permissions (default: 1000) PGID - Group ID for file permissions (default: 1000) -TZ - Timezone (default: Etc/UTC) +TZ - Timezone (default: Pacific/Auckland) Ports ----- -3000 - Web interface (configurable via HTTP_PORT) +3080 - Web interface (configurable via HTTP_PORT) Data Storage ------------ diff --git a/wikijs/config/service.env b/wikijs/config/service.env index be94d4e..9a1edfc 100644 --- a/wikijs/config/service.env +++ b/wikijs/config/service.env @@ -15,4 +15,4 @@ HTTP_PORT=3080 # LinuxServer.io environment variables PUID=1000 PGID=1000 -TZ="Etc/UTC" +TZ="Pacific/Auckland"