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