Fixes & Improvements
- Install commands now respect the client's Server Host Override (#367). The curl/PowerShell commands on the Install tab used the global server URL, which a client behind an override (e.g. an internal Docker hostname) may not be able to reach. The override host is used when set, and may include an explicit port (e.g.
bbs:80) for internal networks where the external port mapping doesn't apply. - Agent installer refuses unsupported locations with clear messages (#370). Installing on the BBS server itself (bare metal or its Docker container) or in a container without an init system used to half-succeed: the client registered, showed Online briefly, then dropped Offline forever because nothing kept the agent running. The installer now detects both cases up front and explains where the agent should go instead.
- README and the getting-started documentation corrected: Ubuntu 26.04 listed as supported, agent install instructions fixed (bash one-liner with
--key), and the broken installation-guide link in the provisioning error message now points to the wiki.