containers/{d,e,f}: listen on tailscale
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled

This commit is contained in:
Cilly Leang 2026-05-28 22:40:19 +10:00
parent b8a7dfa8a8
commit 81c17720eb
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
useACMEHost = "lava.moe"; useACMEHost = "lava.moe";
forceSSL = true; forceSSL = true;
locations."/".proxyPass = "http://[${client}]:8000"; locations."/".proxyPass = "http://[${client}]:8000";
listenAddresses = [ "10.0.0.1" "[fd0d::1]" ]; listenAddresses = [ "10.0.0.1" "[fd0d::1]" "100.67.1.1" ];
}; };
systemd.tmpfiles.rules = [ "d /persist/containers/${name} 755 root users" ]; systemd.tmpfiles.rules = [ "d /persist/containers/${name} 755 root users" ];

View file

@ -39,7 +39,7 @@
useACMEHost = "lava.moe"; useACMEHost = "lava.moe";
forceSSL = true; forceSSL = true;
locations."/".proxyPass = "http://[${client}]:4533"; locations."/".proxyPass = "http://[${client}]:4533";
listenAddresses = [ "10.0.0.1" "[fd0d::1]" ]; listenAddresses = [ "10.0.0.1" "[fd0d::1]" "100.67.1.1" ];
}; };
services.nginx.virtualHosts."${shareFqdn}" = { services.nginx.virtualHosts."${shareFqdn}" = {
useACMEHost = "lava.moe"; useACMEHost = "lava.moe";

View file

@ -39,7 +39,7 @@
useACMEHost = "lava.moe"; useACMEHost = "lava.moe";
forceSSL = true; forceSSL = true;
locations."/".proxyPass = "http://[${client}]:5030"; locations."/".proxyPass = "http://[${client}]:5030";
listenAddresses = [ "10.0.0.1" "[fd0d::1]" ]; listenAddresses = [ "10.0.0.1" "[fd0d::1]" "100.67.1.1" ];
}; };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [