Remove custom IP fetching (#10954)

Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
Slaviša Arežina 2026-01-19 16:33:08 +01:00 committed by GitHub
parent bc53369bab
commit 90f73d1d24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 32 additions and 74 deletions

View file

@ -47,7 +47,6 @@ cp ./target/release/daemon /usr/bin/scanopy-daemon
msg_ok "Built scanopy-daemon"
msg_info "Configuring server for first-run"
LOCAL_IP="$(hostname -I | awk '{print $1}')"
cat <<EOF >/opt/scanopy/.env
### - SERVER
scanopy_DATABASE_URL=postgresql://$PG_DB_USER:$PG_DB_PASS@localhost:5432/$PG_DB_NAME