mirror of
https://github.com/yudai/gotty.git
synced 2025-09-22 05:50:48 +02:00
Add index_file
to .gotty`
This commit is contained in:
parent
eb2f2d08bc
commit
a4a3f1a01d
2 changed files with 7 additions and 2 deletions
7
.gotty
7
.gotty
|
@ -28,7 +28,10 @@
|
|||
// tls_crt_file = "~/.gotty.crt"
|
||||
|
||||
// [string] Default TLS key file path
|
||||
// tls_key_file = "~/.gotty.key"
|
||||
// tls_key_file = "~/.gotty.key"
|
||||
|
||||
// [string] Custom index.html file
|
||||
// index_file = ""
|
||||
|
||||
// [string] Title format of browser window
|
||||
// Available variables are:
|
||||
|
@ -48,6 +51,8 @@
|
|||
// [bool] Accept only one client and exit gotty once the client exits
|
||||
// once = false
|
||||
|
||||
|
||||
|
||||
// [object] Client terminal (hterm) preferences
|
||||
// Examples below are some of commonly used options.
|
||||
// See hterm's documentation for the complete list of preferences.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue