1
Fork 0

Tiny microbin test

This commit is contained in:
prescientmoon 2024-05-11 00:52:55 +02:00
parent f6bd529ed2
commit aadbafcc1e
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

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