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.
Powered by Struct AI
7
6mo
Solved
Apr 10, 2023 (6 months ago)
Romario
Romario
03:29 PMHello, 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 want to use cloudflare proxying to have TLS configured automatically
04:58
Romario
04:58 PMI’m going to plug nginx with certbot, easier 😄
Apr 11, 2023 (6 months ago)
Palash Gupta
Palash Gupta
08:09 AM Prashant
Prashant
Prashant
04:27 PM Romario 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/
We have docs around the same here: https://signoz.io/docs/tutorial/setting-up-tls-for-signoz/
Romario
Romario
05:12 PMBut I’m not using K8s, I’m using docker compose
Apr 12, 2023 (6 months ago)
Romario
Romario
12:04 AMPrashant
Prashant
03:40 AMI see. It makes sense to use Nginx and Certbot.
SigNoz Community
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Indexed 826 threads (62% resolved)
Similar Threads
Docker TLS Configuration for SigNoz
Harshith.R.S inquired about SigNoz's Docker TLS configuration. Prashant responded that it can be done using Certbot and Nginx in a VM.
3
2mo
Solved
Securing SigNoz UI with SSL Certificates
Martin needed help with SSL certificates for SigNoz UI. Prashant suggested using Nginx and Certbot for securing the UI on a VM.
10
4mo
Solved
Configuring Base Path for Frontend with NGINX
Romario asked how to configure base_path for the frontend with NGINX. Prashant suggested using subdomains as custom base URLs are not supported. Romario successfully implemented the solution.
14
6mo
Solved