1
Fork 0

Fix cloudflare tunnel config (I was missing the default field)

This commit is contained in:
prescientmoon 2024-05-09 04:41:23 +02:00
parent 256d7bcb4b
commit 05b021232e
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -20,7 +20,8 @@
enable = true; enable = true;
tunnels."347d9ead-a523-4f8b-bca7-3066e31e2952" = { tunnels."347d9ead-a523-4f8b-bca7-3066e31e2952" = {
credentialsFile = config.sops.secrets.cloudflare_tunnel_credentials.path; credentialsFile = config.sops.secrets.cloudflare_tunnel_credentials.path;
ingress."diptime.moonythm.dev".service = "http://localhost:80"; default = "http_status:404";
ingress."diptime.moonythm.dev" = "http://localhost:80";
}; };
}; };
} }