Skip to content

verse-pbc/route96

 
 

Repository files navigation

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

About

A Blossom/NIP96 server

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 71.0%
  • TypeScript 12.6%
  • Shell 12.4%
  • HTML 2.5%
  • Dockerfile 1.0%
  • JavaScript 0.4%
  • CSS 0.1%