containers/{d,e,f}: listen on tailscale
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled
This commit is contained in:
parent
b8a7dfa8a8
commit
81c17720eb
3 changed files with 3 additions and 3 deletions
|
|
@ -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" ];
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue