Changing Front-end Port for Cloudflare DNS with Subdomain

TLDR Romario asked about changing the front-end port to work with a subdomain and Cloudflare DNS. Prashant suggested using Nginx ingress controller and cert-manager, but Romario decided to use Nginx and Certbot with Docker Compose.

Photo of Romario
Romario
Mon, 10 Apr 2023 15:29:34 UTC

Hello, can I change the front-end port to run on port 80 and have cloudflare DNS work with a subdomain? example: -> signoz frontend I’m want to use cloudflare proxying to have TLS configured automatically

Photo of Romario
Romario
Mon, 10 Apr 2023 16:58:42 UTC

I’m going to plug nginx with certbot, easier :smile:

Photo of Palash Gupta
Palash Gupta
Tue, 11 Apr 2023 08:09:18 UTC

Prashant

Photo of Prashant
Prashant
Tue, 11 Apr 2023 16:27:39 UTC

Romario yes, using nginx ingress controller and cert-manager, it should be easy to set up TLS. We have docs around the same here:

Photo of Romario
Romario
Tue, 11 Apr 2023 17:12:12 UTC

But I’m not using K8s, I’m using docker compose

Photo of Romario
Romario
Wed, 12 Apr 2023 00:04:31 UTC

Related

Photo of Prashant
Prashant
Wed, 12 Apr 2023 03:40:24 UTC

I see. It makes sense to use Nginx and Certbot.