No description
Find a file
2025-11-20 09:06:50 -08:00
.gitignore Initial commit 2020-10-29 13:35:48 -07:00
CHANGELOG Convert Gemini output of commands, reverse proxies and FastCGI servers to HTML 2025-11-20 09:01:33 -08:00
config.go Remove usage of deprecated package ioutil 2025-11-20 09:06:50 -08:00
CONFIGURATION.md Migrate to codeberg.org 2025-04-08 22:52:01 -07:00
go.mod Add startup logo 2025-11-19 20:39:41 -08:00
go.sum Add startup logo 2025-11-19 20:39:41 -08:00
goreleaser.yml Migrate to codeberg.org 2025-04-08 22:52:01 -07:00
LICENSE Migrate to codeberg.org 2025-04-08 22:52:01 -07:00
main.go Convert Gemini output of commands, reverse proxies and FastCGI servers to HTML 2025-11-20 09:01:33 -08:00
PROPOSALS.md Migrate to codeberg.org 2025-04-08 22:52:01 -07:00
README.md Update README 2025-04-15 14:22:26 -07:00
serve_command.go Support logging requests 2020-11-12 10:00:22 -08:00
serve_fcgi.go Remove usage of deprecated package ioutil 2025-11-20 09:06:50 -08:00
serve_file.go Support directory listing via HTTPS 2020-12-03 16:45:20 -08:00
serve_https.go Convert Gemini output of commands, reverse proxies and FastCGI servers to HTML 2025-11-20 09:01:33 -08:00
serve_proxy.go Support logging requests 2020-11-12 10:00:22 -08:00
server.go Remove usage of deprecated package ioutil 2025-11-20 09:06:50 -08:00
util.go Support directory listing 2020-10-30 18:31:13 -07:00

twins

Donate

Gemini server

This page is also available at gemini://twins.rocket9labs.com

Features

  • Serve static files
    • Detect content type
    • Specify content type for files with matching extension
    • List files and directories (when enabled)
  • Reverse proxy requests
  • Serve Gemini content via HTTPS
    • Pages are converted automatically by gmitohtml
  • Reload configuration on SIGHUP

Proposals

twins includes features that are not yet part of the Gemini specification. See PROPOSALS.md

Install

Download

Download twins

Compile

twins is written in Go. Run the following command to download and build twins from source.

go install codeberg.org/tslocum/twins@latest

The resulting binary is available as ~/go/bin/twins.

Configure

See CONFIGURATION.md

Support

Please share issues and suggestions here.

Dependencies