Configure the basic settings for your Homebox instance.
+Only used if HTTPS with Traefik is not enabled
+Configure the database for your Homebox instance.
+Configure Traefik as a reverse proxy with automatic HTTPS for your Homebox instance.
+The domain name must be pointed to your server's IP address
+Required for Let's Encrypt certificate notifications
+Configure storage options for your Homebox instance and related services.
+Store Homebox data in a Docker volume or host directory
+ +Absolute path recommended (e.g., /home/user/homebox-data)
+Store PostgreSQL data in a Docker volume or host directory
+ +Absolute path recommended (e.g., /home/user/postgres-data)
+Store Traefik certificates in a Docker volume or host directory
+ +Absolute path recommended (e.g., /home/user/traefik-data)
+This configuration will be saved as docker-compose.yml
+