mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
use standardized ip retrieval
This commit is contained in:
@@ -29,9 +29,9 @@ $STD npm run migrate
|
||||
msg_ok "Configured Kutt"
|
||||
|
||||
msg_info "Configuring SSL"
|
||||
LXCIP=$(hostname -I | awk '{print $1}')
|
||||
import_local_ip
|
||||
cat <<EOF >/etc/caddy/Caddyfile
|
||||
$LXCIP {
|
||||
$LOCAL_IP {
|
||||
reverse_proxy localhost:3000
|
||||
}
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user