A simple bootstrap 5 .well-known/fursona viewer
https://sona.swee.codes
- Rust 54.6%
- Handlebars 41%
- JavaScript 2.3%
- Dockerfile 2.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| src | ||
| static | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
| 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)
services:
bootstrapsona:
image: swee.codes/bootstrapsona:latest
restart: unless-stopped
ports:
- 2011:2011/tcp
Compiling
git clone https://git.swee.codes/swee/bootstrap-sona.git
## Optionally use a stable version
# git clone --branch 1.0.0 https://git.swee.codes/swee/bootstrap-sona
cd bootstrap-sona
cargo build --release
Your new build will be available at target/release/bootstrap-sona
Installing via cargo
$ cargo install bootstrap-sona
Resources used
- BootStrap 5.3.3
- FontAwesome 6.7.2