Gemini server
Go to file
Trevor Slocum ae6e0b6b7b Support serving the output of local commands 2020-10-30 11:19:16 -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 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
README.md Support serving the output of local commands 2020-10-30 11:19:16 -07:00
config.go Support serving the output of local commands 2020-10-30 11:19:16 -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 serving the output of local commands 2020-10-30 11:19:16 -07:00
server.go Support serving the output of local commands 2020-10-30 11:19:16 -07:00

README.md

twins

CI status Donate

Gemini server

Features

  • Serve static files
  • Serve 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