mirror of
https://github.com/v0l/route96.git
synced 2025-06-21 20:11:26 +00:00
f569b94d198ec9584db6937ba4f663c4eecb9b6e
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
Description
Languages
Rust
57.3%
TypeScript
38.6%
HTML
2.5%
Dockerfile
0.7%
CSS
0.5%
Other
0.4%