content and mobile margins
All checks were successful
Node.js CI / build_app (push) Successful in 14s
Node.js CI / build_image (push) Successful in 43s

This commit is contained in:
ChrQR 2024-04-27 11:57:23 +02:00
parent daf65e4a41
commit eb45070c2e

View File

@ -23,7 +23,7 @@
maker-culture.
</p>
<p>
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.
</p>
@ -144,6 +144,10 @@
have the knowledge (or the will) of storage systems to manage it if I can avoid it.
</p>
<p>This VM has the SATA controller passed through, for full control of the HDD's.</p>
<h3 class="text-lg text-center mt-4">Development server</h3>
<p>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.</p>
<h2 class="text-xl text-center mt-4">CI/CD</h2>
<p>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.</p>
</article>
</div>
</div>