Image hosting service
- NIP-96 Support
- Blossom Support
- Image compression to WebP
- Blurhash calculation
- AI image labeling (ViT224)
- Plausible analytics
- Torrent seed V2
- Payment system
The easiest way to run route96
is to use docker compose
docker compose -f docker-compose.prod.yml up
Assuming you already created your config.yaml
and configured the database
run:
docker run --rm -it \
-p 8000:8000 \
-v ./config.yaml:/app/config.yaml \
-e "RUST_LOG=info" \
voidic/route96
See install.md