2025-02-05 16:28:37 +00:00
2024-12-11 11:10:47 +00:00
wip
2025-02-05 16:28:37 +00:00
wip
2025-02-05 16:28:37 +00:00
2025-01-27 21:22:06 +00:00
2024-12-11 11:49:27 +00:00
2024-12-11 09:48:52 +00:00
2024-05-10 11:54:40 +01:00
2024-10-15 10:47:36 +01:00
wip
2025-02-04 13:06:26 +00:00
wip
2025-02-04 15:59:47 +00:00
wip
2025-02-04 13:06:26 +00:00
wip
2025-02-04 15:59:47 +00:00
2024-12-11 09:46:00 +00:00
2024-10-04 18:00:37 +01:00
2024-12-11 11:49:27 +00:00
2024-11-13 19:30:47 +00:00
2024-12-16 10:39:28 +00:00
wip
2025-02-04 13:06:26 +00:00

route96

Image hosting service

Features

Planned

  • Torrent seed V2
  • Payment system

Running

Docker Compose

The easiest way to run route96 is to use docker compose

docker compose -f docker-compose.prod.yml up

Docker

Assuming you already created your config.yaml and configured the database run:

docker run --rm -it \
  -p 8000:8000 \
  -v ./config.yaml:/app/config.yaml \
  -e "RUST_LOG=info" \
  voidic/route96

Manual

See install.md

Blossom only mode (No FFMPEG)

If you don't want to support NIP-96 or any media compression you can build like so:

cargo build --release --no-default-features --features blossom
Description
No description provided
Readme 6.2 MiB
Languages
Rust 72.4%
TypeScript 21.6%
HTML 4.2%
Dockerfile 1%
JavaScript 0.7%