Go to file
2020-10-31 16:49:37 -07: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
config.go Support reloading configuration file 2020-10-31 14:59:44 -07:00
CONFIGURATION.md Add Gemini page links 2020-10-31 16:49:37 -07:00
go.mod Support serving the output of local commands 2020-10-30 11:19:16 -07:00
go.sum Support serving the output of local commands 2020-10-30 11:19:16 -07:00
LICENSE Initial commit 2020-10-29 13:35:48 -07:00
main.go Support reloading configuration file 2020-10-31 14:59:44 -07:00
README.md Add Gemini page links 2020-10-31 16:49:37 -07:00
server.go Support reloading configuration file 2020-10-31 14:59:44 -07:00
util.go Support directory listing 2020-10-30 18:31:13 -07:00

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
    • Directory listing (when enabled)
  • Serve the output of system commands
  • Reverse proxy requests
  • Reload configuration on SIGHUP

Download

go get gitlab.com/tslocum/twins

Configure

See CONFIGURATION.md

Run

twins

Support

Please share issues and suggestions here.

Dependencies