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.toml
and configured the database
run:
docker run --rm -it \
-p 8000:8000 \
-v ./config.toml:/app/config.toml \
-e "RUST_LOG=info" \
voidic/route96
Default = nip96
& blossom
& analytics
nip96
: Enable NIP-96 supportblossom
: Enable blossom supportlabels
: Enable AI image labeling (Depends onnip96
)analytics
: Enable pageview analytics reporting (Plausible)
cargo build --release
cargo build --release --no-default-features --features blossom
If you want to support NIP-96 you will need the following dependencies:
libavcodec-dev libavformat-dev libswscale-dev libavutil-dev libavdevice-dev libavfilter-dev