/etc/ltsp/agent.d/weblive.conf is in ltsp-cluster-agent-weblive 1.8-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | [general]
database=postgres://weblive:weblive@localhost/weblive
username_blacklist='root','daemon','bin','sys','sync','games','man','lp','mail','news','uucp','proxy','www-data','backup','list','irc','gnats','libuuid','syslog','messagebus','avahi-autoipd','avahi','couchdb','usbmux','pulse','speech-dispatcher','haldaemon','kernoops','saned','hplip','gdm','sabayon-admin','sshd','nx'
package_blacklist='openarena'
[servers]
[[server1]]
title = "Server 1"
description = "Description 1"
server = server1.example.com
port = 1234
password = password
timelimit = 7200
userlimit = 150
autoinstall = false
[[server2]]
title = "Server 2"
description = "Description 2"
server = server2.example.com
port = 1234
password = password
timelimit = 7200
userlimit = 150
autoinstall = true
|