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
66.8%
HTML
22.8%
Shell
5.7%
CSS
4.3%
Dockerfile
0.2%
Other
0.2%