• 1.0.0 16d79014d8

    1.0.0 Stable

    swee released this 2025-05-24 18:58:01 -07:00 | 10 commits to main since this release

    The very first Rust version of BootStrapSona.

    Using in Docker Compose

    services:
      bootstrapsona:
        image: git.swee.codes/swee/bootstrapsona:1.0.0
        restart: unless-stopped
        ports:
          - 2011:2011/tcp
    

    Binaries

    bootstrap-sona_linux_x86_64 - A single executable file for most Linux distributions
    bootstrap-sona_linux-musl_x86_64 - A single executable file for Linux distributions with musl libc (e.g. Alpine Linux)

    Warning

    Rocket on default will bind to port 8000 if you want to use the 2011 port or any other, copy the Rocket.toml from the source code

    Binaries built in actions run #70, Docker image built in actions run #71

    Downloads