diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-07-12 15:13:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-07-12 15:13:23 +0000 |
commit | 4a07d60969409384e0420fafbd1f1d840582dbce (patch) | |
tree | 1f1324584e1e5c355aaa7ec7fb6d7c706f8cb59f /www/Makefile | |
parent | 482aeab4e7f87f80f8e8e2354aea74d62898725f (diff) |
GoTTY is a simple command line tool that turns your CLI tools into web
applications.
GoTTY starts a new process with the given command when a new client connects
to the server. This means users cannot share a single terminal with others by
default. However, you can use terminal multiplexers for sharing a single
process with multiple clients.
For additional security, SSL/TLS client certificate authentication and
session encryption should be used.
WWW: https://github.com/yudai/gotty
Notes
Notes:
svn path=/head/; revision=418426
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d6663ce229c2..3df544c62051 100644 --- a/www/Makefile +++ b/www/Makefile @@ -208,6 +208,7 @@ SUBDIR += google-sitemapgen SUBDIR += googlebook_dl SUBDIR += goose + SUBDIR += gotty SUBDIR += gpx2map SUBDIR += grafana SUBDIR += grafana2 |