aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/projects/_index.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md
index f8aed9b..0649cd8 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -8,16 +8,14 @@ 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/)
- [[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.
+- [Lens](https://git.sr.ht/~gabrielgio/lens)
+ [[apk](https://git.sr.ht/~gabrielgio/apkbuilds)]
- I created it so I can automatically trigger my gitlab pipeline to build my
- custom nextcloud image everytime Nextcloud GmbH updates their image.
+ A read only media server with some media capabilities. It is meant to be a
+ front-end for my Syncthing server. It is inspired by Photoview but with
+ simpler UI and a smaller development requirement, and it outputs a single self
+ contained binary (which is simple thanks to go) which makes the setup
+ easier. It is still work in progress but I'm personally already using it.
- [Reddit to Nextcloud
importer](https://gabrielgio.gitlab.io/reddit-nextcloud-importer/)