v0l / dufflepud

A server-side helper for coracle.social

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/staab/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, database url, and s3 bucket information. 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.

About

A server-side helper for coracle.social

License:MIT License


Languages

Language:Python 96.6%Language:Dockerfile 2.0%Language:Shell 1.4%