Vouch
Self-hosting

Self-hosting

Run the Links server and Security verifier yourself: one Go binary and Postgres.

The open-source components are the Links server and resolver, the Security verifier, and the core dashboard. They are AGPL-3.0 and run as a single Go binary backed by Postgres.

Feature parity between self-hosted and hosted Links and Security is a release requirement. Hosted-only features are listed explicitly as they appear.

A Docker Compose file for local Postgres is in the repository. A Helm chart is not written yet.

Run it locally

The server carries its own migrations and applies them on start:

cd services/vouchd
make run
# then
curl -s localhost:8787/healthz

See services/vouchd/README.md for the endpoint list.

On this page