NIP-96 / Blossom file host service https://files.v0l.io
Go to file
kieran 79338256df
continuous-integration/drone/push Build is passing Details
fix: long uploads
2024-06-18 16:01:23 +01:00
migrations fix: probe files for no-compress 2024-05-29 14:53:11 +01:00
src fix: long uploads 2024-06-18 16:01:23 +01:00
ui feat: list files (nip96) 2024-05-29 14:31:44 +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
Cargo.lock feat: feature labels 2024-05-29 15:23:14 +01:00
Cargo.toml feat: feature labels 2024-05-29 15:23:14 +01:00
Dockerfile fix: docker build 2024-05-29 15:03:47 +01:00
README.md feat: no_transform 2024-05-29 12:14:00 +01:00
build.rs 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 fix: long uploads 2024-06-18 16:01:23 +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

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