What's Changed
- Improved filter button to display a filter count badge for observability table by @bekossy
- Implement First time admin user signup in OSS (Hot Fix) by @bekossy
- Improved Self-hosting & environment variable naming by @aybruhm:
- Cleaned up environment variables: We've reorganized environment variables to be more logical and platform-specific, while keeping support for the old ones. For example,
AGENTA_PORT
for Traefik is now justTRAEFIK_PORT
. Check the deprecation docs if you're migrating. - Added SSL/TLS support: You can now easily set up HTTPS for production deployments with automatic Let's Encrypt certificates. See the SSL documentation for setup instructions.
- Made ports more flexible: You can now run services on different ports if the defaults don't work for you. Want to run Traefik on port 8443 instead of 443? No problem. See docs.
- Added Nginx option: Don't like Traefik? You can now use Nginx as your reverse proxy instead by enabling the nginx profile when deploying. See docs.
- Better documentation: We've improved the self-hosting, networking, and SSL documentation with clearer guides, better troubleshooting, and helpful architecture diagrams.
- Cleaned up environment variables: We've reorganized environment variables to be more logical and platform-specific, while keeping support for the old ones. For example,
Full Changelog: v0.45.4...v0.46.0