2024-05-29 15:23:14 +01:00
2024-05-29 15:23:14 +01:00
2024-05-29 14:31:44 +01:00
2024-05-02 10:43:02 +01:00
2024-05-10 12:58:20 +01:00
2024-05-10 11:54:40 +01:00
2024-05-14 17:06:35 +01:00
2024-05-29 15:23:14 +01:00
2024-05-29 15:23:14 +01:00
2024-05-14 11:27:54 +01:00
2024-05-16 21:55:55 +01:00
2024-05-14 11:27:54 +01:00
2024-04-29 22:00:47 +01:00
2024-05-29 15:03:47 +01:00
2024-05-29 12:14:00 +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
Description
No description provided
Readme 6.2 MiB
Languages
Rust 72.4%
TypeScript 21.6%
HTML 4.2%
Dockerfile 1%
JavaScript 0.7%