pleroma2nip05/README.md

28 lines
415 B
Markdown

# pleroma2nip05
## Install
Create a python venv
`python3 -m venv venv`
Activate the venv
`python3 -m venv venv`
Install requirements
`pip3 install -r requirements`
## Create the config file
Create /etc/pleroma2nip05/config.yml from the config.yml in this repo
## Configure nginx
Add this to your Pleroma vhost
`
location /.well-known/nostr.json {
proxy_pass http://localhost:5000/json;
}
`