New API Endpoints
GET /api/v1/maintenance/POST /api/v1/maintenance— read or toggle the server's maintenance-mode flag from the API. Useful for automation that needs to pause the queue during planned work (CI upgrades, manual restores, etc.).GET /api/v1/s3-credentials— read the global S3 off-site sync configuration (endpoint, region, bucket, access key, secret key, path prefix, plus aconfiguredboolean). Same access level as the Settings UI.
Both endpoints take an admin API token (Authorization: Bearer bbs_tok_...).
Documented in the API wiki page.
Upgrade
sudo /var/www/bbs/bin/bbs-update /var/www/bbs
Agents auto-update to 2.55.2 on their next poll.