mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-05-16 05:16:34 +00:00
Updated readmes
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
# replreg hooks api serer
|
||||
# replreg hooks
|
||||
|
||||
This is the hooks server that also has the reaper for replreg.is.
|
||||
|
||||
The webhooks from the registry are terminated in [src/controllers/HookAPI.ts](https://github.com/replicatedhq/replreg/blob/master/hooks/src/controllers/HookAPI.ts). The reaper runs on a cron and executes [src/commands/reap.ts](https://github.com/replicatedhq/replreg/blob/master/hooks/src/commands/reap.ts).
|
||||
|
||||
|
||||
|
||||
|
||||
4
registry/README.md
Normal file
4
registry/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# replreg registry
|
||||
|
||||
This is the registry server that runs in replreg.is. It's a configured Docker registry, using the registry:2 image. There the confguration installs a hook into the registry, that will fire notifications when an image is pushed. The work to expire and delete images happens in the hook directory.
|
||||
|
||||
Reference in New Issue
Block a user