NIP-96 / Blossom file host service https://files.v0l.io
Go to file
kieran cf2950bf99
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed
Automatic image labeling
2024-05-14 17:06:35 +01:00
migrations Automatic image labeling 2024-05-14 17:06:35 +01:00
src Automatic image labeling 2024-05-14 17:06:35 +01:00
ui Compress images 2024-05-10 11:54:40 +01:00
.dockerignore Include default config 2024-05-02 10:43:02 +01:00
.drone.yml Fix build 2024-05-10 12:58:20 +01:00
.gitignore Compress images 2024-05-10 11:54:40 +01:00
build.rs Automatic image labeling 2024-05-14 17:06:35 +01:00
Cargo.lock Automatic image labeling 2024-05-14 17:06:35 +01:00
Cargo.toml Automatic image labeling 2024-05-14 17:06:35 +01:00
config.prod.toml Add running examples 2024-05-14 11:27:54 +01:00
config.toml Automatic image labeling 2024-05-14 17:06:35 +01:00
docker-compose.prod.yml Add running examples 2024-05-14 11:27:54 +01:00
docker-compose.yml Init 2024-04-29 22:00:47 +01:00
Dockerfile Add running examples 2024-05-14 11:27:54 +01:00
README.md Add running examples 2024-05-14 11:27:54 +01:00

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