From 6b374d7e1340b1062bc1f0ec9d22b756f355adea Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 24 Sep 2023 20:23:32 -0400 Subject: [PATCH] Update homarr-install.sh set NEXTAUTH_URL=http://localhost:3000 --- install/homarr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 8ef64f09..5d083f84 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -41,7 +41,7 @@ msg_info "Installing Homarr (Patience)" git clone -q https://github.com/ajnart/homarr.git /opt/homarr cd /opt/homarr $STD yarn install -$STD yarn build +$STD NEXTAUTH_URL=http://localhost:3000 yarn build msg_ok "Installed Homarr" msg_info "Creating Service"