Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/779849f337ff78a8f318862d93f0dba82ab39917?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update scrypted-install.sh

fix GID mismatch
pull/2532/head
tteckster 1 year ago committed by GitHub
parent 35bcc0e894
commit 779849f337
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -110,6 +110,7 @@ fi
msg_info "Installing Scrypted"
$STD npx -y scrypted@latest install-server
sed -i -e 's/^sgx:x:104:$/render:x:104:root/' -e 's/^render:x:106:root$/sgx:x:106:/' /etc/group
msg_ok "Installed Scrypted"
msg_info "Creating Service"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.