From 20a1e1cd75356eeb86360f1a97b2bec3e7a741d7 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sun, 10 Jan 2021 12:51:18 +0100 Subject: [PATCH] Remove obsolete twitter requirement --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 2552158..99e790b 100644 --- a/README.md +++ b/README.md @@ -20,23 +20,6 @@ The Docker container allows you to easily self-host the [Keyoxide](https://keyox Keyoxide will now be available by visiting http://localhost:3000. -To add support for Twitter account verification, make a [developer account](https://developer.twitter.com/en), [obtain a Bearer token](https://developer.twitter.com/en/docs/basics/authentication/oauth-2-0) and run: - -`docker run -d -p 3000:3000 -e "TWITTER_API_AUTH=XXXXXXXXXXXXXXXXXX" keyoxide/keyoxide:stable` - -### Docker-compose - -To run Keyoxide using docker-compose, add the following snippet to your `docker-compose.yml`: - -```yml -keyoxide: - image: keyoxide/keyoxide:stable - ports: - - 3000:3000 - environment: - - TWITTER_API_AUTH=XXXXXXXXXXXXXXXXXX -``` - ## Contributing Anyone can contribute if they'd like! No need to be a programmer or technically-oriented for that matter.