updated configuration
This commit is contained in:
parent
bbfa0d5834
commit
42ee7477a0
@ -126,6 +126,19 @@ nat1to1: <ip>
|
||||
- Path prefix for HTTP requests.
|
||||
- e.g. `/neko/`
|
||||
|
||||
### File Transfer
|
||||
|
||||
#### `NEKO_FILE_TRANSFER`:
|
||||
- Enable file transfer for admins at start
|
||||
- e.g. `1`
|
||||
#### `NEKO_UNPRIV_FILE_TRANSFER`:
|
||||
- Enable file transfer for all users at start. Ignored if NEKO_FILE_TRANSFER not enabled.
|
||||
- e.g. `1`
|
||||
#### `NEKO_FILE_TRANSFER_PATH`:
|
||||
- Path where files will be transferred between the host and users. By default this is
|
||||
/home/neko/Downloads. If the path doesn't exist, it will be created.
|
||||
- e.g. `/home/neko/Desktop`
|
||||
|
||||
### Expert settings
|
||||
|
||||
#### `NEKO_DISPLAY`:
|
||||
@ -155,6 +168,8 @@ Flags:
|
||||
--device string audio device to capture (default "auto_null.monitor")
|
||||
--display string XDisplay to capture (default ":99.0")
|
||||
--epr string limits the pool of ephemeral ports that ICE UDP connections can allocate from (default "59000-59100")
|
||||
--file_transfer allow file transfer for admins
|
||||
--file_transfer_path string path to use for file transfer (default "/home/neko/Downloads")
|
||||
--g722 DEPRECATED: use audio_codec
|
||||
--h264 DEPRECATED: use video_codec
|
||||
-h, --help help for serve
|
||||
@ -179,6 +194,7 @@ Flags:
|
||||
--static string path to neko client files to serve (default "./www")
|
||||
--tcpmux int single TCP mux port for all peers
|
||||
--udpmux int single UDP mux port for all peers
|
||||
--unpriv_file_transfer allow file transfer for non admins
|
||||
--video string video codec parameters to use for streaming
|
||||
--video_bitrate int video bitrate in kbit/s (default 3072)
|
||||
--video_codec string video codec to be used (default "vp8")
|
||||
|
Reference in New Issue
Block a user