From b1f44cf878c56702ac33db18824fed4d53ac3317 Mon Sep 17 00:00:00 2001 From: SunFlowerOwl Date: Sun, 23 Nov 2025 15:28:11 -0500 Subject: [PATCH] Fix: Remove PUBLIC_HOSTNAME var due to a bug in manyfold --- install/manyfold-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/manyfold-install.sh b/install/manyfold-install.sh index 5578a9b3b..51fb86d42 100644 --- a/install/manyfold-install.sh +++ b/install/manyfold-install.sh @@ -75,7 +75,6 @@ cat </opt/.env export APP_VERSION=12345 export GUID=1002 export PUID=1001 -export PUBLIC_HOSTNAME=subdomain.somehost.org export PUBLIC_PORT=5000 export REDIS_URL=redis://127.0.0.1:6379/1 export DATABASE_ADAPTER=postgresql