Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Bedeleanu
94f1a515b7 Build [v1.9.14] (Protocol Lock: Explicit HTTPS & Handshake Debug) 2026-04-13 22:37:50 +03:00
Daniel Bedeleanu
4dc0ce50e7 Build [v1.9.13] (Bare Metal: Fixed Caddy Syntax & Universal Binding) 2026-04-13 22:31:04 +03:00
2 changed files with 12 additions and 13 deletions

View File

@@ -1,19 +1,20 @@
# TFM aInventory - Caddy Patched IP Configuration # TFM aInventory - Caddy Patched IP Configuration
# Version 1.9.12 - Secure Seal & IP Stability # Version 1.9.14 - Protocol Lock & Debug Mode
{ {
admin off admin off
# Enable debug logging for SSL handshake diagnostics # Enable debug logging for SSL handshake diagnostics
debug
# Trust local CA for internal certificate issuance # Trust local CA for internal certificate issuance
local_certs local_certs
# Avoid errors if the user isn't root (though inside Docker we usually are) # Avoid errors if the user isn't root (though inside Docker we usually are)
skip_install_trust
}
# Explicit Frontend SSL Proxy (8919 -> 443) # Explicit Frontend SSL Proxy (8919 -> 443)
https://{$SERVER_IP:192.168.84.113}:443 { https://: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 {
@@ -26,10 +27,8 @@ https://{$SERVER_IP:192.168.84.113}:443 {
} }
# Explicit Backend SSL Proxy (8918 -> 444) # Explicit Backend SSL Proxy (8918 -> 444)
https://{$SERVER_IP:192.168.84.113}:444 { https://:444 {
tls internal { tls internal
on_demand reverse_proxy backend:8000
}
reverse_proxy backend:8000
} }
} }

View File

@@ -1 +1 @@
{"version": "1.9.11", "last_build": "2026-04-13-2215", "codename": "Convergence", "commit": "9d7e4f0c"} {"version": "1.9.13", "last_build": "2026-04-13-2231", "codename": "BareMetal", "commit": "4dc0ce50"}