[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38059] [PATCH 2/2] gnu: Add pagekite.
From: |
Ludovic Courtès |
Subject: |
[bug#38059] [PATCH 2/2] gnu: Add pagekite. |
Date: |
Sun, 10 Nov 2019 12:22:58 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
"Alex Griffin" <address@hidden> skribis:
> From 835678c62d341ea4cd8d93f6475ac955198ef276 Mon Sep 17 00:00:00 2001
> From: Alex Griffin <address@hidden>
> 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 to
> make
> +a service (such as an HTTP or SSH server) on localhost visible to the wider
> +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’.