A simple bootstrap 5 .well-known/fursona viewer https://sona.swee.codes
Find a file
Motorola Kitty f225667f5e
All checks were successful
Build stable release / check (push) Successful in 50s
Build stable release / docker (push) Successful in 1m32s
Use rustls
2025-07-07 11:27:46 +00:00
.forgejo/workflows Use rustls 2025-07-07 11:27:46 +00:00
src Change version, use relative path for static files 2025-05-24 18:01:05 -07:00
static More fields in each card 2025-05-22 18:55:47 -07:00
.gitignore init new cargo project 2025-05-21 16:40:21 -07:00
Cargo.toml Use rustls 2025-07-07 11:27:46 +00:00
Dockerfile Use rustls 2025-07-07 11:27:46 +00:00
Dockerfile.release Use rustls 2025-07-07 11:27:46 +00:00
LICENSE Initial commit 2025-03-16 09:44:38 -07:00
MarshFile.yml Update MarshFile.yml 2025-06-21 20:26:38 -07:00
README.md change path 2025-05-24 19:03:06 -07:00
Rocket.toml Change version, use relative path for static files 2025-05-24 18:01:05 -07:00

BootStrap 'Sona

A simple BootStrap 5 .well-known/fursona viewer

It's a web app using a server framework written in Rust.

Usage (Docker)

Use this docker compose file

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

Compiling (Development)

git clone https://git.swee.codes/swee/bootstrap-sona.git
cd bootstrap-sona
cargo build

Your new build will be available inside target/debug/bootstrap-sona

Alternatively, you can run the build using cargo run

Compiling (Stable)

git clone https://git.swee.codes/swee/bootstrap-sona.git
cd bootstrap-sona
git switch stable
cargo build --release

Your new build will be available inside target/release/bootstrap-sona

Resources used

  • BootStrap 5.3.3
  • FontAwesome 6.7.2 (Bare SVG)