Gemini server
Go to file
Trevor Slocum 4f4e2a8cbe Do not follow symbolic links by default
Resolves #4.
2020-11-10 09:59:35 -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 Do not follow symbolic links by default 2020-11-10 09:59:35 -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 Add proposals doc 2020-11-09 13:59:30 -08:00
config.go Do not follow symbolic links by default 2020-11-10 09:59:35 -08:00
go.mod Add cache attribute 2020-11-09 20:10:53 -08:00
go.sum Add cache attribute 2020-11-09 20:10:53 -08:00
main.go Support reloading configuration file 2020-10-31 14:59:44 -07:00
serve_command.go Add cache attribute 2020-11-09 20:10:53 -08:00
serve_fcgi.go Redirect requests with invalid trailing slash 2020-11-05 10:21:13 -08:00
serve_file.go Add cache attribute 2020-11-09 20:10:53 -08:00
serve_proxy.go Add SaneEOL configuration option 2020-11-05 12:57:28 -08:00
server.go Do not follow symbolic links by default 2020-11-10 09:59:35 -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
    • List files and directories (when enabled)
  • Reverse proxy requests
  • Serve system command output
  • Reload configuration on SIGHUP

Proposals

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

Download

go get gitlab.com/tslocum/twins

Configure

See CONFIGURATION.md

Run

twins

Support

Please share issues and suggestions here.

Dependencies