add new post about this website being alive again!
remove Concourse and Mastodon links
This commit is contained in:
parent
163458b98a
commit
0928a50b33
2 changed files with 17 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<a href="https://ci.kun.is/teams/main/pipelines/static" target="_blank" rel="nofollow noopener">
|
|
||||||
<img src="https://ci.kun.is/api/v1/teams/main/pipelines/static/badge" alt="CI">
|
|
||||||
</a>
|
|
||||||
<a class="footer_item" href="https://git.kun.is/pim"><i class="fa-solid fa-code-branch"></i> Git</a>
|
<a class="footer_item" href="https://git.kun.is/pim"><i class="fa-solid fa-code-branch"></i> Git</a>
|
||||||
<a class="footer_item" rel="me" href="https://social.pizzapim.nl/@pim"><i class="fab fa-mastodon"></i> Mastodon</a>
|
|
||||||
<span class="footer_item">© {{ site.time | date: "%Y" }}</span>
|
<span class="footer_item">© {{ site.time | date: "%Y" }}</span>
|
||||||
<small class="footer_copyright">
|
<small class="footer_copyright">
|
||||||
<!-- Klisé Theme: https://github.com/piharpi/jekyll-klise -->
|
<!-- Klisé Theme: https://github.com/piharpi/jekyll-klise -->
|
||||||
|
|
17
_posts/its-alive/2024-04-21-its-alive.md
Normal file
17
_posts/its-alive/2024-04-21-its-alive.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: "It's alive!"
|
||||||
|
date: 2024-04-21 10:02:00 Europe/Amsterdam
|
||||||
|
categories: jekyll blog
|
||||||
|
---
|
||||||
|
|
||||||
|
Finally, after several months this website is up and running again!
|
||||||
|
|
||||||
|
My homelab has completely changed, but the reason why it initially went offline is because of my failing CI installation.
|
||||||
|
I was using [Concourse CI](https://concourse-ci.org/) which I was initially interested in due to the reproducible nature of its builds using containers.
|
||||||
|
However, for some reason pipelines were sporadically getting stuck when I reboot the virtual machine it was running on.
|
||||||
|
The fix was very annoying: I had to re-create the pipelines manually (which feels very backwards for a CI/CD system!)
|
||||||
|
Additionally, my virtual machine setup back then was also quite fragile and I decided to get rid of that as well.
|
||||||
|
|
||||||
|
I have learned that having an escape hatch to deploy something is probably a good idea 😅
|
||||||
|
Expect a new overview of my homelab soon, in the same vein as [this post from last year]({% post_url infrastructure-snapshot/2023-08-13-infrastructure-snapshot %})!
|
Reference in a new issue