mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Add CoC to README
This commit is contained in:
parent
5579c686a7
commit
0306420b75
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -8,6 +8,8 @@
|
|||
|
||||
[Keyoxide](https://keyoxide.org) is a modern, secure and decentralized platform to prove your online identity.
|
||||
|
||||
|
||||
|
||||
## Self-hosting
|
||||
|
||||
Self-hosting Keyoxide is an important aspect of the project. Users need to trust the Keyoxide instance they're using to reliably verify identities. Making Keyoxide itself decentralized means no one needs to trust a central server. If a friend or family member is hosting a Keyoxide instance, it becomes much easier to trust the instance!
|
||||
|
@ -36,3 +38,13 @@ keyoxide:
|
|||
environment:
|
||||
- TWITTER_API_AUTH=XXXXXXXXXXXXXXXXXX
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributing to Keyoxide can happen in many forms:
|
||||
|
||||
- Finding and reporting bugs
|
||||
- Suggesting new features
|
||||
- Improving documentation
|
||||
- Writing code to fix bugs and features
|
||||
- Promoting decentralized identity and web3.0
|
||||
|
|
Loading…
Reference in a new issue