update portfolio
All checks were successful
ci/woodpecker/push/deploy-rsync Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2024-07-30 09:25:41 +02:00
parent 268f6b2486
commit af50989693
Signed by: adoralaura
SSH key fingerprint: SHA256:3XrkbR8ikAZJVtYfaUliX1MhmJYVAe/ocIb/MiDHBJ8

View file

@ -5,20 +5,33 @@ description: "Adoras Software Development portfolio"
Here you can find a list of projects I worked on or am currently working on: Here you can find a list of projects I worked on or am currently working on:
## certwarden-deploy
Language: `Go`
Source: [code.lila.network/adoralaura/certwarden-deploy](https://code.lila.network/adoralaura/certwarden-deploy)
Documentation: [certwarden-deploy.adora.codes](https://certwarden-deploy.adora.codes)
Deployment tool for (Let's Encrypt) certificates managed by a CertWarden Instance (similar to certbot or acme.sh, just without the ACME stuff)
## Mailcow Alias Automation
Language: `Go`
Source: [code.lila.network/adoralaura/mailcow-admin-aliases](https://code.lila.network/adoralaura/mailcow-admin-aliases)
Automates the creation of important admin mail aliases (think security@..., postmaster@...).
## ntppool-exporter ## ntppool-exporter
Language: `Go` Language: `Go`
Source: [code.lila.network/adoralaura/ntppool-exporter](https://code.lila.network/adoralaura/ntppool-exporter) Source: [code.lila.network/adoralaura/ntppool-exporter](https://code.lila.network/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. 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.
## IPAM ## IPAM
Language: `Go` Language: `Go`
Source: [https://codeberg.org/lauralani/ipam](https://codeberg.org/lauralani/ipam) Source: [https://codeberg.org/lauralani/ipam](https://codeberg.org/lauralani/ipam)
A cli based IP Address Management tool written in Go with PowerDNS integration. A cli based IP Address Management tool written in Go with PowerDNS integration.
## go-urlsh ## go-urlsh
Language: `Go` Language: `Go`
Source: [https://codeberg.org/lauralani/go-urlsh](https://codeberg.org/lauralani/go-urlsh) Source: [https://codeberg.org/lauralani/go-urlsh](https://codeberg.org/lauralani/go-urlsh)
Go based URL shortener. Hosted via Docker and utilizing PostgreSQL. Go based URL shortener. Hosted via Docker and utilizing PostgreSQL.
@ -47,3 +60,4 @@ Python based DynDNS client that can edit records managed by OVH and Azure
- Automated my home WIFI with radius assigned VLANs via Freeradius and custom frontend (Will be open sourced soon) (Language: `PHP`) - Automated my home WIFI with radius assigned VLANs via Freeradius and custom frontend (Will be open sourced soon) (Language: `PHP`)
- Manage my own DNS via OctoDNS as Code - Manage my own DNS via OctoDNS as Code
- Host my own mail since 2020 - Host my own mail since 2020
- Host my own Git and CI/CD tools