Build [v1.9.16] (Open Gateway: Verified SSL Permission check)

This commit is contained in:
Daniel Bedeleanu
2026-04-13 22:48:26 +03:00
parent 826b264a70
commit 1fff658d3c
2 changed files with 5 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# TFM aInventory - Caddy Patched IP Configuration
# Version 1.9.15 - The Dynamic Shield (On-Demand TLS)
# Version 1.9.16 - The Open Gateway (Valid Permission check)
{
admin off
debug
@@ -11,9 +11,9 @@
# Configure on-demand TLS for private network IPs
on_demand_tls {
# Pointing to the backend root which returns 200 OK
# For simplicity in this env, we use the frontend's existence as the check
ask http://frontend:3000/api/health
}
# This allows Caddy to generate internal certs for any IP/domain.
ask http://backend:8000/
}
}
# Dynamic SSL Proxy (Matches ANY IP or hostname)
@@ -23,9 +23,6 @@ https:// {
}
reverse_proxy frontend:3000
# But since we have specific container ports, we'll split them for clarity
# to avoid port collision in the catch-all.
reverse_proxy frontend:3000
header {
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"

View File

@@ -1 +1 @@
{"version": "1.9.14", "last_build": "2026-04-13-2237", "codename": "ProtocolLock", "commit": "94f1a515"}
{"version": "1.9.15", "last_build": "2026-04-13-2243", "codename": "DynamicShield", "commit": "826b264a"}