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

Update tandoor-install.sh

tweak
pull/2562/head
tteckster 1 year ago committed by GitHub
parent 966517ef44
commit 76d43006d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -73,7 +73,7 @@ sed -i -e "s|SECRET_KEY=.*|SECRET_KEY=$secret_key|g" \
-e "s|POSTGRES_DB=.*|POSTGRES_DB=$DB_NAME|g" \
-e "s|POSTGRES_USER=.*|POSTGRES_USER=$DB_USER|g" \
-e "\$a\STATIC_URL=/staticfiles/" \
-e "\$a\DEBUG=0" /opt/tandoor/.env
-e "\$a\# DEBUG=0" /opt/tandoor/.env
msg_ok "Installed Tandoor"
msg_info "Setting up PostgreSQL database"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.