0
0
Fork 0

Incoming Salmon requests can be turned into follows and unfollows

This commit is contained in:
Eugen Rochko 2016-02-23 22:17:07 +01:00
parent fa33750105
commit ee73d35eea
3 changed files with 49 additions and 13 deletions

View file

@ -11,3 +11,9 @@ The core ideals of this project are:
- Ease of deployment. The end-goal of this project is to be distributable as a Docker image.
**Current status of the project is early development. Documentation, licensing information &co will be added later**
## Configuration
- `LOCAL_DOMAIN` should be the domain/hostname of your instance. This is **absolutely required** as it is used for generating unique IDs for everything federation-related
- `LOCAL_HTTPS` set it to `true` if HTTPS works on your website. This is used to generate canonical URLs, which is also important when generating and parsing federation-related IDs
- `HUB_URL` should be the URL of the PubsubHubbub service that your instance is going to use. By default it is the open service of Superfeedr