Fix cloudflare helper ingress target
This commit is contained in:
parent
904aac3468
commit
ff95e830d1
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue