Skip to content

DefGuard/proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e191a2 · Jan 17, 2025
Jan 17, 2025
Aug 14, 2023
Jan 17, 2025
Dec 4, 2024
Dec 4, 2024
Aug 23, 2023
Aug 16, 2024
Aug 7, 2023
Aug 8, 2023
Aug 7, 2023
Jan 17, 2025
Jan 17, 2025
Jan 31, 2024
Nov 5, 2024
Dec 4, 2024
Aug 14, 2023
Nov 19, 2024
Jun 25, 2024
Nov 21, 2024
Nov 5, 2024
Nov 5, 2024
Jan 31, 2024

Repository files navigation

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:

git@github.com: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