bootstrap-sona/README.md
swee 78d051319e
All checks were successful
Create Docker image / deploy (push) Successful in 46s
Update README.md
2025-03-28 18:22:53 -07:00

643 B

BootStrap 'Sona

A simple BootStrap 5 .well-known/fursona viewer

Usage (testing)

python3 server.py

Usage (hypercorn)

hypercorn --bind=0.0.0.0:2011 server:app

Should be similar for any other Flask ASGI/WSGI framework

Usage (Docker)

Use this docker compose file

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

Resources used

  • BootStrap 5.3.3 (CSS only)
  • FontAwesome 6.7.2 (Bare SVG)