Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/dad9da5e678618114e100762589ef41d7284b749?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
6 deletions
@ -21,7 +21,7 @@ echo -e "Loading..."
APP = "Jellyseerr"
APP = "Jellyseerr"
var_disk = "8"
var_disk = "8"
var_cpu = "2"
var_cpu = "2"
var_ram = " 4096 "
var_ram = " 2048 "
var_os = "debian"
var_os = "debian"
var_version = "12"
var_version = "12"
variables
variables
@ -66,7 +66,7 @@ then
systemctl start jellyseerr
systemctl start jellyseerr
exit
exit
fi
fi
yarn install & >/dev/null
CYPRESS_INSTALL_BINARY = 0 yarn install --frozen-lockfile --network-timeout 1000000 & >/dev/null
yarn build & >/dev/null
yarn build & >/dev/null
systemctl start jellyseerr
systemctl start jellyseerr
msg_ok " Updated $APP "
msg_ok " Updated $APP "
@ -77,10 +77,6 @@ start
build_container
build_container
description
description
msg_info "Setting Container to Normal Resources"
pct set $CTID -memory 2048
msg_ok "Set Container to Normal Resources"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
echo -e " ${ APP } should be reachable by going to the following URL.
echo -e " ${ APP } should be reachable by going to the following URL.
${ BL } http://${ IP } :5055${ CL } \n "
${ BL } http://${ IP } :5055${ CL } \n "