Build [v1.9.14] (Protocol Lock: Explicit HTTPS & Handshake Debug)

This commit is contained in:
Daniel Bedeleanu
2026-04-13 22:37:50 +03:00
parent 4dc0ce50e7
commit 94f1a515b7
2 changed files with 12 additions and 7 deletions

View File

@@ -1,14 +1,19 @@
# 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
# 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)
skip_install_trust
}
# Explicit Frontend SSL Proxy (8919 -> 443)
:443 {
tls internal
https://:443 {
tls internal
reverse_proxy frontend:3000
# Security Headers for PWA
@@ -22,8 +27,8 @@
}
# Explicit Backend SSL Proxy (8918 -> 444)
:444 {
tls internal
https://:444 {
tls internal
reverse_proxy backend:8000
}
}