Initial Setup

This commit is contained in:
2025-11-04 17:33:22 -06:00
parent e0d404cda8
commit 28f2118348
843 changed files with 10328 additions and 0 deletions

11
gw-init/gateway.env Normal file
View File

@@ -0,0 +1,11 @@
ACCEPT_IGNITION_EULA=Y
GATEWAY_ADMIN_USERNAME=admin
GATEWAY_ADMIN_PASSWORD_FILE=/run/secrets/gateway-admin-password
GATEWAY_PUBLIC_ADDRESS=${GATEWAY1_HOSTNAME}
IGNITION_EDITION=standard
TZ=America/Chicago
GATEWAY_MODULES_ENABLED=all
DISABLE_QUICKSTART=true
IGNITION_UID=2003
IGNITION_GID=2003