My rust cli to manage certain aspects in and around my homelab
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Homelab.template.toml | ||
| LICENSE | ||
| README.md | ||
homelab-cli
A rust CLI that I use to automate the menial tasks in my homelab.
Please make sure if you really want to use this. I make heavy use of unwrap and unchecked http calls, so this can and will break at any given moment if you are not very careful with what you enter.
Setup
- Copy
Homelab.template.tomlto~/.config/Homelab.tomland replace the placeholder valued with your actual values - Build and link
homelab-cliand place it in~/.local/bin(make sure you have added this to your$PATH)
Issues & Pull requests
This tool is totally specific to my homelab and my workflow, so don't expect that I will respond in any way to issues. Pull Requests I might review, but again, this is tailored to me. You're better of forking if you must.
License
This is licensed under the MIT license.