浏览代码

Update homarr-install.sh

set NEXTAUTH_URL=http://localhost:3000
tteckster 1 年之前
父节点
当前提交
6b374d7e13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install/homarr-install.sh

+ 1 - 1
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"