Build [v1.9.13] (Bare Metal: Fixed Caddy Syntax & Universal Binding)
This commit is contained in:
@@ -1,19 +1,15 @@
|
|||||||
# TFM aInventory - Caddy Patched IP Configuration
|
# TFM aInventory - Caddy Patched IP Configuration
|
||||||
# Version 1.9.12 - Secure Seal & IP Stability
|
# Version 1.9.13 - Bare Metal Proxy (No on_demand)
|
||||||
{
|
{
|
||||||
admin off
|
admin off
|
||||||
auto_https disable_redirects
|
auto_https disable_redirects
|
||||||
local_certs
|
local_certs
|
||||||
# Trust local CA for internal certificate issuance
|
|
||||||
local_certs
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Frontend SSL Proxy (8919 -> 443)
|
# Frontend SSL Proxy (8919 -> 443)
|
||||||
:443 {
|
:443 {
|
||||||
tls internal {
|
tls internal
|
||||||
on_demand
|
reverse_proxy frontend:3000
|
||||||
}
|
|
||||||
reverse_proxy frontend:3000
|
|
||||||
|
|
||||||
# Security Headers for PWA
|
# Security Headers for PWA
|
||||||
header {
|
header {
|
||||||
@@ -27,9 +23,7 @@ https://{$SERVER_IP:192.168.84.113}:443 {
|
|||||||
|
|
||||||
# Backend SSL Proxy (8918 -> 444)
|
# Backend SSL Proxy (8918 -> 444)
|
||||||
:444 {
|
:444 {
|
||||||
tls internal {
|
tls internal
|
||||||
on_demand
|
reverse_proxy backend:8000
|
||||||
}
|
|
||||||
reverse_proxy backend:8000
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version": "1.9.11", "last_build": "2026-04-13-2215", "codename": "Convergence", "commit": "9d7e4f0c"}
|
{"version": "1.9.12", "last_build": "2026-04-13-2225", "codename": "SecureSeal", "commit": "ee7e7b7b"}
|
||||||
|
|||||||
Reference in New Issue
Block a user