diff --git a/src/routes/homelab/+page.svelte b/src/routes/homelab/+page.svelte index 9c7c11e..f26da6b 100644 --- a/src/routes/homelab/+page.svelte +++ b/src/routes/homelab/+page.svelte @@ -23,7 +23,7 @@ maker-culture.
- My lab started almost 4 years ago, when I wanted to set up my own DNS server at home, to add + My lab started in 2020, when I wanted to set up my own DNS server at home, to add network wide ad-block (Pihole). As I learned more about Linux and containerization I quickly got drawn into the hobby of self-hosting web-services.
@@ -144,6 +144,10 @@ have the knowledge (or the will) of storage systems to manage it if I can avoid it.This VM has the SATA controller passed through, for full control of the HDD's.
+This vm is my development server. It's running a act_runner paired up with Gitea to build my portfolio project, dockerize it and push it to my container registry. The application then deployed in the staging environment for a last check.
+I use Gitea Actions which is similar to Github Actions. I will post a guide soon how to set up CI for your svelte-docker project with Gitea Actions.