💾 Archived View for gemi.dev › gemini-mailing-list › 000595.gmi captured on 2024-03-21 at 17:54:06. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
Happy new year, everyone! I've written Gneto, a proxy server to make Gemini content available in a web browser. Gneto differs from the fine web portals available at portal.mozz.us and proxy.vulpes.one in that it's designed to proxy for a single user. Run it on the loopback interface of your workstation, or the server on your home LAN. If you want to run it on your public VPS, the web interface can be password protected. Gneto supports both persistent and transient client certificates. Gneto source code (with a screenshot) is available at: https://github.com/pgorman/gneto/ It has no dependencies beyond the standard Go library, so Gneto should build easily with a simple "go build". Binaries for Linux, Windows, macOS, and OpenBSD are available. Thanks, and happy 2021! -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20201231/ca77 4f74/attachment.htm>
On Thu, Dec 31, 2020 at 06:24:27PM -0500, Paul Gorman wrote: >I've written Gneto, a proxy server to make Gemini content available in >a web browser. Gneto differs from the fine web portals available at >portal.mozz.us and proxy.vulpes.one in that it's designed to proxy for >a single user. Cool! I'm not sure what it is about the software behind those proxies that makes them unsuited for personal use, though. Another similar project worth checking out is Kineto, another Golang HTTP-to-Gemini proxy designed to make a single Gemini capsule available over HTTP. >Thanks, and happy 2021! You too! -- /Seirdy -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 898 bytes Desc: not available URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20210101/108e 0d1e/attachment.sig>
---
Previous Thread: [ANN] Ignition: A python protocol client for devs