|
|
|
Ask HN: Tools to Manage Shell Processes from the Browser(Start/Stop/View Output)
|
|
1 points
by badideaprojects
2668 days ago
|
|
I’m sure this exists. We have legacy command line scripts that run continuously to support various internal processes. I’m looking for a web based solution to do the following: - Start whitelisted processes
- Stop whitelisted processes
- Live output from the processes in the browser while they are running
- Authentication (optional, can hide behind SSH or use client certs if required)
- Audit log (optional, nice to have) |
|