Verifying online identity with cryptography
Find a file
2024-11-18 10:50:04 +01:00
.gitea/issue_template fix: change default label to "Needs Triage" 2024-01-26 23:10:03 +01:00
.woodpecker feat: add biomejs 2024-06-21 15:53:48 +02:00
content feat: Update privacy policy 2023-09-15 18:11:41 +02:00
src fix: update schema to allow null URI 2024-09-01 12:05:29 +02:00
static-src Added border-radius to the searchbar focus outline 2024-10-13 11:20:12 +00:00
test Test adjustments for doipjs 1.0 and v3 API 2023-07-14 18:38:06 -05:00
views Change Searchbar Keyboard Navigation 2024-10-02 12:51:19 +01:00
.envrc Adding quick dev setup using nix and direnv 2021-06-27 11:20:00 +03:00
.gitignore feat: Add logging 2023-03-24 12:58:31 +01:00
.licenseignore feat: use npm and nix flake 2024-06-14 10:03:33 +02:00
biome.json feat: add biomejs 2024-06-21 15:53:48 +02:00
CHANGELOG.md chore: release 5.0.1 2024-09-01 12:16:40 +02:00
CODE_OF_CONDUCT.md Fix contact method 2020-08-12 12:01:30 +02:00
docker-compose.yaml feat: update docker-compose.yaml 2024-06-21 15:37:47 +02:00
Dockerfile feat: use npm and nix flake 2024-06-14 10:03:33 +02:00
eslint.config.js feat: add eslint 2024-06-21 16:18:38 +02:00
flake.lock feat: use npm and nix flake 2024-06-14 10:03:33 +02:00
flake.nix fix: temporarily disable biome, add it to nix 2024-06-15 20:59:48 +02: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-lock.json chore: release 5.1.0-rc.1 2024-11-18 10:50:04 +01:00
package.json chore: release 5.1.0-rc.1 2024-11-18 10:50:04 +01:00
README.md feat: use npm and nix flake 2024-06-14 10:03:33 +02: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

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, run:

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

Keyoxide will now be available at http://localhost:3000.

More information available in the documentation.

Local development

Install node in one of the following ways:

Install the dependencies and run the server:

npm install
npm run dev

The web client will now be available at http://localhost:3000.

Using nix

Enter a development shell:

nix develop
npm run dev

Alternatively, start a local server directly:

nix develop --command bash -c "npm run dev"

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.