From e6c15cafb364406c9d8f7847528b3b244170a196 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Tue, 13 Jan 2026 16:07:16 -0500 Subject: [PATCH] Fix base_url configuration to include port 5001 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Set base_url to http://localhost:5001 in system.yaml - Prevents admin panel form submissions from dropping port number - Clears cache and restarts container to apply changes 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush --- config/www/user/config/system.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/www/user/config/system.yaml b/config/www/user/config/system.yaml index 2e99277..8490f91 100644 --- a/config/www/user/config/system.yaml +++ b/config/www/user/config/system.yaml @@ -3,6 +3,8 @@ absolute_urls: false home: alias: '/home' +base_url: 'http://localhost:5001' + pages: theme: quark markdown: