My personal server.
  • Nix 53.6%
  • Shell 32.7%
  • CSS 8.6%
  • HTML 5.1%
Find a file
2026-04-17 15:22:40 +08:00
assets Introduce storyteller module 2026-01-17 20:58:36 +08:00
modules fix scripts and scenes not saving properly 2026-04-17 15:22:40 +08:00
packages Introduce storyteller module 2026-01-17 20:58:36 +08:00
secrets add home assistant 2026-04-17 14:44:11 +08:00
.gitignore Retheme site 2024-11-17 19:27:09 +08:00
create-installer.sh Fancy new installation approach 2025-07-12 20:20:12 +08:00
flake.lock update flakes 2026-04-14 17:44:37 +08:00
flake.nix add uptime kuma 2026-04-17 14:44:17 +08:00
install.sh add calcification server 2026-03-17 19:38:47 +08:00
LICENSE Update LICENSE 2024-10-26 15:28:30 +08:00
README.org Fancy new installation approach 2025-07-12 20:20:12 +08:00
site.nix Introduce storyteller module 2026-01-17 20:58:36 +08:00

Golgi

The Golgi apparatus is responsible for transporting, modifying, and packaging proteins and lipids into vesicles for delivery to targeted destinations. It is located in the cytoplasm next to the endoplasmic reticulum and near the cell nucleus. — Encyclopedia Britanica

This server will be an apparatus for better managing my personal projects. It sits near the idea-generation and idea-translation components of my workflow. It will be responsible for storing my work as a remote repository, transporting the work between local development machines, and as a web server to improve the ease of access of my work, both for myself and anybody curious.

Alternatively put, this is an experiment in Clown Computing 🤡

Let's hope it works well!

Setup

I'm using Hetnezer as a host. Their value for money with VPS offerings is pretty alluring.

Additionally I've found a handy blog post about deploy-rs on Hetzner, which is remarkably convenient. They were even kind enough to link to a repo which I've shamelessly used as a starting point.

Unfortunately, Hetnezer doesn't offer a NixOS image, but they do allow you to mount an ISO to a server, and so using create-installer.sh we can create a NixOS installation image with a few extras. With this, set up is as simple as ssh-ing to the server and running:

./conf/install.sh

Deploying

Deploying is simply a matter of entering the deploy nix shell nix develop and deploy .#golgi.system.

In order for this image to be built, the sandbox will need to be set to false or relaxed (for the custom zsh build). This can be done by adding the line sandbox = relaxed to /etc/nix/nix.conf. Just note that the nix-daemon will need to be restarted for this new setting to take full effect.