A simple bootstrap 5 .well-known/fursona viewer
https://sona.swee.codes
.forgejo/workflows | ||
src | ||
static | ||
.gitignore | ||
Cargo.toml | ||
Dockerfile | ||
Dockerfile.release | ||
LICENSE | ||
MarshFile.yml | ||
README.md | ||
Rocket.toml |
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)