; ============================================================================ ; tlb.ini.template - LinkBox web site settings (fill in YOUR information) ; Authors: Paul Aidukas KN2R, Logan Crook K8LRC ; Last-Updated: 2026-08-08 ; ; HOW TO USE ; A) Recommended — let the installer ASK you: ; sudo ./install-tlbweb.sh ; It prompts for IP, site type, name, Supermon URL, etc., then can ; write your answers to /var/www/html/tlb.ini ; ; B) Or fill this file first: ; cp tlb.ini.template tlb.ini ; nano tlb.ini # replace every YOUR_* value ; sudo ./install-tlbweb.sh ; ; install-tlbweb.sh / update-tlbweb.sh load tlb.ini automatically. ; Environment variables still win over tlb.ini if set. ; Leave a line blank (or delete it) to let the installer ask / use defaults. ; ; Do NOT pack a filled-in tlb.ini into the public tgz — personal site data only. ; See also tlb.ini.sample for a filled example. ; ============================================================================ [site] ; Site type — pick ONE: ; irlp = IRLP experimental reflector (exp####) ; echolink = EchoLink conference (*NAME*) ; link = Callsign-L ; repeater = Callsign-R site_type = YOUR_SITE_TYPE ; Name shown on the monitor / admin title ; Examples: exp0092 | *OHIO* | *HOTMOVE2* | K8LRC-L | W1AW-R reflector_name = YOUR_REFLECTOR_NAME ; Public IP printed on the pages server_ip = YOUR_SERVER_IP ; Hostname or IP used in admin links (often same as server_ip) domain_or_ip = YOUR_SERVER_IP ; Full Supermon / AllStar hub 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 = YOUR_SUPERMON_URL ; Optional hub node number (used if supermon_url is blank) allstar_node = YOUR_ALLSTAR_NODE ; tlbcmd port: blank = default, or number only (e.g. 6198), or -p6198 tlbcmd_port = ; Log paths (blank = package 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 (Paul KN2R: exp.php) public_monitor = exp.php ; Networks (optional — installer asks if left blank) ; EchoLink-only conference: uses_irlp = 0 and uses_echolink = 1 ; IRLP + EchoLink: uses_irlp = 1 and uses_echolink = 1 ; uses_irlp = ; uses_echolink = [auth] ; dedicated = create/use tlb-admin/.htpasswd ; supermon = reuse an existing Supermon .htpasswd auth_mode = dedicated ; Only when auth_mode = supermon: ; supermon_htpasswd = /var/www/html/supermon/.htpasswd [package] ; Optional override for package download host ; package_url = http://45.32.193.131