mirror of
https://github.com/v0l/route96.git
synced 2025-06-16 00:08:10 +00:00
ab4ff7b035dddee48d5d325d666938beadb9b937
void-cat-rs
Image hosting service
Features
- NIP-96 Support
- Blossom Support
- Image compression to WebP (FFMPEG, NIP-96)
- Blurhash calculation (NIP-96 only)
- AI image labeling (ViT224)
Planned
- Torrent seed V2
Running
Docker Compose
The easiest way to run void-cat-rs
is to use docker compose
docker compose -f docker-compose.prod.yml up
Manual
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/void-cat-rs
Description
Languages
Rust
61.1%
TypeScript
33.9%
HTML
3.1%
Dockerfile
0.8%
CSS
0.6%
Other
0.5%