• 1 Post
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
rss




  • I just saw that you’re asking for kbin, not lemmy. The steps probably wouldn’t work as-is, and the “correct” way is to create a NixOS module for kbin. Some of the configuration steps (e.g. creating the kbin service user, configuring PHP, configuring Nginx, configuring Let’s Encrypt etc.) are supported by NixOS modules in nixpkgs. It’s also necessary to package kbin itself, and to create systemd services to run it.

    Creating a module requires effort, though, and I’d rather use a container to deploy it for simplicity, if it were me.