forked from Mirrors/keyoxide-web
Remove obsolete twitter requirement
This commit is contained in:
parent
03234520d4
commit
20a1e1cd75
1 changed files with 0 additions and 17 deletions
17
README.md
17
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.
|
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
|
## Contributing
|
||||||
|
|
||||||
Anyone can contribute if they'd like! No need to be a programmer or technically-oriented for that matter.
|
Anyone can contribute if they'd like! No need to be a programmer or technically-oriented for that matter.
|
||||||
|
|
Loading…
Reference in a new issue