Gemini server
Go to file
Trevor Slocum d1f9c6d4aa Update configuration docs 2020-10-30 17:29:25 -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
CONFIGURATION.md Update configuration docs 2020-10-30 17:29:25 -07:00
LICENSE Initial commit 2020-10-29 13:35:48 -07:00
README.md Update configuration docs 2020-10-30 17:29:25 -07:00
config.go Simplify host configuration 2020-10-30 13:36:55 -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
main.go Support multiple hostnames 2020-10-30 13:30:09 -07:00
server.go Simplify host configuration 2020-10-30 13:36:55 -07:00

README.md

twins

CI status Donate

Gemini server

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

Features

  • Serve static files
  • Serve the output of system commands
  • Reverse proxy requests

Download

go get gitlab.com/tslocum/twins

Configure

See CONFIGURATION.md

Run

twins

Support

Please share issues and suggestions here.

Dependencies