logicservers is what I use. Heard it from a Xisumavoid video. It’s fine. But they use a super outdated version of a proprietary web ui to manage the minecraft server specifically. But it does work and they provide the files over FTP for editing configs, uploading mods, making backups etc.
I lean on nixos modules first, but half the time it either doesnt exist or its too complicated at first glance. So I will manually create an oci-container configuration by referencing a docker compose on the projects site. For simple compose files this is easy. Sometimes its not easy, and I dont end up deploying it.
I’ve been wanting to find or build a method that lets me drop a compose alongside ny config and have nix load the yaml and build the oci-container configuration for me. That would be nice since Im familiar with compose syntax and it’s usually easier to write imo.