From e89af4f9393b3325105d5702b2f116d8937d51e4 Mon Sep 17 00:00:00 2001 From: Adora Laura Kalb Date: Sat, 3 Aug 2024 19:20:24 +0200 Subject: [PATCH] add forgejo-release-proxy to portfolio --- content/portfolio.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/portfolio.md b/content/portfolio.md index e953f1d..dfa81b1 100644 --- a/content/portfolio.md +++ b/content/portfolio.md @@ -30,6 +30,13 @@ Latest Version: {{< latest-forgejo-version "adoralaura/ntppool-exporter" >}} A Prometheus exporter application that pulls data from the ntppool.org API for a given NTP server and serves it in a Prometheus compatible format. +## forgejo-release-proxy +Language: `Go` +Source: [code.lila.network/adoralaura/forgejo-release-proxy](https://code.lila.network/adoralaura/forgejo-release-proxy) +Latest Version: {{< latest-forgejo-version "adoralaura/forgejo-release-proxy" >}} + +A tiny proxy that this portfolio page here queries to display the latest releases for my projects. It communicates with the API of my forgejo Git Instance. + ## IPAM Language: `Go` Source: [https://codeberg.org/lauralani/ipam](https://codeberg.org/lauralani/ipam)