45cf527050839db3c40361fd9656686608b26b2c
Hub YAML is generated by Go's yaml.v3 which uses 4-space indentation. The yaml_get helper was matching " key:" (2 spaces) so all extractions silently returned empty — BASE_DOMAIN stayed as homeserver.local and CF_TUNNEL_TOKEN was never set from hub config. Strip leading whitespace before key matching, making yaml_get indentation-agnostic. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Go
84.2%
HTML
11.1%
Shell
2.1%
CSS
1.8%
Python
0.6%
Other
0.1%