Skip to content

romantomjak/labctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

labctl

labctl controls roman’s homelab


Status

This project is in development phase. If you think it could be useful to you as well, you can download and install it using go get:

go get -u github.com/romantomjak/labctl

Usage

$ PROXMOX_ADDR=https://pve.somehost.com:8006
$ PROXMOX_USER=root
$ PROXMOX_PASSWORD=somepassword
$ labctl ps
ID   NAME           NODE   STATUS   UPTIME     MEM    CPU       
100  ceph-1         pve01  running  19h56m46s  15 GB  0.27871  
101  k8s-control-1  pve01  running  8h2m32s    2.7 GB 0.30397  
102  vault          pve01  stopped  0s         0 B    0  
104  k8s-worker-1   pve01  running  8h2m45s    4.5 GB 0.19541  
$ labctl start vault
🚦 Will start the VMs in the following order:
  - vault
❓ Do you want to continue? [y/n] y
🚀 Starting the VMs
  - vault... OK ✅

Contributing

You can contribute in many ways and not just by changing the code! If you have any ideas, just open an issue and tell me what you think.

Contributing code-wise - please fork the repository and submit a pull request.

License

MIT

Releases

No releases published

Packages

No packages published

Languages