Compare commits

...

1 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
2 changed files with 12 additions and 7 deletions

View File

@@ -1,14 +1,19 @@
# TFM aInventory - Caddy Patched IP Configuration # TFM aInventory - Caddy Patched IP Configuration
# Version 1.9.13 - Bare Metal Proxy (No on_demand) # 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
local_certs debug
# Trust local CA for internal certificate issuance
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)
:443 { https://:443 {
tls internal tls internal
reverse_proxy frontend:3000 reverse_proxy frontend:3000
# Security Headers for PWA # Security Headers for PWA
@@ -22,8 +27,8 @@
} }
# Explicit Backend SSL Proxy (8918 -> 444) # Explicit Backend SSL Proxy (8918 -> 444)
:444 { https://:444 {
tls internal tls internal
reverse_proxy backend:8000 reverse_proxy backend:8000
} }
} }

View File

@@ -1 +1 @@
{"version": "1.9.12", "last_build": "2026-04-13-2225", "codename": "SecureSeal", "commit": "ee7e7b7b"} {"version": "1.9.13", "last_build": "2026-04-13-2231", "codename": "BareMetal", "commit": "4dc0ce50"}