feat(server): add support of IPv6 (no dual stack)

This commit is contained in:
Edouard Vanbelle
2026-05-14 20:11:12 +02:00
parent 3e3551cba1
commit 815c9df613
3 changed files with 64 additions and 21 deletions
+1
View File
@@ -22,6 +22,7 @@ OXICLOUD_SERVER_PORT=8086
# Server bind address (default: 127.0.0.1)
# Use 0.0.0.0 to bind to all interfaces in Docker
# IPv6 format allowed, either ::1 or [::1]
OXICLOUD_SERVER_HOST=127.0.0.1
# Public base URL for generating share links and external URLs