1
Development and Code Review / Re: Rest API for interface information like IP
« on: June 13, 2023, 10:45:44 am »
Hi,
I know that there are a lot of tools that can be used to monitor systems like OPNSense.
The thing is, I wanted to reduce the number of systems/tools that I use.
Before, I had one app for each task - a WakeOnLan WebGUI, CheckMK, Heimdall, all the GUIs for the system itself to control them (OpnSense GUI, Proxmox GUI, Tasmota).
For my homelab I felt this is overkill and I wanted to get all the functionality that I need in one place. Where I can switch my power-outlets for my 3D Printers, restart a Proxmox VM, trigger an Update, start a Server by WoL, send it to sleep and so on.
Besides that, it is fun to develop and I learned Rust, Angular and such things in parallel.
So yes, for the sake of getting data out of OpnSense, I know there are ways. But I wanted to integrate it into my app
I know that there are a lot of tools that can be used to monitor systems like OPNSense.
The thing is, I wanted to reduce the number of systems/tools that I use.
Before, I had one app for each task - a WakeOnLan WebGUI, CheckMK, Heimdall, all the GUIs for the system itself to control them (OpnSense GUI, Proxmox GUI, Tasmota).
For my homelab I felt this is overkill and I wanted to get all the functionality that I need in one place. Where I can switch my power-outlets for my 3D Printers, restart a Proxmox VM, trigger an Update, start a Server by WoL, send it to sleep and so on.
Besides that, it is fun to develop and I learned Rust, Angular and such things in parallel.
So yes, for the sake of getting data out of OpnSense, I know there are ways. But I wanted to integrate it into my app