Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 439 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 439 Bytes

Fren-Relay

A Relay that only your frens (people you follow) can post to using NIP42 Authentication.

Clone the repository

git clone https://github.com/bitvora/fren-relay.git
cd fren-relay

Set .env variables

cp .env.example .env

Launch database with docker

docker-compose up -d

Build and run the relay

go build
./fren-relay

It's now available at http://localhost:3334