diff --git a/README.md b/README.md index 2a39596..494fa67 100644 --- a/README.md +++ b/README.md @@ -57,18 +57,18 @@ By default, GoTTY starts a web server at port 8080. Open the URL on your web bro --random-url, -r Add a random string to the URL [$GOTTY_RANDOM_URL] --random-url-length "8" Random URL length [$GOTTY_RANDOM_URL_LENGTH] --tls, -t Enable TLS/SSL [$GOTTY_TLS] ---tls-crt "~/.gotty.key" TLS/SSL crt file path [$GOTTY_TLS_CRT] ---tls-key "~/.gotty.crt" TLS/SSL key file path [$GOTTY_TLS_KEY] +--tls-crt "~/.gotty.crt" TLS/SSL certificate file path [$GOTTY_TLS_CRT] +--tls-key "~/.gotty.key" TLS/SSL key file path [$GOTTY_TLS_KEY] --tls-ca-crt "~/.gotty.ca.crt" TLS/SSL CA certificate file for client certifications [$GOTTY_TLS_CA_CRT] ---index Custom index file [$GOTTY_INDEX] +--index Custom index.html file [$GOTTY_INDEX] --title-format "GoTTY - {{ .Command }} ({{ .Hostname }})" Title format of browser window [$GOTTY_TITLE_FORMAT] --reconnect Enable reconnection [$GOTTY_RECONNECT] --reconnect-time "10" Time to reconnect [$GOTTY_RECONNECT_TIME] --once Accept only one client and exit on disconnection [$GOTTY_ONCE] +--permit-arguments Permit clients to send command line arguments in URL (e.g. http://example.com:8080/?arg=AAA&arg=BBB) [$GOTTY_PERMIT_ARGUMENTS] +--close-signal "1" Signal sent to the command process when gotty close it (default: SIGHUP) [$GOTTY_CLOSE_SIGNAL] --config "~/.gotty" Config file path [$GOTTY_CONFIG] --version, -v print the version ---permit-arguments Permit clients to send command line arguments in URL (e.g. http://example.com:8080/?arg=AAA&arg=BBB) - ``` ### Config File