Verifying online identity with cryptography
Find a file
2024-06-02 10:26:32 -06:00
.gitea/issue_template fix: change default label to "Needs Triage" 2024-01-26 23:10:03 +01:00
.yarn/patches Update to yarn modern, patch doip for SASL auth 2023-08-03 21:09:21 -06:00
content feat: Update privacy policy 2023-09-15 18:11:41 +02:00
src Merge upstream 2024-06-02 10:26:32 -06:00
static-src fix: fix CSS vars 2023-10-05 13:15:23 +02:00
test Test adjustments for doipjs 1.0 and v3 API 2023-07-14 18:38:06 -05:00
views feat: add source URL to footer 2024-01-27 22:35:51 +01:00
.envrc Adding quick dev setup using nix and direnv 2021-06-27 11:20:00 +03:00
.gitignore Update to yarn modern, patch doip for SASL auth 2023-08-03 21:09:21 -06:00
.licenseignore feat: Add logging 2023-03-24 12:58:31 +01:00
.woodpecker.yml fix: add necessary env args to CI build 2024-01-27 21:48:51 +01:00
.yarnrc.yml Update to yarn modern, patch doip for SASL auth 2023-08-03 21:09:21 -06:00
biome.json feat: replace rome with biome 2023-10-04 13:53:58 +02:00
CHANGELOG.md chore: release 4.2.7 2024-02-01 18:02:04 +01:00
CODE_OF_CONDUCT.md Fix contact method 2020-08-12 12:01:30 +02:00
docker-compose.yaml fix: remove obsolete config 2024-01-24 19:29:58 +01:00
Dockerfile Merge upstream 2024-06-02 10:26:32 -06:00
keyoxide-web.service refactor: use domain.example for documentation 2024-02-13 19:44:29 +01:00
LICENSE Update LICENSE 2020-07-30 11:30:14 +02:00
license-checker-config.json Add regex to license check 2022-02-25 11:44:31 +01:00
LICENSE.HEADER Add regex to license check 2022-02-25 11:44:31 +01:00
nodemon.json feat: add request data to logs 2023-09-22 09:26:07 +02:00
package.json Merge upstream 2024-06-02 10:26:32 -06:00
README.md chore: update README [SKIP CI] 2024-01-28 10:15:26 +01:00
shell.nix Adding quick dev setup using nix and direnv 2021-06-27 11:20:00 +03:00
template.env feat: make Dicebear API domain configurable 2023-10-04 14:49:53 +02:00
webpack.config.js feat: support scss 2023-09-15 15:23:30 +02:00
yarn.lock Merge upstream 2024-06-02 10:26:32 -06:00

keyoxide-web

status-badge License Docker Image Version (latest semver) Docker Pulls Mastodon Follow Open Collective backers and sponsors

keyoxide-web is the web client that powers keyoxide.org and which you can freely host on your own infrastructure.

Hosting keyoxide-web

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!

Docker

The Docker container allows you to easily self-host the Keyoxide project. To get started, simply run:

docker run -d -p 3000:3000 codeberg.org/keyoxide/keyoxide-web:latest

Keyoxide will now be available by visiting http://localhost:3000.

More information available in the documentation.

Local development

Install node in one of the following ways:

Install dependencies with npm install or yarn.

Run the server with npm dev or yarn dev. The Keyoxide web client will now be available at https://localhost:3000.

Contributing

Anyone can contribute!

Developers are invited to:

If you are new to contributing to open source software, we'd love to help you! To get started, here's a list of "good first issues" that you could look into.

Everyone is invited to:

Please note that this project has a Code of Conduct that all contributors agree to abide when participating.

About the Keyoxide project

The Keyoxide project strives for a healthier internet for all and has made its efforts fully open source. Our community is open and welcoming, feel free to say hi!

Funding for the project comes from the NLnet foundation, NGI0 and the people supporting our OpenCollective. The project is grateful for all your support.