Channels
watercooler
incidents
reactjs-config
k8s_operator_helm
write-for-signoz
signoz-alert-testing
testsupport
webhook-dev
general
contributing
support
contributing-frontend
github-activities
Powered by
#support
Title
# support
r
Romario Lopez C
04/10/2023, 3:29 PM
Hello, can I change the front-end port to run on port 80 and have cloudflare DNS work with a subdomain? example:
romario.mydomain.com
-> signoz frontend I’m want to use cloudflare proxying to have TLS configured automatically
I’m going to plug nginx with certbot, easier 😄
p
Palash Gupta
04/11/2023, 8:09 AM
@Prashant Shahi
p
Prashant Shahi
04/11/2023, 4:27 PM
@Romario Lopez C
yes, using nginx ingress controller and cert-manager, it should be easy to set up TLS. We have docs around the same here:
https://signoz.io/docs/tutorial/setting-up-tls-for-signoz/
r
Romario Lopez C
04/11/2023, 5:12 PM
But I’m not using K8s, I’m using docker compose
Related
https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1681257453874279
p
Prashant Shahi
04/12/2023, 3:40 AM
I see. It makes sense to use Nginx and Certbot.
Post