Public setup

Install bunker clients from this server.

The server hosts the client binaries, install scripts, synced utility scripts, and GitLab webhook endpoint. No client machine needs direct Git access.

One line install

Use the command for the target shell, then configure the admin token locally.

curl -fsSL https://bunker.nandgates.com/install.sh | sh
bunker config token <token>
bunker update
irm https://bunker.nandgates.com/install.ps1 | iex
bunker config token <token>
bunker update

Webhook

Point GitLab push events at this URL and set the secret token to the server admin token.

https://bunker.nandgates.com/hooks/gitlab