NIP-96 / Blossom file host service https://files.v0l.io
Go to file
2024-08-30 19:50:09 +01:00
migrations fix: probe files for no-compress 2024-05-29 14:53:11 +01:00
src Clippy fixes 2024-08-30 19:50:09 +01:00
ui
.dockerignore
.drone.yml
.gitignore
build.rs
Cargo.lock Feature flag nip96/blossom 2024-08-30 19:49:29 +01:00
Cargo.toml Feature flag nip96/blossom 2024-08-30 19:49:29 +01:00
config.prod.toml
config.toml fix: long uploads 2024-06-18 16:01:23 +01:00
docker-compose.prod.yml
docker-compose.yml
Dockerfile fix: docker build 2024-05-29 15:03:47 +01:00
README.md

void-cat-rs

Image hosting service

Features

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