Gyorgy Berenyi gyurix
  • Joined on 2020-11-06
gyurix pushed to master at safebox/firewall_containers 2026-06-17 08:18:28 +00:00
48331871b4 fix(firewall): allow both forward and NAT rules in same policy
gyurix pushed to master at safebox/firewall_containers 2026-06-16 11:42:36 +00:00
67693d0398 fix(iptables): validate network parameters before rule insertion
gyurix pushed to master at safebox/firewall_containers 2026-06-16 10:46:30 +00:00
d5757e623a Refactor iptables chain detection to centralize and default to DOCKER-USER
gyurix pushed to master at safebox/firewall_containers 2026-06-16 07:42:51 +00:00
77f80dea1b feat: add idempotent route checks and container network routes
gyurix pushed to main at safebox/default-applications-tree 2026-06-16 07:26:36 +00:00
26e7ae14bc Merge pull request 'added admin email address to openwebui' (#92) from dev into main
84750839dd added admin email address to openwebui
Compare 2 commits »
gyurix merged pull request safebox/default-applications-tree#92 2026-06-16 07:26:35 +00:00
added admin email address to openwebui
gyurix created pull request safebox/default-applications-tree#92 2026-06-16 07:26:29 +00:00
added admin email address to openwebui
gyurix pushed to dev at safebox/default-applications-tree 2026-06-16 07:25:38 +00:00
84750839dd added admin email address to openwebui
gyurix pushed to master at safebox/firewall_containers 2026-06-16 06:51:29 +00:00
903bc1a7da fix: correct POSTROUTING MASQUERADE to use destination CIDR and port
gyurix pushed to master at safebox/firewall_containers 2026-06-16 06:16:33 +00:00
d1c8eaef3e refactor(iptables): make rule insertion functions idempotent
gyurix pushed to master at safebox/firewall_containers 2026-06-15 22:28:18 +00:00
04322b699e feat(iptables): make rule insertions idempotent and robust
gyurix pushed to master at safebox/firewall_containers 2026-06-15 21:40:02 +00:00
246346f8b1 feat(docker, firewall): Add stateful network connection check and optimize NAT rules
gyurix pushed to master at safebox/firewall_containers 2026-06-15 20:40:46 +00:00
bf94206849 feat: Add POSTROUTING MASQUERADE and periodic state reconciliation
gyurix pushed to master at safebox/firewall_containers 2026-06-15 15:05:57 +00:00
27607d1a2e feat: add logging to Docker and iptables operations, fix iptables path
gyurix pushed to master at safebox/firewall_containers 2026-06-15 14:34:27 +00:00
3172023254 fix: update iptables binary paths to use /usr/sbin instead of /sbin
gyurix pushed to master at safebox/firewall_containers 2026-06-15 14:12:12 +00:00
2d6e22b9e6 fix(network-go): handle reconnection gracefully and fix DNAT rule issues
gyurix pushed to master at safebox/firewall_containers 2026-06-15 13:26:52 +00:00
6c19e22deb refactor(docker): switch container lookup to use filtered ContainerList
gyurix pushed to master at safebox/firewall_containers 2026-06-15 12:58:34 +00:00
aac9b83576 feat(network-go): add fuzzy container name resolution for firewall connections
gyurix pushed to master at safebox/firewall_containers 2026-06-15 10:21:17 +00:00
c6ae1748cf fix: warn instead of error when IP forwarding fails in containers
gyurix pushed to master at safebox/firewall_containers 2026-06-15 10:00:30 +00:00
e5e19835f9 fix: use prefix matching instead of dash stripping for container resolution