Go to file
Trevor Slocum 8465ad9871 Support requesting user input
Resolves #3.
2020-10-30 22:11:54 -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 requesting user input 2020-10-30 22:11:54 -07:00
CONFIGURATION.md Support requesting user input 2020-10-30 22:11:54 -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 multiple hostnames 2020-10-30 13:30:09 -07:00
README.md Support requesting user input 2020-10-30 22:11:54 -07:00
server.go Support requesting user input 2020-10-30 22:11:54 -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.

Features

  • Serve static files
    • Directory listing may be enabled
  • 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