⚠️ Breaking change: new BASE_URL requirement
The Zerobyte app now requires a mandatory environment variable: BASE_URL. This variable defines the URL used to access your instance (e.g., BASE_URL=https://your-domain.com or BASE_URL=http://your-ip:port).
Why?
This change removes the need for the server to "guess" the authentication context, ensuring consistent login behavior for your specific domain.
Configuration:
- Primary URL: Set BASE_URL to your main access point.
- Additional Domains: You can still whitelist additional origins using the TRUSTED_ORIGINS variable (must be https as well if your BASE_URL is https)