diff options
Diffstat (limited to 'man/ttyd.man.md')
-rw-r--r-- | man/ttyd.man.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/ttyd.man.md b/man/ttyd.man.md index 5da4c95..99c3994 100644 --- a/man/ttyd.man.md +++ b/man/ttyd.man.md @@ -28,6 +28,9 @@ ttyd 1 "September 2016" ttyd "User Manual" -c, --credential USER[:PASSWORD] Credential for Basic Authentication (format: username:password) + -H, --auth-header <name> + HTTP Header name for auth proxy, this will configure ttyd to let a HTTP reverse proxy handle authentication + -u, --uid <uid> User id to run with @@ -37,6 +40,9 @@ ttyd 1 "September 2016" ttyd "User Manual" -s, --signal <signal string> Signal to send to the command when exit it (default: 1, SIGHUP) + -w, --cwd <path> + Working directory to be set for the child program + -a, --url-arg Allow client to send command line arguments in URL (eg: http://localhost:7681?arg=foo&arg=bar) @@ -65,7 +71,7 @@ ttyd 1 "September 2016" ttyd "User Manual" Custom index.html path -b, --base-path - Expected base path for requests coming from a reverse proxy (eg: /mounted/here) + Expected base path for requests coming from a reverse proxy (eg: /mounted/here, max length: 128) -P, --ping-interval Websocket ping interval(sec) (default: 300) |