Files
ttl.sh/hooks/README.md
Marc Campbell 787cd4dd87 More rename
2019-05-21 13:01:45 +00:00

9 lines
388 B
Markdown

# ttl.sh hooks
This is the hooks server that also has the reaper for ttl.sh.
The webhooks from the registry are terminated in [src/controllers/HookAPI.ts](https://github.com/replicatedhq/ttl.sh/blob/master/hooks/src/controllers/HookAPI.ts). The reaper runs on a cron and executes [src/commands/reap.ts](https://github.com/replicatedhq/ttl.sh/blob/master/hooks/src/commands/reap.ts).