Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/dfd547e820a38007c49a03aabeeb9ef31ba59d0d?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
40 changed files with
120 additions and
0 deletions
@ -349,6 +349,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # AdGuard Home LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
echo -e " Adguard Setup should be reachable by going to the following URL.
echo -e " Adguard Setup should be reachable by going to the following URL.
${ BL } http://${ IP } :3000${ CL } \n "
${ BL } http://${ IP } :3000${ CL } \n "
@ -348,6 +348,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :8084${ CL } \n "
${ BL } http://${ IP } :8084${ CL } \n "
@ -348,6 +348,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :4000${ CL } \n "
${ BL } http://${ IP } :4000${ CL } \n "
@ -349,4 +349,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
@ -361,6 +361,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } ${ CL } \n "
${ BL } http://${ IP } ${ CL } \n "
@ -353,4 +353,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
@ -347,6 +347,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :6052${ CL } \n "
${ BL } http://${ IP } :6052${ CL } \n "
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :3000${ CL } \n "
${ BL } http://${ IP } :3000${ CL } \n "
@ -347,6 +347,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :7990${ CL } \n "
${ BL } http://${ IP } :7990${ CL } \n "
@ -353,6 +353,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :8123${ CL }
${ BL } http://${ IP } :8123${ CL }
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
echo -e " Homebridge should be reachable by going to the following URL.
echo -e " Homebridge should be reachable by going to the following URL.
${ BL } http://${ IP } :8581${ CL } \n "
${ BL } http://${ IP } :8581${ CL } \n "
@ -347,4 +347,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :8081${ CL } \n "
${ BL } http://${ IP } :8081${ CL } \n "
@ -360,6 +360,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
echo -e " Jellyfin Media Server should be reachable by going to the following URL.
echo -e " Jellyfin Media Server should be reachable by going to the following URL.
${ BL } http://${ IP } :8096${ CL } \n "
${ BL } http://${ IP } :8096${ CL } \n "
@ -350,6 +350,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :8080${ CL } \n "
${ BL } http://${ IP } :8080${ CL } \n "
@ -349,6 +349,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :8080${ CL } \n "
${ BL } http://${ IP } :8080${ CL } \n "
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
echo -e " Adminer should be reachable by going to the following URL.
echo -e " Adminer should be reachable by going to the following URL.
${ BL } http://${ IP } /adminer/${ CL } \n "
${ BL } http://${ IP } /adminer/${ CL } \n "
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } ${ CL } \n "
${ BL } http://${ IP } ${ CL } \n "
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :8765${ CL } \n "
${ BL } http://${ IP } :8765${ CL } \n "
@ -346,4 +346,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :81${ CL } \n "
${ BL } http://${ IP } :81${ CL } \n "
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :8080/dashboard${ CL } \n "
${ BL } http://${ IP } :8080/dashboard${ CL } \n "
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :1880${ CL } \n "
${ BL } http://${ IP } :1880${ CL } \n "
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } https://${ IP } :8043${ CL } \n "
${ BL } https://${ IP } :8043${ CL } \n "
@ -351,6 +351,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :8080${ CL } \n "
${ BL } http://${ IP } :8080${ CL } \n "
@ -347,6 +347,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :2342${ CL } \n "
${ BL } http://${ IP } :2342${ CL } \n "
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
echo -e " ${ APP } ${ CL } should be reachable by going to the following URL.
echo -e " ${ APP } ${ CL } should be reachable by going to the following URL.
${ BL } http://${ IP } /admin${ CL } \n "
${ BL } http://${ IP } /admin${ CL } \n "
@ -358,6 +358,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
echo -e " Plex Media Server should be reachable by going to the following URL.
echo -e " Plex Media Server should be reachable by going to the following URL.
${ BL } http://${ IP } :32400/web${ CL } \n "
${ BL } http://${ IP } :32400/web${ CL } \n "
@ -359,6 +359,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :8123${ CL }
${ BL } http://${ IP } :8123${ CL }
@ -351,6 +351,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
echo -e " Adminer should be reachable by going to the following URL.
echo -e " Adminer should be reachable by going to the following URL.
${ BL } http://${ IP } /adminer/${ CL } \n "
${ BL } http://${ IP } /adminer/${ CL } \n "
@ -349,6 +349,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :9090${ CL } \n "
${ BL } http://${ IP } :9090${ CL } \n "
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :5380${ CL } \n "
${ BL } http://${ IP } :5380${ CL } \n "
@ -369,4 +369,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
echo -e " ${ APP } ${ CL } should be reachable by going to the following URL.
echo -e " ${ APP } ${ CL } should be reachable by going to the following URL.
${ BL } https://${ IP } :8443${ CL } \n "
${ BL } https://${ IP } :8443${ CL } \n "
@ -348,6 +348,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :3001${ CL } \n "
${ BL } http://${ IP } :3001${ CL } \n "
@ -346,6 +346,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_info "Setting Container to Normal Resources"
msg_info "Setting Container to Normal Resources"
pct set $CTID -memory 512
pct set $CTID -memory 512
pct set $CTID -cores 1
pct set $CTID -cores 1
@ -350,6 +350,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :5000${ CL } \n "
${ BL } http://${ IP } :5000${ CL } \n "
@ -347,6 +347,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
echo -e " WGDashboard should be reachable by going to the following URL.
echo -e " WGDashboard should be reachable by going to the following URL.
${ BL } http://${ IP } :10086${ CL } \n "
${ BL } http://${ IP } :10086${ CL } \n "
@ -361,4 +361,7 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
@ -344,6 +344,9 @@ lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
pct set $CTID -description " # ${ APP } LXC
### https://github.com/tteck/Proxmox"
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 } :8091${ CL } \n "
${ BL } http://${ IP } :8091${ CL } \n "