; ============================================================================ ; tlb.ini.sample - filled EXAMPLE (not your live secrets) ; Authors: Paul Aidukas KN2R, Logan Crook K8LRC ; ; Prefer tlb.ini.template for a blank fill-in form: ; cp tlb.ini.template tlb.ini ; nano tlb.ini ; ; Or copy this sample and edit the example values: ; cp tlb.ini.sample tlb.ini ; ; install-tlbweb.sh / update-tlbweb.sh load tlb.ini automatically (env vars win). ; Personal tlb.ini is never packed into tlb-2+-web.tgz. ; ============================================================================ [site] ; Site type: irlp | echolink | link | repeater ; irlp = IRLP experimental reflector (exp####) ; echolink = EchoLink conference (*NAME*) ; link = Callsign-L ; repeater = Callsign-R site_type = irlp ; Display name on the monitor / admin pages ; Examples: exp0092 | *OHIO* | K8LRC-L | K8LRC-R reflector_name = exp0092 ; Public IP shown on the pages server_ip = 203.0.113.10 ; Hostname or IP used in admin links (often same as server_ip) domain_or_ip = 203.0.113.10 ; Supermon / AllStar hub site URL (http ASL1 or https ASL3) ; Examples: ; http://41001.nodes.allstarlink.org ; https://42121.nodes.allstarlink.org ; Leave blank to omit the AllStar/Supermon link on the public monitor supermon_url = http://41001.nodes.allstarlink.org ; Optional hub node number (used if supermon_url is blank) allstar_node = 41001 ; tlbcmd port: blank = default, or number only (e.g. 6198), or -p6198 tlbcmd_port = ; Log paths (blank = defaults) tlb_log_path = /home/tlb.log tlb_messages_path = /home/tlb/log/messages ; Apache document root web_root = /var/www/html ; Public monitor filename (permanent: exp.php) public_monitor = exp.php ; Networks (optional — installer asks if left blank) ; For EchoLink conferences (*HOTMOVE2*, *OHIO*, …) use uses_irlp = 0 ; uses_irlp = 0 ; uses_echolink = 1 [auth] ; dedicated = create/use tlb-admin/.htpasswd ; supermon = reuse an existing Supermon .htpasswd auth_mode = dedicated ; Only used when auth_mode = supermon ; supermon_htpasswd = /var/www/html/supermon/.htpasswd [package] ; Optional override for package download host (install/update wrappers) ; package_url = http://45.32.193.131