From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57953) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTlK6-0004Oo-TW for guix-patches@gnu.org; Sun, 10 Nov 2019 06:24:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTlK5-00053P-Rv for guix-patches@gnu.org; Sun, 10 Nov 2019 06:24:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41892) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iTlK5-00053L-Ou for guix-patches@gnu.org; Sun, 10 Nov 2019 06:24:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iTlK5-0002jS-Kf for guix-patches@gnu.org; Sun, 10 Nov 2019 06:24:01 -0500 Subject: [bug#38059] [PATCH 2/2] gnu: Add pagekite. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <2303a2c2-9d07-4986-9444-0f371592643f@www.fastmail.com> Date: Sun, 10 Nov 2019 12:22:58 +0100 In-Reply-To: (Alex Griffin's message of "Mon, 04 Nov 2019 14:47:48 +0000") Message-ID: <87a7945625.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alex Griffin Cc: 38059@debbugs.gnu.org "Alex Griffin" skribis: > From 835678c62d341ea4cd8d93f6475ac955198ef276 Mon Sep 17 00:00:00 2001 > From: Alex Griffin > Date: Sat, 2 Nov 2019 14:11:51 -0500 > Subject: [PATCH 2/2] gnu: Add pagekite. > > * gnu/packages/web.scm (pagekite): New variable. [...] > + (arguments > + `(#:python ,python-2 Can it work with Python 3.x? It would be really great. Perhaps there are not-yet-upstreamed patches floating around for that? > + (synopsis "Make localhost servers publicly visible") > + (description > + "PageKite implements a tunneled reverse proxy which makes it easy t= o make > +a service (such as an HTTP or SSH server) on localhost visible to the wi= der > +Internet, even behind NAT or restrictive firewalls. A managed front-end= relay > +service is available at https://pagekite.net/, or you can run your own.") ^ Use @url here. Thanks, Ludo=E2=80=99.