I’d like to offer the ability for end-users to turn off the remote shell feature of BalenaCloud. For example, by default, the remote shell feature would be off. If a user has trouble with their device, they could open a settings pane and enable a “remote support” feature which would then open the remote shell.
I looked through the Balena-supervisor API, and this looks like a great place to implement it, but it didn’t seem like I could do this through the API.
Any suggestions on how I might accomplish this?
Additional details:
- I’m running an Electron GUI app in a docker container, so the API-based solution is preferable as it’s pretty easy to make API calls in a web app.
Thanks for any help you can offer!