route96
Image hosting service
Features
- NIP-96 Support
- Blossom Support
- Image compression to WebP
- Blurhash calculation
- AI image labeling (ViT224)
- Plausible analytics
Planned
- Torrent seed V2
- Payment system
Running
Docker Compose
The easiest way to run route96
is to use docker compose
docker compose -f docker-compose.prod.yml up
Docker
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
Manual
See install.md
Blossom only mode (No FFMPEG)
If you don't want to support NIP-96 or any media compression you can build like so:
cargo build --release --no-default-features --features blossom
Description
Languages
Rust
72.4%
TypeScript
21.6%
HTML
4.2%
Dockerfile
1%
JavaScript
0.7%