From 769c95fac96e7ec93ed21f6f5dbcbbe880e20217 Mon Sep 17 00:00:00 2001 From: Nathan Shepperd Date: Wed, 11 Mar 2026 08:46:12 +0000 Subject: [PATCH 1/2] Update example.env Note in example.env file about accessing remotely via the server's domain name --- example.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.env b/example.env index 80e10b9e..48a9249a 100755 --- a/example.env +++ b/example.env @@ -26,6 +26,7 @@ OXICLOUD_SERVER_HOST=127.0.0.1 # Public base URL for generating share links and external URLs # If not set, defaults to http://{OXICLOUD_SERVER_HOST}:{OXICLOUD_SERVER_PORT} +# Authentication fails if this is not set and you access the host remotely via a domain # Example: https://cloud.example.com #OXICLOUD_BASE_URL=https://cloud.example.com @@ -189,4 +190,4 @@ MIMALLOC_PURGE_DELAY=0 # 1 = enabled (better TLB performance on bare-metal servers with plenty of RAM) # When enabled with Linux Transparent Huge Pages (THP), partially-used 2 MiB # pages inflate the reported RSS by up to 20-30 MiB. -MIMALLOC_ALLOW_LARGE_OS_PAGES=0 \ No newline at end of file +MIMALLOC_ALLOW_LARGE_OS_PAGES=0 From 017e82aca07f9681a3ca143f29c0f393210b192a Mon Sep 17 00:00:00 2001 From: Nathan Shepperd Date: Wed, 11 Mar 2026 08:48:14 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8966f350..b8aef8b0 100755 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ docker compose up -d Open **http://localhost:8086**. That's it. +If you want to access the server remotely set the OXICLOUD_BASE_URL to your server's domain/port or the authentication will fail after setting up the admin user. + ### From source Requires **Rust 1.93+** and **PostgreSQL 13+**.