Gemini server
Go to file
Trevor Slocum 3a46bd1de8 Fix resolving regexp path 2020-12-05 22:18:17 -08:00
.gitignore Initial commit 2020-10-29 13:35:48 -07:00
.gitlab-ci.yml Initial commit 2020-10-29 13:35:48 -07:00
CONFIGURATION.md Support directory listing via HTTPS 2020-12-03 16:45:20 -08:00
LICENSE Initial commit 2020-10-29 13:35:48 -07:00
PROPOSALS.md Fix cache attribute parsing 2020-11-09 21:12:22 -08:00
README.md Serve Gemini content via HTTPS 2020-12-03 11:36:14 -08:00
config.go Fix resolving regexp path 2020-12-05 22:18:17 -08:00
go.mod Fix resolving regexp path 2020-12-05 22:18:17 -08:00
go.sum Fix resolving regexp path 2020-12-05 22:18:17 -08:00
main.go Print access log by default 2020-11-16 20:21:00 -08:00
serve_command.go Support logging requests 2020-11-12 10:00:22 -08:00
serve_fcgi.go Serve Gemini content via HTTPS 2020-12-03 11:36:14 -08:00
serve_file.go Support directory listing via HTTPS 2020-12-03 16:45:20 -08:00
serve_https.go Support directory listing via HTTPS 2020-12-03 16:45:20 -08:00
serve_proxy.go Support logging requests 2020-11-12 10:00:22 -08:00
server.go Fix resolving regexp path 2020-12-05 22:18:17 -08:00
util.go Support directory listing 2020-10-30 18:31:13 -07:00

README.md

twins

CI status Donate

Gemini server

Warning: The twins configuration format is still under development. Breaking changes may be made.

This page is also available at gemini://twins.rocketnine.space

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

Download

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

go get gitlab.com/tslocum/twins

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

Configure

See CONFIGURATION.md

Support

Please share issues and suggestions here.

Dependencies