ashleah.moe

← home

about

this site is my place for silly experiments.

the tech stack is completely overkill, but it is deployed as a completely static site in the end.

tech

this is a sveltekit app, using adapter-static to export static html. it's then built on jenkins using nix, and then pushed to a garage instance running on nixos.

a.resting.ashleah.moe is a rust app, again built into a docker image on jenkins using nix. this is then deployed onto a single-node kubernetes "cluster" using k3s and fluxcd.

both are hosted out of the kubernetes "cluster" using traefik

source code