Compare commits

...

4 Commits

Author SHA1 Message Date
tteckster 6f4501c7a3
Update nginxproxymanager.sh
tweak
2024-01-19 00:16:02 -05:00
tteckster c60490b8ba
Update nginxproxymanager.sh
- Reboot LXC if no GUI
2024-01-19 00:03:20 -05:00
tteckster d2b5fc8344
Update nginxproxymanager-install.sh
- set sass-loader version
2024-01-19 00:01:21 -05:00
tteckster 435de786c5
Update nginxproxymanager.sh
fixes https://github.com/tteck/Proxmox/issues/2362
2024-01-18 23:58:55 -05:00
2 changed files with 4 additions and 1 deletions

View File

@ -136,6 +136,7 @@ function update_script() {
msg_info "Building Frontend"
cd ./frontend
export NODE_ENV=development
yarn add -D sass-loader@10.5.2 &>/dev/null
yarn install --network-timeout=30000 &>/dev/null
yarn build &>/dev/null
cp -r dist/* /app/frontend
@ -185,4 +186,5 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${APP} should be reachable by going to the following URL.
${BL}http://${IP}:81${CL} \n"
${BL}http://${IP}:81${CL}
${RD}Reboot LXC if no GUI${CL}\n"

View File

@ -134,6 +134,7 @@ msg_ok "Set up Enviroment"
msg_info "Building Frontend"
cd ./frontend
export NODE_ENV=development
$STD yarn add -D sass-loader@10.5.2
$STD yarn install --network-timeout=30000
$STD yarn build
cp -r dist/* /app/frontend