Compare commits

..

1 Commits

Author SHA1 Message Date
Daniel Bedeleanu
1fff658d3c Build [v1.9.16] (Open Gateway: Verified SSL Permission check) 2026-04-13 22:48:26 +03:00
2 changed files with 5 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# TFM aInventory - Caddy Patched IP Configuration # 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 admin off
debug debug
@@ -11,9 +11,9 @@
# Configure on-demand TLS for private network IPs # Configure on-demand TLS for private network IPs
on_demand_tls { on_demand_tls {
# Pointing to the backend root which returns 200 OK # Pointing to the backend root which returns 200 OK
# For simplicity in this env, we use the frontend's existence as the check # This allows Caddy to generate internal certs for any IP/domain.
ask http://frontend:3000/api/health ask http://backend:8000/
} }
} }
# Dynamic SSL Proxy (Matches ANY IP or hostname) # Dynamic SSL Proxy (Matches ANY IP or hostname)
@@ -23,9 +23,6 @@ https:// {
} }
reverse_proxy frontend:3000 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 { header {
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" 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"}