You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2021. It is now read-only.
We could leverage upstart, launched, systemd and Windows Services to run jobs as a service on all platforms (and/or or use our own schedular, kick started at boot).
The goal being it should be runnable by anyone and consume minimal resources.
I think running a web based admin GUI (as things like printer drivers and other services often do) would be a nice way to allow people use and manage the tool (although that's a slightly separate issue :).
Happy to do cross platform dev work for this (Mac/Win/Linux). Windows will be the most work, but perhaps the most useful? If the entire thing (and dependancies) can run in user space anyone can install it (i.e. even if they don't have admin rights).
We could leverage
upstart,launched,systemdandWindows Servicesto run jobs as a service on all platforms (and/or or use our own schedular, kick started at boot).The goal being it should be runnable by anyone and consume minimal resources.
I think running a web based admin GUI (as things like printer drivers and other services often do) would be a nice way to allow people use and manage the tool (although that's a slightly separate issue :).
Happy to do cross platform dev work for this (Mac/Win/Linux). Windows will be the most work, but perhaps the most useful? If the entire thing (and dependancies) can run in user space anyone can install it (i.e. even if they don't have admin rights).