Tiny microbin test
This commit is contained in:
parent
f6bd529ed2
commit
aadbafcc1e
|
@ -10,8 +10,6 @@ in
|
|||
|
||||
services.cloudflared.tunnels =
|
||||
config.satellite.cloudflared.proxy host;
|
||||
services.nginx.virtualHosts.${host} =
|
||||
config.satellite.proxy port { } // { forceSSL = false; };
|
||||
|
||||
services.microbin = {
|
||||
enable = true;
|
||||
|
|
|
@ -16,7 +16,7 @@ in
|
|||
|
||||
config.satellite.cloudflared.proxy = from: {
|
||||
${cfg.tunnel} = {
|
||||
ingress.${from} = "http://localhost:80";
|
||||
ingress.${from} = "http://localhost:8418";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue