gabrielgio.me @ aca23a0b0169571e405f29e96de358409a653f7f

ref: Remove archived project and add lens
diff --git a/content/projects/_index.md b/content/projects/_index.md
index f8aed9bb5465d9f2dff3f339fabad2df8a27e95f..0649cd86f80470fa7e5313dbb5bc996427ea6975 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -8,16 +8,14 @@
 
 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/)