Fix cloudflare helper ingress target
This commit is contained in:
parent
904aac3468
commit
ff95e830d1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue