Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 623 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 623 Bytes

Dufflepud

A media server for the Coracle nostr client.

Installation Guide

First, get the repository and install dependencies. You'll need to have poetry installed.

git clone https://github.com/coracle-social/dufflepud.git
cd dufflepud
poetry install

Next, fill out the environment file by running cp env.template env.local and adding values for the linkpreview api and database url. If you're running this on a PaaS, you'll want to use their environment settings since env.local is not committed to version control.

Finally, enter poetry run ./start to start the server.