* docker: update .env and docker-compose.yml for SMTP and new services
* docker: add external MinIO, MongoDB, and GarageHQ examples with setup instructions
* docs: update README with dotenv docker setup instructions and configuration redirect for external services
* docker: update service dependency condition for setup-themes in docker-compose.yml
* chore: update example URLs in .env for public services
* Add KNOWN_PROXIES
* Add known proxy setup in Startup.cs
Refactor forwarded headers configuration to use a variable for options.
* Document KNOWN_PROXIES in .env file
Added documentation for KNOWN_PROXIES environment variable
* Clean up
Restored license comments and formatting in Constants.cs.
* Apply suggestion from @thecodrr
* Added KnownProxies functionality at Streetwriters.Common level
---------
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com>