The only reason Google calls the shots is because they pour billions of dollars into maintaining Chromium. The fact that they can do that (and even fund Firefox at the same time) is because of their ad monopoly. Same with search, Gmail, Translate, Maps. None of those things can exist without the ad monopoly funding it all.
Complaining about Chrome is barking up the wrong tree.
Currently, the server is primarily used for two things: - Plex Media Streaming (remotely) - Time Machine Backups (locally)
To monitor Plex activities, we access the local Plex API and for Time Machine we simply monitor any file access at /mnt using "lsof." In case there has been no activity for 15 consecutive minutes, the server goes to sleep. (Nobody streams, pausing a video doesn't count as activity, and no backup is running.) A Web server on a Raspberry Pi hosts a website that obtains the current state of the home server provided via the Home Assistant REST API. In case the server sleeps, and I like to backup or stream something, I can wake the server using a simple button press that sends a magic packet using a wakeonlan Perl script.