From c089d9e781517ff373037287f81def09f8d7e1ae Mon Sep 17 00:00:00 2001 From: localadministrator Date: Sun, 26 Apr 2026 21:41:01 +0000 Subject: [PATCH] Add cloudflared-config.yml --- cloudflared-config.yml | 48 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 cloudflared-config.yml diff --git a/cloudflared-config.yml b/cloudflared-config.yml new file mode 100644 index 0000000..61e26d0 --- /dev/null +++ b/cloudflared-config.yml @@ -0,0 +1,48 @@ +tunnel: 03079a26-f14c-4622-b463-ba54a24f7472 +credentials-file: /etc/cloudflared/03079a26-f14c-4622-b463-ba54a24f7472.json +ingress: + - hostname: coolify.onsethost.com + service: http://localhost:8000 + - hostname: code.onsethost.com + service: http://localhost:8888 + - hostname: mailadmin.onsethost.com + service: https://10.10.0.114 + originRequest: + noTLSVerify: true + httpHostHeader: mailadmin.onsethost.com + - hostname: mailadmin2.onsethost.com + service: https://10.10.0.77 + originRequest: + noTLSVerify: true + httpHostHeader: mailadmin2.onsethost.com + - hostname: lists.onsethost.com + service: http://10.10.0.130:9000 + - hostname: supabase.onsethost.com + service: http://10.10.0.11:8000 + - hostname: gitea.onsethost.com + service: http://localhost:80 + - hostname: status.onsethost.com + service: http://localhost:80 + - hostname: dev.onsethost.com + service: http://localhost:80 + - hostname: voice.onsethost.com + service: http://10.10.0.119:3000 + - hostname: pulsedesk.onsethost.com + service: https://localhost:443 + originRequest: + noTLSVerify: true + - hostname: onsethost.com + service: https://localhost:443 + originRequest: + noTLSVerify: true + - hostname: www.onsethost.com + service: https://localhost:443 + originRequest: + noTLSVerify: true + - hostname: thepinkpulse.com + service: http://localhost:80 + - hostname: www.thepinkpulse.com + service: http://localhost:80 + - hostname: "*.onsethost.com" + service: http://localhost:80 + - service: http_status:404 \ No newline at end of file