added projects section

This commit is contained in:
Felipe M 2025-04-03 18:53:50 +02:00
parent f8d14239f6
commit 574911e290
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
10 changed files with 73 additions and 1 deletions

View file

@ -0,0 +1,4 @@
+++
title = "Projects"
layout = "projects"
+++

View file

@ -0,0 +1,10 @@
+++
title = "Games Screenshot Manager"
description = "A tool for managing screenshots of games"
layout = "projects"
repository = "https://github.com/fmartingr/games-screenshot-manager"
+++
A tool for managing screenshots of games, it allows you to extract and organize the screenshots by platform and create a nice web gallery to display as a static site.
It's the tool I used to build [my screenshots gallery](http://screenshots.fmartingr.com).

View file

@ -0,0 +1,6 @@
+++
title = "Shiori"
repository = "https://github.com/go-shiori/shiori"
+++
A simple bookmark manager, read-later and web-archive tool. A way to store your bookmarks with both a CLI and web interface, with the option to archive the site contents and generate epub files.

View file

@ -0,0 +1,8 @@
+++
title = "smtp2shoutrrr"
repository = "https://git.nakama.town/fmartingr/smtp2shoutrrr"
+++
A SMTP server to foward incoming emails to setup shoutrrr backends. Used to send notifications from legacy systems to modern services.
I use it for example to send the email notifications from my Proxmox nodes into my Mattermost server, or urgent things to my ntfy topics.