~gabrielgio/gabrielgio.me

aca23a0b0169571e405f29e96de358409a653f7f — Gabriel Arakaki Giovanini 1 year, 1 month ago 06161b0
ref: Remove archived project and add lens
1 files changed, 7 insertions(+), 9 deletions(-)

M content/projects/_index.md
M content/projects/_index.md => content/projects/_index.md +7 -9
@@ 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/)