Changes since RC5
- Docker support — run BBS with
docker compose up -d. Includes Dockerfile, docker-compose.yml, and entrypoint with auto-setup (MariaDB, SSH, cron, schema import, admin account creation) - Container pulls latest release from GitHub on startup (
BBS_VERSION=latestby default) - In-app upgrades work inside Docker containers
- SSH host keys persist across container rebuilds (no agent "host key changed" errors)
- MariaDB data stored on persistent volume
- Configurable via environment variables:
APP_URL,SSH_PORT,BBS_VERSION,ADMIN_PASS - Bind mount support for custom storage locations
- Comprehensive Docker documentation in README