📝 Adds TrueNAS description to skills

This commit is contained in:
Daniel Svitan 2025-05-01 12:16:34 +02:00
parent e3fb3713cb
commit 6303e43eed

View File

@ -226,8 +226,21 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
<li>Frontend: HTML, CSS/SCSS, JavaScript/TypeScript, TailWindCSS, React, Vue, Nuxt</li>
<li>Backend: Ktor (Kotlin), Fiber (Go), Echo (Go), FastAPI (Python), NestJS (TypeScript)</li>
<li>Database: MySQL, PostgreSQL, Redis/Valkey, Firestore, MongoDB</li>
<li>Sysadmin: Docker, Caddy, ZFS</li>
<li>Sysadmin: Docker, Caddy, ZFS, Linux</li>
</ul>
<p class="mt-1">Having my own TrueNAS Scale server at home, I've self-hosted multiple apps and projects,
including Nextcloud, Immich, Gitea, Prometheus+Grafana, ngIRCd, WireGuard Easy, and many more</p>
<p>I route them all through my Caddy reverse proxy, but since my server is behind NAT, I also have a VPS
that is connected to my server through a tunnel and routes all of the traffic to my server through that
tunnel</p>
<p>I also protect myself against data loss with a RAIDZ1 ZFS pool, regular backups (monthly to an
off-site physical drive owned by me and every two days to a cloud storage box), and regular ZFS
Scrubs</p>
<p>And everything is encrypted, of course, my pool and both backups with a randomly generated 32 byte binary
file</p>
<p>Needless to say, I've got some experience with system administration as well as Linux systems, since I
also daily drive Arch Linux</p>
</div>
<div class="w-1 h-10 shrink-0"/>