amazeeio / backup-handler

Simple handler for backup webhooks into lagoon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrestic snapshot webhook handler

Build, then deploy. Requires the following vars to start

BROKER_ADDRESS=localhost
BROKER_PORT=5672
BROKER_USER=guest
BROKER_PASS=guest
JWT_SECRET="super-secret-string"
JWT_AUDIENCE="api.dev"
GRAPHQL_ENDPOINT="http://localhost:3000/graphql"

Build

./build-push ${TAG:-latest} ${REPO:-amazeeiolagoon}

About

Simple handler for backup webhooks into lagoon


Languages

Language:Go 90.9%Language:Dockerfile 7.2%Language:Shell 1.9%