Nix configurations for my homelab
0

Configure Feed

Select the types of activity you want to include in your feed.

qbittorrent: always require a username and password

-6
-6
modules/qbittorrent.nix
··· 111 111 StatusbarExternalIPDisplayed = true; 112 112 }; 113 113 WebUI = { 114 - LocalHostAuth = false; 115 114 Username = "mou"; 116 115 Password_PBKDF2 = 117 116 "@ByteArray(oC8JAmq9UwLSd6SXZGeM/g==:9ElZqPoIQLPwfRlCxb8fZgFTZsrhF/zASd0RbVGgagYa2seez105FOW1QuwOrFpMlY" 118 117 + "v+lPW0NjT4PbgWomPFWA==)"; 119 118 ReverseProxySupportEnabled = true; 120 - AuthSubnetWhitelistEnabled = true; 121 - AuthSubnetWhitelist = lib.strings.join ", " [ 122 - "192.168.2.1/32" 123 - (lib.optionalString (config.networking.hostName == "lily") "${config.cafe.info.network.lutea.netbird-ipv4}/32") 124 - ]; 125 119 }; 126 120 }; 127 121 };