aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-04-10 00:27:24 +0200
committergabrielgio <gabriel.giovanini@pm.me>2022-04-10 00:27:24 +0200
commite98b7661622035d71e921c03c730183b03251547 (patch)
tree020133308be95d084f51b248ea188ea8f496fd54
parent43dcac95a468e71b98a7fd782769984759f345ab (diff)
downloadgabrielgio.me-e98b7661622035d71e921c03c730183b03251547.tar.gz
gabrielgio.me-e98b7661622035d71e921c03c730183b03251547.tar.bz2
gabrielgio.me-e98b7661622035d71e921c03c730183b03251547.zip
feat: Add new project
Add description for hub watcher project.
-rw-r--r--content/projects/_index.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md
index a25ab15..933581d 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -8,6 +8,17 @@ draft = false
Just a list of some projects I have done and find useful on my day-to-day life.
+- [Hub Watcher](https://gabrielgio.gitlab.io/hub-watcher/)
+ [<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/hub-watcher)
+
+ A small project to monitor changes in docker image from [docker
+ hub](https://hub.docker.com/). By default every 5 minutes it will fetch the
+ digest of image and compare with the previous returted digest, if they are
+ different it will make a post request to a given url.
+
+ I created it so I can automatically trigger my gitlab pipeline to build my
+ custom nextcloud image everytime Nextcloud GmbH updates their image.
+
- [Reddit to Nextcloud
importer](https://gabrielgio.gitlab.io/reddit-nextcloud-importer/)
[<i class="fab fa-gitlab"></i>](https://gitlab.com/gabrielgio/reddit-nextcloud-importer)