I was looking to manage my server through Cockpit project.
I would like to also be able to use cockpit-machines to manage VMs on my server. However, that module is not present in nixpkgs.
I know how to deploy simple-ish packages, however, JS based projects seem a bit complicated.
https://github.com/cockpit-project/cockpit-machines
Could you suggest a starting point with this project? Any similar modules I can refer to?
If you haven’t read through them already:
It looks like
cockpit
has been packaged and moduled. Maybe look atcockpit
’s package and module definitions for inspiration forcockpit-machines
? It looks likecockpit
is a hybrid python+javascript project and has been packaged primarily as a python package, andcockpit-machines
is also a hybrid python+javascript project but maybe the python aspect is less central, as I don’t see a top-levelpyproject.toml
, so you may not be able to exactly mimic thecockpit
package?