diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 5d7c638..c91ac78 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -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` -#### 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 = '' -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 Nothing to do, because telegram has a nice API.