aboutsummaryrefslogtreecommitdiff
path: root/content/projects/_index.md
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-06-21 21:39:04 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-06-21 21:43:28 +0200
commit93ad4d03b9d87d6177514de27bb94d9230da82e6 (patch)
tree89da96ae3a43b34ec0db13f57a657c099e24a15d /content/projects/_index.md
parentacf5f44cba664debef95e1275dd26c5679e6e357 (diff)
downloadgabrielgio.me-93ad4d03b9d87d6177514de27bb94d9230da82e6.tar.gz
gabrielgio.me-93ad4d03b9d87d6177514de27bb94d9230da82e6.tar.bz2
gabrielgio.me-93ad4d03b9d87d6177514de27bb94d9230da82e6.zip
ref: Move from orgmode to markdown
I'll never ever again move away from markdown. fix: Move to http ... until I add a certificate
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