|
5 days ago | |
---|---|---|
content | 5 days ago | |
routes | 1 week ago | |
server | 1 week ago | |
static | 5 days ago | |
views | 5 days ago | |
.drone.yml | 2 months ago | |
.gitignore | 1 week ago | |
.licenseignore | 1 week ago | |
CHANGELOG.md | 5 days ago | |
CODE_OF_CONDUCT.md | 5 months ago | |
Dockerfile | 1 month ago | |
LICENSE | 5 months ago | |
LICENSE.HEADER | 1 week ago | |
README.md | 1 week ago | |
favicon.svg | 6 months ago | |
index.js | 1 week ago | |
license-checker-config.json | 5 months ago | |
package.json | 5 days ago | |
robots.txt | 1 week ago | |
template.env | 5 months ago | |
yarn.lock | 6 days ago |
Keyoxide is a modern, secure and decentralized platform to prove your online identity.
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!
The Docker container allows you to easily self-host the Keyoxide project. To get started, simply run:
docker run -d -p 3000:3000 keyoxide/keyoxide:stable
Keyoxide will now be available by visiting http://localhost:3000.
Anyone can contribute if they'd like! No need to be a programmer or technically-oriented for that matter.
Contributing to Keyoxide can happen in many forms:
Please note that this project has a Code of Conduct that all contributors agree to abide when participating.
To run Keyoxide locally on your machine for development:
npm run dev
Keyoxide will now be available at https://localhost:3000