Problem Statement
When I setup my self-hosted sentry instances, I have to run a separate webserver (like traefik) and point it to the NGINX service
Solution Brainstorm
Just like GitLab, We can Embed an ACME resolver (Like goacme/lego or certbot or acme.sh [I would prefer lego since it has a lot of native integrations and it is easier to configure specially if a user wants to get certificate using DNS01]) and handle TLS Termination natively
And by making it configurable, Users are able to Provide their own certificate too
Also by that We can make sentry to ask for user's domain on setup So It will set other configurations that should set while setting up sentry to work with a domain
If it is an accepted thing I Would like to make a PR for that
Problem Statement
When I setup my self-hosted sentry instances, I have to run a separate webserver (like traefik) and point it to the NGINX service
Solution Brainstorm
Just like GitLab, We can Embed an ACME resolver (Like goacme/lego or certbot or acme.sh [I would prefer lego since it has a lot of native integrations and it is easier to configure specially if a user wants to get certificate using DNS01]) and handle TLS Termination natively
And by making it configurable, Users are able to Provide their own certificate too
Also by that We can make sentry to ask for user's domain on setup So It will set other configurations that should set while setting up sentry to work with a domain
If it is an accepted thing I Would like to make a PR for that