# Server HOSTNAME_SHORT="server01" HOSTNAME_FQDN="server01.example.com" # User ADMIN_USER="deploy" ADMIN_USER_FULLNAME="Deploy User" SSH_PUBLIC_KEY="ssh-ed25519 AAAA_REPLACE_WITH_YOUR_PUBLIC_KEY" # Mail ADMIN_EMAIL="admin@example.com" # Firewall # Leave empty ("") if no additional ports should be opened. (for DNS services, you need to open both TCP and UDP ports 53) OPEN_PORTS_TCP="22,80,443" OPEN_PORTS_UDP="" # DNS # If you want to run your own DNS service on this host, you can disable the # systemd-resolved stub listener. DISABLE_SYSTEMD_RESOLVED_STUB="false" # Features INSTALL_DOCKER_PRUNE_CRON="true"