2024-06-18 16:01:23 +01:00
2024-06-18 16:01:23 +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-06-18 16:01:23 +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.9 MiB
Languages
Rust 61.1%
TypeScript 33.9%
HTML 3.1%
Dockerfile 0.8%
CSS 0.6%
Other 0.5%