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.
pull/3955/head
Jesse Antoszyk 6 months ago
parent f8ad90d317
commit 138ef03906

@ -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 "Installed Redis" msg_info "Installing 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 Redis $STD systemctl restart redis
echo "" >>~/ghostfolio.creds echo "" >>~/ghostfolio.creds
echo "Ghostfolio Redis Credentials" >>~/ghostfolio.creds echo "Ghostfolio Redis Credentials" >>~/ghostfolio.creds
echo "" >>~/ghostfolio.creds echo "" >>~/ghostfolio.creds

Loading…
Cancel
Save

Powered by BW's shoe-string budget.