1
Fork 0

Fix cloudflare helper ingress target

This commit is contained in:
prescientmoon 2024-05-09 17:11:57 +02:00
parent 904aac3468
commit ff95e830d1
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -16,7 +16,7 @@ in
config.satellite.cloudflared.proxy = from: port: { config.satellite.cloudflared.proxy = from: port: {
${cfg.tunnel} = { ${cfg.tunnel} = {
ingress.${from} = "http://localhost${toString port}"; ingress.${from} = "http://localhost:${toString port}";
}; };
}; };
} }