From eb45070c2e7db873689cd7d65f46a3c5382c03ae Mon Sep 17 00:00:00 2001
From: ChrQR
- 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.