Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.41 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.41 KB

defguard

This service is meant to serve as a proxy for a subset of functionalities of defguard core which require public access. It provides a public REST API and communicates with core over gRPC.

To learn more about the system see our documentation.

Quick start

If you already have your defguard instance running you can set up a proxy by following our deployment guide.

Documentation

See the documentation for more information.

Community and Support

Find us on Matrix: #defguard:teonite.com

Contribution

Please review the Contributing guide for information on how to get started contributing to the project. You might also find our environment setup guide handy.

Development

Clone repository:

[email protected]:DefGuard/client.git

Initialize proto submodule:

git submodule update --init --recursive

To run API server:

cargo run

To run webapp dev server:

cd web/
pnpm install
pnpm run dev