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

Update plex_container.sh

pull/23/head
tteckster 3 years ago committed by GitHub
parent 9d09ba73dc
commit b6f8f9e1f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -163,4 +163,7 @@ pct push $CTID plex_setup.sh /plex_setup.sh -perms 755
pct exec $CTID /plex_setup.sh
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
info "Successfully created a Plex Media Server LXC Container to $CTID at IP Address ${IP}:32400/web"
info "Successfully Created Plex Media Server LXC to $CTID."
echo -e "\e[1;92m Plex Media Server should be reachable by going to the following URL.
http://${IP}:32400/web
\e[0m"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.