From c0e340e8c18807eee9707666231e522cb00cf288 Mon Sep 17 00:00:00 2001 From: Koung <20951663+koungkub@users.noreply.github.com> Date: Tue, 8 Oct 2019 20:14:30 +0700 Subject: [PATCH] gotty: add page (#3335) --- pages/common/gotty.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/gotty.md diff --git a/pages/common/gotty.md b/pages/common/gotty.md new file mode 100644 index 0000000000..9c686865ad --- /dev/null +++ b/pages/common/gotty.md @@ -0,0 +1,16 @@ +# gotty + +> Share your terminal as a web application. +> More information: . + +- Share result of command: + +`gotty {{command}}` + +- Share with write permission: + +`gotty -w {{shell}}` + +- Share with credential (Basic Auth): + +`gotty -w -c {{username}}:{{password}} {{shell}}`