pkgs/jellysearch: only listen on loopback interface
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m19s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m19s
This commit is contained in:
@ -16,6 +16,10 @@ buildDotnetModule rec {
|
||||
hash = "sha256-7t0j4S5A9yvRN8zjToMNsxJ72OjU3j++EAqq9CKcPaI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./patches/Only-listen-on-loopback-interface.patch
|
||||
];
|
||||
|
||||
projectFile = "src/JellySearch/JellySearch.csproj";
|
||||
executables = [ "jellysearch" ];
|
||||
nugetDeps = ./nuget-deps.json;
|
||||
|
Reference in New Issue
Block a user