add configurable firewall host IP for firewall command generation

This commit is contained in:
CPTN Cosmo 2026-04-18 16:48:41 +02:00
parent 340f8e5bef
commit f57d2fc6be
4 changed files with 28 additions and 1 deletions

View file

@ -12,4 +12,5 @@ services:
- WEB_PASSWORD=${WEB_PASSWORD:-admin}
# Generate a secure key using: python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
- ENCRYPTION_KEY=${ENCRYPTION_KEY:-CHANGE_ME_TO_A_VALID_FERNET_KEY}
- FIREWALL_HOST_IP=${FIREWALL_HOST_IP:-}
restart: unless-stopped