From a133079a9b6cf3ca6d453f9c96a32be6fc5de4cd Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sat, 30 Oct 2021 10:31:26 -0400 Subject: ducking-proxy: init at 2021-07-23 Quoting official README, The Duckling proxy is a scheme-specific filtering proxy for Gemini clients to access the web. It behaves as a normal Gemini server, except it retrieves its content from the web. You can tailor its behaviour when it starts, to tailor how web pages are transformed to gemtext. It is scheme-specific, i.e. it is designed to handle HTTP requests only. Web pages are translated to text/gemini. Other web resources are returned directly. The primary intended use case for this proxy is as a personal proxy to make the web accessible to your favourite Gemini client. --- pkgs/top-level/all-packages.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 9865a76b7b1..18480cb0a1e 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -21374,6 +21374,8 @@ with pkgs; squid = callPackage ../servers/squid { }; + duckling-proxy = callPackage ../servers/duckling-proxy { }; + sslh = callPackage ../servers/sslh { }; thttpd = callPackage ../servers/http/thttpd { }; -- cgit 1.4.1