mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-03 23:45:59 +00:00
Remove custom IP fetching (#10954)
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,6 @@ msg_ok "Installed wanderer"
|
||||
msg_info "Creating Service"
|
||||
MEILI_KEY=$(openssl rand -hex 32)
|
||||
POCKETBASE_KEY=$(openssl rand -hex 16)
|
||||
LOCAL_IP="$(hostname -I | awk '{print $1}')"
|
||||
|
||||
cat <<EOF >/opt/wanderer/.env
|
||||
ORIGIN=http://${LOCAL_IP}:3000
|
||||
|
||||
Reference in New Issue
Block a user