Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/6adb1a7615ac7eecad474b5bb832ffb2a12a040e?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
4 deletions
@ -13,7 +13,7 @@ GN=`echo "\033[1;92m"`
CL = ` echo "\033[m" `
trap die ERR
trap 'die "Script interrupted."' INT
echo -en " ${ RD } Backup your Node-Red flows before running this script!! ${ CL } \n "
echo -e " ${ RD } Backup your Node-Red flows before running this script!! ${ CL } \n "
while true; do
read -p "This will install midnight-red theme. Proceed(y/n)?" yn
case $yn in
@ -127,7 +127,7 @@ module.exports = {
// type: "credentials" ,
// users: [ {
// username: "admin" ,
// password: " $2 a $08 $zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN . ",
// password: " ",
// permissions: "*"
// } ]
//} ,
@ -172,8 +172,8 @@ module.exports = {
* The ` pass` field is a bcrypt hash of the password.
* See http://nodered.org/docs/security.html#generating-the-password-hash
*/
//httpNodeAuth: { user:"user" ,pass:" $2 a $08 $zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN . "} ,
//httpStaticAuth: { user:"user" ,pass:" $2 a $08 $zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN . "} ,
//httpNodeAuth: { user:"user" ,pass:" "} ,
//httpStaticAuth: { user:"user" ,pass:" "} ,
/*******************************************************************************
* Server Settings