From f7b7511daf944b424e0bb0d9da754e0bc4d54cd6 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 21 Mar 2025 15:20:43 +0100 Subject: [PATCH] Openproject --- install/openproject-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/openproject-install.sh b/install/openproject-install.sh index bf1e4f5..5c22c84 100644 --- a/install/openproject-install.sh +++ b/install/openproject-install.sh @@ -65,7 +65,7 @@ msg_ok "Installed OpenProject" msg_info "Configure OpenProject" - +IP_ADDR=$(hostname -I | cut -d' ' -f1) cat </etc/openproject/installer.dat openproject/edition default @@ -79,7 +79,7 @@ postgres/db_name ${DB_NAME} server/autoinstall install server/variant apache2 -server/hostname openproject.example.com +server/hostname ${IP_ADDR} server/server_path_prefix /openproject server/ssl no server/variant apache2