update portfolio
This commit is contained in:
parent
779b0672ab
commit
4799d8e3be
1 changed files with 13 additions and 7 deletions
|
@ -3,41 +3,47 @@ title: "Portfolio"
|
||||||
description: "Adoras Software Development portfolio"
|
description: "Adoras Software Development portfolio"
|
||||||
---
|
---
|
||||||
|
|
||||||
Here you can find a list of projects I worked on:
|
Here you can find a list of projects I worked on or am currently working on:
|
||||||
|
|
||||||
|
## ntppool-exporter
|
||||||
|
Language: `Go`
|
||||||
|
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.
|
||||||
|
|
||||||
## IPAM
|
## IPAM
|
||||||
|
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`
|
||||||
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.
|
||||||
|
|
||||||
## Humble-Bot
|
## Humble-Bot
|
||||||
|
Language: `Go`
|
||||||
Source: [https://codeberg.org/lauralani/humble-bot](https://codeberg.org/lauralani/humble-bot)
|
Source: [https://codeberg.org/lauralani/humble-bot](https://codeberg.org/lauralani/humble-bot)
|
||||||
|
|
||||||
A Go Fediverse Bot that posts new [Humble Bundles](https://humblebundle.com)
|
A Go Fediverse Bot that posts new [Humble Bundles](https://humblebundle.com)
|
||||||
|
|
||||||
## erisi
|
|
||||||
[project idea: erisi](/projects/erisi/)
|
|
||||||
|
|
||||||
`erisi` is planned to be a self-hosted alternative to Netlify/Vercel/Github Pages/etc... written in Go and utilizing [Caddy](https://caddyserver.com) and it's ACME capabilities.
|
|
||||||
|
|
||||||
|
|
||||||
## Small side projects
|
## Small side projects
|
||||||
### ovh-apikey-manager
|
### ovh-apikey-manager
|
||||||
|
Language: `Go`
|
||||||
Source: [https://codeberg.org/lauralani/ovh-apikey-manager](https://codeberg.org/lauralani/ovh-apikey-manager)
|
Source: [https://codeberg.org/lauralani/ovh-apikey-manager](https://codeberg.org/lauralani/ovh-apikey-manager)
|
||||||
|
|
||||||
Tiny CLI tool to manage OVH API Keys
|
Tiny CLI tool to manage OVH API Keys
|
||||||
|
|
||||||
### dyndns-script
|
### dyndns-script
|
||||||
|
Language: `Python`
|
||||||
Source: [https://codeberg.org/lauralani/dyndns-script](https://codeberg.org/lauralani/dyndns-script)
|
Source: [https://codeberg.org/lauralani/dyndns-script](https://codeberg.org/lauralani/dyndns-script)
|
||||||
|
|
||||||
Python based DynDNS client that can edit records managed by OVH and Azure
|
Python based DynDNS client that can edit records managed by OVH and Azure
|
||||||
|
|
||||||
### Misceallenous
|
### Misceallenous
|
||||||
- Automated my home WIFI with radius assigned VLANs via Freeradius and custom frontend (Will be open sourced soon)
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue