Sign inSign up

voidic/route96

By voidic

Updated 4 days ago

blossom/nip96 server

Image
Web servers
Databases & storage
0

6.6K

voidic/route96 repository overview

route96

File 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

Tag summary

Content type

Image

Digest

sha256:86ab0bb33

Size

139.9 MB

Last updated

4 days ago

docker pull voidic/route96