# Traefik Configuration for ERPNext Production # Traefik acts as a reverse proxy and handles SSL certificates via Let's Encrypt # ============================================ # Traefik Dashboard Configuration # ============================================ # IMPORTANT: Change this to your Traefik dashboard domain # This should be a subdomain that points to your server IP TRAEFIK_DOMAIN=CHANGEME_traefik.yourdomain.com # ============================================ # Let's Encrypt Configuration # ============================================ # IMPORTANT: Change this to your email for Let's Encrypt notifications EMAIL=CHANGEME_admin@yourdomain.com # ============================================ # Dashboard Authentication # ============================================ # IMPORTANT: Change 'changeit' to a strong password # This password is hashed using Apache MD5 # Generate new hash: openssl passwd -apr1 your_password HASHED_PASSWORD=CHANGEME_run_openssl_passwd_apr1_yourpassword # To generate a new hashed password, run: # openssl passwd -apr1 your_new_password # Then replace the value above with the output