gotty: add page (#3335)
This commit is contained in:

committed by
Lucas Gabriel Schneider

parent
28d4a486f4
commit
c0e340e8c1
16
pages/common/gotty.md
Normal file
16
pages/common/gotty.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# gotty
|
||||
|
||||
> Share your terminal as a web application.
|
||||
> More information: <https://github.com/yudai/gotty>.
|
||||
|
||||
- Share result of command:
|
||||
|
||||
`gotty {{command}}`
|
||||
|
||||
- Share with write permission:
|
||||
|
||||
`gotty -w {{shell}}`
|
||||
|
||||
- Share with credential (Basic Auth):
|
||||
|
||||
`gotty -w -c {{username}}:{{password}} {{shell}}`
|
Reference in New Issue
Block a user