1
0
Fork
You've already forked web
0
A modern, secure and privacy-friendly platform to establish your decentralized online identity
  • JavaScript 70.2%
  • SCSS 15.7%
  • Pug 13.4%
  • Nix 0.4%
  • Dockerfile 0.3%
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.