# Environment variables for keycloak OIDC development setup # Copy this file to .env and update with your server's IP address or hostname # # Usage: # cp .env.example .env # # Edit .env with your server details # podman compose up -d # Your server's public URL for fail2ban-ui (used for redirect URIs) # This is the URL that browsers will use to access fail2ban-ui # Example for remote server: http://172.16.10.18:3080 # Example for localhost: http://localhost:3080 PUBLIC_FRONTEND_URL=http://172.16.10.18:3080 # Your server's public URL for Keycloak (usually same host, different port) # This is the URL that browsers will use to access Keycloak # Example for remote server: http://172.16.10.18:3000 # Example for localhost: http://localhost:3000 KEYCLOAK_URL=http://172.16.10.18:3000 # Keycloak's public URL (used for issuer in discovery document) # Should match KEYCLOAK_URL # Example for remote server: http://172.16.10.18:3000 # Example for localhost: http://localhost:3000 KEYCLOAK_PUBLIC_URL=http://172.16.10.18:3000