Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/138ef039065ea9aaa88b2daff93e7d9fd81c5f58?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -65,14 +65,14 @@ echo -e "Ghostfolio Database Password: \e[32m$POSTGRES_PASSWORD\e[0m" >>~/ghostf
echo -e " Ghostfolio Database Name: \e[32m $POSTGRES_DB \e[0m " >>~/ghostfolio.creds
echo -e " Ghostfolio Database Name: \e[32m $POSTGRES_DB \e[0m " >>~/ghostfolio.creds
msg_ok "Installed Postgresql"
msg_ok "Installed Postgresql"
msg_info "Install ed Redis"
msg_info "Install ing Redis"
REDIS_HOST = localhost
REDIS_HOST = localhost
REDIS_PORT = 6379
REDIS_PORT = 6379
REDIS_PASSWORD = " $( head /dev/urandom | tr -dc A-Za-z0-9 | head -c 32) "
REDIS_PASSWORD = " $( head /dev/urandom | tr -dc A-Za-z0-9 | head -c 32) "
$STD redis-cli CONFIG SET requirepass " $REDIS_PASSWORD "
$STD redis-cli CONFIG SET requirepass " $REDIS_PASSWORD "
$STD redis-cli -a " $REDIS_PASSWORD " CONFIG REWRITE
$STD redis-cli -a " $REDIS_PASSWORD " CONFIG REWRITE
$STD systemctl restart R edis
$STD systemctl restart r edis
echo "" >>~/ghostfolio.creds
echo "" >>~/ghostfolio.creds
echo "Ghostfolio Redis Credentials" >>~/ghostfolio.creds
echo "Ghostfolio Redis Credentials" >>~/ghostfolio.creds
echo "" >>~/ghostfolio.creds
echo "" >>~/ghostfolio.creds