From 29fcdabc71b54182909fd9341dc002784945e1cd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Oct 2021 12:23:35 +0200 Subject: Adding upstream version 1.6.3+20210924. Signed-off-by: Daniel Baumann --- man/ttyd.1 | 10 +++++++++- man/ttyd.man.md | 8 +++++++- 2 files changed, 16 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/ttyd.1 b/man/ttyd.1 index 83e8f63..c4e76ee 100644 --- a/man/ttyd.1 +++ b/man/ttyd.1 @@ -46,6 +46,10 @@ Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows \-c, \-\-credential USER[:PASSWORD] Credential for Basic Authentication (format: username:password) +.PP +\-H, \-\-auth\-header + HTTP Header name for auth proxy, this will configure ttyd to let a HTTP reverse proxy handle authentication + .PP \-u, \-\-uid User id to run with @@ -58,6 +62,10 @@ Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows \-s, \-\-signal Signal to send to the command when exit it (default: 1, SIGHUP) +.PP +\-w, \-\-cwd + Working directory to be set for the child program + .PP \-a, \-\-url\-arg Allow client to send command line arguments in URL (eg: @@ -97,7 +105,7 @@ Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows .PP \-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) .PP \-P, \-\-ping\-interval 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 + HTTP Header name for auth proxy, this will configure ttyd to let a HTTP reverse proxy handle authentication + -u, --uid User id to run with @@ -37,6 +40,9 @@ ttyd 1 "September 2016" ttyd "User Manual" -s, --signal Signal to send to the command when exit it (default: 1, SIGHUP) + -w, --cwd + 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) -- cgit v1.2.3