Compare commits
2 commits
71bb0761ba
...
8ef077c4db
Author | SHA1 | Date | |
---|---|---|---|
8ef077c4db | |||
e89af4f939 |
3 changed files with 10 additions and 3 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2023 Adora Laura Kalb <dev@lauka.net>
|
||||
Copyright (c) 2023-2024 Adora Laura Kalb <dev@lauka.net>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Personal Website
|
||||
This is the source code for my personal website.
|
||||
|
||||
It's built with https://gohugo.io and is available at https://www.lauka.net
|
||||
It's built with https://gohugo.io and is available at https://adora.codes
|
||||
|
||||
|
||||
CI-Status:
|
||||
[![status-badge](https://ci.lila.network/api/badges/5/status.svg)](https://ci.lila.network/repos/5)
|
||||
[![status-badge](https://ci.lila.network/api/badges/5/status.svg)](https://ci.lila.network/repos/5)
|
||||
|
|
Loading…
Reference in a new issue