add cert file

This commit is contained in:
Satria 2026-03-05 22:40:34 +07:00
commit c9641bd865

View file

@ -3,6 +3,7 @@
enable = true; enable = true;
tunnels.homelab = { tunnels.homelab = {
credentialsFile = "/mnt/data/cloudflared/homelab.json"; credentialsFile = "/mnt/data/cloudflared/homelab.json";
certificateFile = "/mnt/data/cloudflared/cert.pem";
default = "http_status:404"; default = "http_status:404";
ingress = { ingress = {
"git.${homelab.domain}" = "http://localhost:3000"; "git.${homelab.domain}" = "http://localhost:3000";