mirror of
https://github.com/yudai/gotty.git
synced 2026-01-25 10:46:10 +01:00
add api-prefix flag for nginx path redirect
This commit is contained in:
parent
a080c85cbc
commit
c5ef9697fd
3 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
#  GoTTY - Share your terminal as a web application
|
||||
|
||||
[][release]
|
||||
|
|
@ -51,6 +52,7 @@ By default, GoTTY starts a web server at port 8080. Open the URL on your web bro
|
|||
--port value, -p value Port number to liten (default: "8080") [$GOTTY_PORT]
|
||||
--permit-write, -w Permit clients to write to the TTY (BE CAREFUL) [$GOTTY_PERMIT_WRITE]
|
||||
--credential value, -c value Credential for Basic Authentication (ex: user:pass, default disabled) [$GOTTY_CREDENTIAL]
|
||||
--api-prefix Add a prefix string for service [$GOTTY_API_PREFIX]
|
||||
--random-url, -r Add a random string to the URL [$GOTTY_RANDOM_URL]
|
||||
--random-url-length value Random URL length (default: 8) [$GOTTY_RANDOM_URL_LENGTH]
|
||||
--tls, -t Enable TLS/SSL [$GOTTY_TLS]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue