aboutsummaryrefslogtreecommitdiff
path: root/content/projects/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/projects/_index.md')
-rw-r--r--content/projects/_index.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md
index 3195403..7dfbe4c 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -8,24 +8,24 @@ draft = false
Just a list of some projects I have done and find useful on my day-to-day life.
-- [Hub Watcher](https://hub-watcher.gabrielgio.me/)
+- [Hub Watcher](https://hub-watcher.gabrielgio.me/)
[[gitlab](https://gitlab.com/gabrielgio/hub-watcher)]
-
+
A small project to monitor changes in a 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 returned 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/)
[[github](https://gitlab.com/gabrielgio/reddit-nextcloud-importer)]
A small project that monitors user\'s saved posts on reddit, downloads its
- media and uploads to a nextcloud instance.
-
+ media and uploads to a nextcloud instance.
+
It combines 3 projects: [praw](https://github.com/praw-dev/praw) to read and
motitor user's saved feed, [gallery-dl](https://github.com/mikf/gallery-dl)
to download media from several sources, and
@@ -44,7 +44,7 @@ Just a list of some projects I have done and find useful on my day-to-day life.
- [Password generator](https://genpass.gabrielgio.me/)
[[gitlab](https://gitlab.com/gabrielgio/genpass)]
-
+
It started with me having fun with clojure script ([last
commit](https://gitlab.com/gabrielgio/genpass/-/tree/2db3d88503fbe219e99c464c4cc8e768613e1359)).
Now I have been using it as a playground to play a bit with rust/wasm and it