diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-07-12 23:13:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-07-12 23:13:23 +0800 |
commit | 38ed7b06838f00571a14d225d99c662c020eba15 (patch) | |
tree | 1f1324584e1e5c355aaa7ec7fb6d7c706f8cb59f /www/Makefile | |
parent | ee7b4a045003b30a9978d3dbf2bb8735e8443ec6 (diff) | |
download | freebsd-ports-gnome-38ed7b06838f00571a14d225d99c662c020eba15.tar.gz freebsd-ports-gnome-38ed7b06838f00571a14d225d99c662c020eba15.tar.zst freebsd-ports-gnome-38ed7b06838f00571a14d225d99c662c020eba15.zip |
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
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 |