[doc] Removed Twitter from deployment instructions
This commit is contained in:
parent
b4b7504a64
commit
786ee0b59c
|
@ -87,21 +87,6 @@ query_mailaddr SELECT 1 FROM email WHERE ? IN (name || '@kibicara.example.com');
|
||||||
```
|
```
|
||||||
- Don't forget to restart OpenSMTPd when you change your database: `rcctl stop && rcctl start`
|
- Don't forget to restart OpenSMTPd when you change your database: `rcctl stop && rcctl start`
|
||||||
|
|
||||||
#### Configure Twitter
|
|
||||||
|
|
||||||
Twitter needs you to create a Twitter App, which hood admins can permit to read and write messages.
|
|
||||||
|
|
||||||
- Create Twitter account and app: https://developer.twitter.com
|
|
||||||
- Get your customer key and customer secret and append this to `/etc/kibicara.conf`:
|
|
||||||
```
|
|
||||||
[twitter]
|
|
||||||
consumer_key = '<your_consumer_key>'
|
|
||||||
consumer_secret = '<your_consumer_secret>'
|
|
||||||
```
|
|
||||||
- You need to configure a Callback Url in your Twitter App:
|
|
||||||
- Go to: `https://developer.twitter.com/en/apps`
|
|
||||||
- Add `https://kibicara.example.com/dashboard/twitter-callback` as Callback Url of your Twitter App. This is needed to successfully create a twitter oauth handshake.
|
|
||||||
|
|
||||||
#### Configure Telegram
|
#### Configure Telegram
|
||||||
Nothing to do, because telegram has a nice API.
|
Nothing to do, because telegram has a nice API.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue