소스 검색

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"