containers/fluorite: try without socks5
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-17 00:52:50 +10:00
parent c93496cb84
commit 0462478d7e
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -20,8 +20,8 @@
enable = true; enable = true;
authKeyFile = "/binds/tailscale_auth"; authKeyFile = "/binds/tailscale_auth";
openFirewall = true; openFirewall = true;
interfaceName = "userspace-networking"; # interfaceName = "userspace-networking";
extraDaemonFlags = [ "--socks5-server=localhost:1055" ]; # extraDaemonFlags = [ "--socks5-server=localhost:1055" ];
extraSetFlags = [ "--exit-node=100.67.1.1" ]; extraSetFlags = [ "--exit-node=100.67.1.1" ];
useRoutingFeatures = "client"; useRoutingFeatures = "client";
}; };
@ -32,11 +32,11 @@
environmentFile = "/binds/slskd_env"; environmentFile = "/binds/slskd_env";
settings = { settings = {
shares.directories = [ "/binds/music/" ]; shares.directories = [ "/binds/music/" ];
soulseek.connection.proxy = { # soulseek.connection.proxy = {
enabled = true; # enabled = true;
address = "localhost"; # address = "localhost";
port = "1055"; # port = "1055";
}; # };
}; };
}; };
} }