mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-07 13:22:32 +02:00
update dev runtime config.
This commit is contained in:
parent
dc1bc2af79
commit
26b901c777
2 changed files with 91 additions and 69 deletions
|
@ -31,6 +31,8 @@ capture:
|
||||||
tune: zerolatency
|
tune: zerolatency
|
||||||
speed-preset: veryfast
|
speed-preset: veryfast
|
||||||
gst_suffix: "! video/x-h264,stream-format=byte-stream,profile=constrained-baseline"
|
gst_suffix: "! video/x-h264,stream-format=byte-stream,profile=constrained-baseline"
|
||||||
|
screencast:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
server:
|
server:
|
||||||
pprof: true
|
pprof: true
|
||||||
|
@ -39,42 +41,44 @@ desktop:
|
||||||
screen: "1920x1080@60"
|
screen: "1920x1080@60"
|
||||||
|
|
||||||
member:
|
member:
|
||||||
provider: "object"
|
# provider: "object"
|
||||||
object:
|
# object:
|
||||||
users:
|
# users:
|
||||||
- username: "admin"
|
# - username: "admin"
|
||||||
password: "admin"
|
# password: "admin"
|
||||||
profile:
|
# profile:
|
||||||
name: "Administrator"
|
# name: "Administrator"
|
||||||
is_admin: true
|
# is_admin: true
|
||||||
can_login: true
|
# can_login: true
|
||||||
can_connect: true
|
# can_connect: true
|
||||||
can_watch: true
|
# can_watch: true
|
||||||
can_host: true
|
# can_host: true
|
||||||
can_share_media: true
|
# can_share_media: true
|
||||||
can_access_clipboard: true
|
# can_access_clipboard: true
|
||||||
sends_inactive_cursor: true
|
# sends_inactive_cursor: true
|
||||||
can_see_inactive_cursors: true
|
# can_see_inactive_cursors: true
|
||||||
- username: "user"
|
# - username: "user"
|
||||||
password: "neko"
|
# password: "neko"
|
||||||
profile:
|
# profile:
|
||||||
name: "User"
|
# name: "User"
|
||||||
is_admin: false
|
# is_admin: false
|
||||||
can_login: true
|
# can_login: true
|
||||||
can_connect: true
|
# can_connect: true
|
||||||
can_watch: true
|
# can_watch: true
|
||||||
can_host: true
|
# can_host: true
|
||||||
can_share_media: true
|
# can_share_media: true
|
||||||
can_access_clipboard: true
|
# can_access_clipboard: true
|
||||||
sends_inactive_cursor: true
|
# sends_inactive_cursor: true
|
||||||
can_see_inactive_cursors: false
|
# can_see_inactive_cursors: false
|
||||||
# provider: "file"
|
# provider: "file"
|
||||||
# file:
|
# file:
|
||||||
# path: "/home/neko/members.json"
|
# path: "/home/neko/members.json"
|
||||||
# provider: "multiuser"
|
provider: "multiuser"
|
||||||
# multiuser:
|
multiuser:
|
||||||
# admin_password: "admin"
|
admin_password: "admin"
|
||||||
# user_password: "neko"
|
user_password: "neko"
|
||||||
|
# admin_profile: # optional
|
||||||
|
# user_profile: # optional
|
||||||
# provider: "noauth"
|
# provider: "noauth"
|
||||||
|
|
||||||
session:
|
session:
|
||||||
|
@ -84,6 +88,7 @@ session:
|
||||||
# Show inactive cursors on the screen. Can lead to multiple
|
# Show inactive cursors on the screen. Can lead to multiple
|
||||||
# data sent via WebSockets and additonal rendering cost on
|
# data sent via WebSockets and additonal rendering cost on
|
||||||
# the clients.
|
# the clients.
|
||||||
|
implicit_hosting: false
|
||||||
inactive_cursors: true
|
inactive_cursors: true
|
||||||
api_token: "neko123"
|
api_token: "neko123"
|
||||||
cookie:
|
cookie:
|
||||||
|
@ -96,6 +101,22 @@ session:
|
||||||
webrtc:
|
webrtc:
|
||||||
icelite: true
|
icelite: true
|
||||||
iceservers:
|
iceservers:
|
||||||
|
# Backend servers are ignored if icelite is true.
|
||||||
|
backend:
|
||||||
- urls: [ stun:stun.l.google.com:19302 ]
|
- urls: [ stun:stun.l.google.com:19302 ]
|
||||||
|
frontend:
|
||||||
|
- urls: [ stun:stun.l.google.com:19305 ]
|
||||||
#username: foo
|
#username: foo
|
||||||
#credential: bar
|
#credential: bar
|
||||||
|
# estimator:
|
||||||
|
# enabled: true
|
||||||
|
# passive: false
|
||||||
|
# debug: true
|
||||||
|
# initial_bitrate: 1000000
|
||||||
|
# read_interval: 1s
|
||||||
|
# stable_duration: 10s
|
||||||
|
# unstable_duration: 5s
|
||||||
|
# stalled_duration: 20s
|
||||||
|
# downgrade_backoff: 10s
|
||||||
|
# upgrade_backoff: 30s
|
||||||
|
# diff_threshold: 0.5
|
||||||
|
|
|
@ -63,42 +63,42 @@ desktop:
|
||||||
screen: "1920x1080@60"
|
screen: "1920x1080@60"
|
||||||
|
|
||||||
member:
|
member:
|
||||||
provider: "object"
|
# provider: "object"
|
||||||
object:
|
# object:
|
||||||
users:
|
# users:
|
||||||
- username: "admin"
|
# - username: "admin"
|
||||||
password: "admin"
|
# password: "admin"
|
||||||
profile:
|
# profile:
|
||||||
name: "Administrator"
|
# name: "Administrator"
|
||||||
is_admin: true
|
# is_admin: true
|
||||||
can_login: true
|
# can_login: true
|
||||||
can_connect: true
|
# can_connect: true
|
||||||
can_watch: true
|
# can_watch: true
|
||||||
can_host: true
|
# can_host: true
|
||||||
can_share_media: true
|
# can_share_media: true
|
||||||
can_access_clipboard: true
|
# can_access_clipboard: true
|
||||||
sends_inactive_cursor: true
|
# sends_inactive_cursor: true
|
||||||
can_see_inactive_cursors: true
|
# can_see_inactive_cursors: true
|
||||||
- username: "user"
|
# - username: "user"
|
||||||
password: "neko"
|
# password: "neko"
|
||||||
profile:
|
# profile:
|
||||||
name: "User"
|
# name: "User"
|
||||||
is_admin: false
|
# is_admin: false
|
||||||
can_login: true
|
# can_login: true
|
||||||
can_connect: true
|
# can_connect: true
|
||||||
can_watch: true
|
# can_watch: true
|
||||||
can_host: true
|
# can_host: true
|
||||||
can_share_media: true
|
# can_share_media: true
|
||||||
can_access_clipboard: true
|
# can_access_clipboard: true
|
||||||
sends_inactive_cursor: true
|
# sends_inactive_cursor: true
|
||||||
can_see_inactive_cursors: false
|
# can_see_inactive_cursors: false
|
||||||
# provider: "file"
|
# provider: "file"
|
||||||
# file:
|
# file:
|
||||||
# path: "/home/neko/members.json"
|
# path: "/home/neko/members.json"
|
||||||
# provider: "multiuser"
|
provider: "multiuser"
|
||||||
# multiuser:
|
multiuser:
|
||||||
# admin_password: "admin"
|
admin_password: "admin"
|
||||||
# user_password: "neko"
|
user_password: "neko"
|
||||||
# admin_profile: # optional
|
# admin_profile: # optional
|
||||||
# user_profile: # optional
|
# user_profile: # optional
|
||||||
# provider: "noauth"
|
# provider: "noauth"
|
||||||
|
@ -110,6 +110,7 @@ session:
|
||||||
# Show inactive cursors on the screen. Can lead to multiple
|
# Show inactive cursors on the screen. Can lead to multiple
|
||||||
# data sent via WebSockets and additonal rendering cost on
|
# data sent via WebSockets and additonal rendering cost on
|
||||||
# the clients.
|
# the clients.
|
||||||
|
implicit_hosting: false
|
||||||
inactive_cursors: true
|
inactive_cursors: true
|
||||||
api_token: "neko123"
|
api_token: "neko123"
|
||||||
cookie:
|
cookie:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue