diff --git a/.standalone.pid b/.standalone.pid index 7b648164..ae1c75e0 100644 --- a/.standalone.pid +++ b/.standalone.pid @@ -1,3 +1,3 @@ -834000 -834001 -834015 +834658 +834659 +834673 diff --git a/Caddyfile.standalone b/Caddyfile.standalone index 0f2ac259..bd695940 100644 --- a/Caddyfile.standalone +++ b/Caddyfile.standalone @@ -17,7 +17,15 @@ https://:8919 { on_demand } - reverse_proxy localhost:8917 { + # Next.js HMR Support (WebSocket) + handle /_next/webpack-hmr { + reverse_proxy http://localhost:8917 { + header_up Upgrade {>Upgrade} + header_up Connection {>Connection} + } + } + + reverse_proxy http://localhost:8917 { header_up X-Forwarded-For {remote_host} header_up X-Forwarded-Proto https header_up X-Forwarded-Host {host} @@ -37,7 +45,7 @@ https://:8918 { on_demand } - reverse_proxy localhost:8916 { + reverse_proxy http://localhost:8916 { header_up X-Forwarded-For {remote_host} header_up X-Forwarded-Proto https header_up X-Forwarded-Host {host} diff --git a/backups/ainventory_2026-04-23_15-19-55.tar.gz b/backups/ainventory_2026-04-23_15-19-55.tar.gz new file mode 100644 index 00000000..8013ade1 Binary files /dev/null and b/backups/ainventory_2026-04-23_15-19-55.tar.gz differ diff --git a/frontend/VERSION.json b/frontend/VERSION.json index b30bf511..3a56bcfe 100644 --- a/frontend/VERSION.json +++ b/frontend/VERSION.json @@ -1,6 +1,6 @@ { - "version": "1.14.17", - "last_build": "2026-04-23-1519", + "version": "1.14.18", + "last_build": "2026-04-23-1524", "codename": "ConfigCore", - "commit": "dcc3f692" + "commit": "f77582fd" } \ No newline at end of file