mirror of
https://github.com/dariusk/rss-to-activitypub.git
synced 2024-11-22 17:29:19 +02:00
Update readme
This commit is contained in:
parent
36bb506bcb
commit
dea3bcfc60
10
README.md
10
README.md
|
@ -28,11 +28,11 @@ Update your new `config.json` file:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
`DOMAIN`: your domain! this should be a discoverable domain of some kind like "example.com" or "rss.example.com"
|
* `DOMAIN`: your domain! this should be a discoverable domain of some kind like "example.com" or "rss.example.com"
|
||||||
`PORT_HTTP`: the http port that Express runs on
|
* `PORT_HTTP`: the http port that Express runs on
|
||||||
`PORT_HTTPS`: the https port that Express runs on
|
* `PORT_HTTPS`: the https port that Express runs on
|
||||||
`PRIVKEY_PATH`: point this to your private key you got from Certbot or similar
|
* `PRIVKEY_PATH`: point this to your private key you got from Certbot or similar
|
||||||
`CERT_PATH`: point this to your cert you got from Certbot or similar
|
* `CERT_PATH`: point this to your cert you got from Certbot or similar
|
||||||
|
|
||||||
Run the server!
|
Run the server!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue