Initial commit: SSL proxy / firewall appliance
Flask WebUI behind nginx reverse proxy with zone-based firewall, DHCP, WireGuard, and ACME certificate management.
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
# Virtual environment
|
||||
.venv/
|
||||
|
||||
# Python build artifacts
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Package build
|
||||
*.egg-info/
|
||||
|
||||
# Tool caches
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Local AI tool config (contains internal hostnames)
|
||||
opencode.json
|
||||
|
||||
# Runtime data configs (source-of-truth for services)
|
||||
data/dnsmasq/config.json
|
||||
data/nginx/sites-enabled/
|
||||
Reference in New Issue
Block a user