1diff --git a/content/projects/_index.md b/content/projects/_index.md
2index f8aed9bb5465d9f2dff3f339fabad2df8a27e95f..0649cd86f80470fa7e5313dbb5bc996427ea6975 100644
3--- a/content/projects/_index.md
4+++ b/content/projects/_index.md
5@@ -8,16 +8,14 @@
6
7 Just a list of some projects I have done and find useful on my day-to-day life.
8
9-- [Hub Watcher](https://hub-watcher.gabrielgio.me/)
10- [[gitlab](https://gitlab.com/gabrielgio/hub-watcher)]
11-
12- A small project to monitor changes in a docker image from [docker
13- hub](https://hub.docker.com/). By default every 5 minutes it will fetch the
14- digest of image and compare with the previous returned digest, if they are
15- different it will make a post request to a given url.
16+- [Lens](https://git.sr.ht/~gabrielgio/lens)
17+ [[apk](https://git.sr.ht/~gabrielgio/apkbuilds)]
18
19- I created it so I can automatically trigger my gitlab pipeline to build my
20- custom nextcloud image everytime Nextcloud GmbH updates their image.
21+ A read only media server with some media capabilities. It is meant to be a
22+ front-end for my Syncthing server. It is inspired by Photoview but with
23+ simpler UI and a smaller development requirement, and it outputs a single self
24+ contained binary (which is simple thanks to go) which makes the setup
25+ easier. It is still work in progress but I'm personally already using it.
26
27 - [Reddit to Nextcloud
28 importer](https://gabrielgio.gitlab.io/reddit-nextcloud-importer/)