mirror of
https://github.com/yudai/gotty.git
synced 2026-01-23 09: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
|
|
@ -10,6 +10,7 @@ type Options struct {
|
|||
PermitWrite bool `hcl:"permit_write" flagName:"permit-write" flagSName:"w" flagDescribe:"Permit clients to write to the TTY (BE CAREFUL)" default:"false"`
|
||||
EnableBasicAuth bool `hcl:"enable_basic_auth" default:"false"`
|
||||
Credential string `hcl:"credential" flagName:"credential" flagSName:"c" flagDescribe:"Credential for Basic Authentication (ex: user:pass, default disabled)" default:""`
|
||||
ApiPrefix string `hcl:"api_prefix" flagName:"api-prefix" flagDescribe:"Add a string to the URL" default:""`
|
||||
EnableRandomUrl bool `hcl:"enable_random_url" flagName:"random-url" flagSName:"r" flagDescribe:"Add a random string to the URL" default:"false"`
|
||||
RandomUrlLength int `hcl:"random_url_length" flagName:"random-url-length" flagDescribe:"Random URL length" default:"8"`
|
||||
EnableTLS bool `hcl:"enable_tls" flagName:"tls" flagSName:"t" flagDescribe:"Enable TLS/SSL" default:"false"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue