Currently the Monitoring and control app has a bit of a dilemma, when running as a windows service (its normal use case) it can either be run as a normal user
or it can be run as a system user (elevated).
When running elevated, stuff like OS.execute("CMD.exe",["net stop us_apache_1"],output), to stop a service, or maybe copy a file somewhere priviledged
or whatever else might need an admin command prompt. Rebooting for one.
So, cool, we run it as a service, and we can do that.
right.
We suddenly cant do something as simple as open OpenHardware as it'll pop up a UAC prompt ("do you wish to allow this app to make changes..)
Any files saved by the app are then owned by "SYSTEM" too.
so. The solution, is to have a tiny app that can start or stop a few select services, and force a reboot if absolutely needed.
Subject to overhaul soon ®™
I've added a Cloud storage implementation in the form of FileRun,
This is highly likely to be retired / moved over to another service in very near future.
Teresa 2 has the guts to run nextcloud which is what runs elsewhere on Squatnet.
I had intended to use NextCloud like on my server, but Teresa simply doesnt have the bollocks to run a full fledged linux in a docker VM
This, while less customisable runs very nicely and seems to offer enough flexibility to do what need doing.
There is however a limit of 10 user accounts that can be created
The cloud access is designed to be used from ELSEWHERE that is to say, if you are at the office, do not use the cloud site!
Instead you should either navigate to the samples folder by going File Explorer > Network > TERESAMAY > Samples
or alternately by entering \\TERESAMAY\Samples into the address bar in File Explorer directly
Given that i can bring different nextcloud servers together into a kind of "mesh" thats probably the way ill end up going with it.