Projects


Things I've built

A short list of projects from the VGTU “Cloud Computing” course:

1. MMO Serveris (2nd lab)

A Dawn of Light DAoC private game server, deployed two ways:

  • Windows Server + DOLServer - manual install on an Azure Windows VM (MariaDB, HeidiSQL, .NET 10, DAoC Portal). Manual approach.
  • Linux Ubuntu + Docker Compose - one-shot docker compose up -d spinning up mariadb:10.6 and ghcr.io/opendaoc/opendaoc-core:latest.

2. Hugo + Github Pages (3rd lab - this site)

A static blog generated by Hugo, hosted free on GitHub Pages. Source files live in a private repo Dason222/hugo; compiled HTML is pushed as a git submodule into the public repo Dason222/dason222.github.io.

3. nginx static site on Azure

A custom index.html served by nginx on an Ubuntu 22.04 Azure VM. Port 80 opened via Azure NSG rule, site-config copied from default to mypage and symlinked from sites-available to sites-enabled.

More projects coming soon as the semester progresses.