Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94f1a515b7 | ||
|
|
4dc0ce50e7 |
@@ -1,19 +1,20 @@
|
||||
# TFM aInventory - Caddy Patched IP Configuration
|
||||
# Version 1.9.12 - Secure Seal & IP Stability
|
||||
# Version 1.9.14 - Protocol Lock & Debug Mode
|
||||
{
|
||||
admin off
|
||||
# Enable debug logging for SSL handshake diagnostics
|
||||
|
||||
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)
|
||||
https://{$SERVER_IP:192.168.84.113}:443 {
|
||||
tls internal {
|
||||
on_demand
|
||||
}
|
||||
reverse_proxy frontend:3000
|
||||
https://:443 {
|
||||
tls internal
|
||||
reverse_proxy frontend:3000
|
||||
|
||||
# Security Headers for PWA
|
||||
header {
|
||||
@@ -26,10 +27,8 @@ https://{$SERVER_IP:192.168.84.113}:443 {
|
||||
}
|
||||
|
||||
# Explicit Backend SSL Proxy (8918 -> 444)
|
||||
https://{$SERVER_IP:192.168.84.113}:444 {
|
||||
tls internal {
|
||||
on_demand
|
||||
}
|
||||
reverse_proxy backend:8000
|
||||
https://:444 {
|
||||
tls internal
|
||||
reverse_proxy backend:8000
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user