-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig_example.yaml
30 lines (30 loc) · 962 Bytes
/
config_example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
max_ws_terminals: 10
max_shared_desktop_conn: 4
ws_ping_interval: 20 # seconds
ws_timeout: 1080 # minutes
server_bind_address: 0.0.0.0:7171
debug: false
sf_endpoints:
- "8lgm.segfault.net"
- "adm.segfault.net"
sf_ui_origin: http://127.0.0.1:7171
disable_origin_check: true
use_x_forwarded_for_header: false
disable_desktop: false
start_xpra_command: "[[ $(ss -lnt) == *2000* ]] || /sf/bin/startxweb"
start_vnc_command: "[[ $(ss -lnt) == *5900* ]] || /sf/bin/startxvnc"
start_filebrowser_command: "[[ $(ss -lnt) == *2900* ]] || /sf/bin/startfb"
client_inactivity_timeout: 1
vnc_port: 5900
filebrowser_port: 2900
segfault_ssh_username: root
segfault_ssh_password: segfault
segfault_use_ssh_key: false
segfault_ssh_key_path: /tmp/id_rsa
enable_metric_logging: false
elastic_server_host: "sf-stats.segfault.net"
elastic_index_name: "sf-stats"
elastic_username: "elastic"
elastic_password: "elastic"
open_observe_compatible: false
geo_ip_db_path: "/app/geo.mmdb"