Launch Program? #935
-
New to Dashy. Loving it so far (two days now). Running the latest version in a Docker container. Something I can't find after hours of searching... Can I launch a program from Dashy? I would like to launch a number of programs, including mstsc.exe, the Microsoft Remote Desktop client, and vmware-view.exe, the Horizon Client. Both take command line arguments to seamlessly open the app and connect to a destination host. I use both of these, and several more, many times per day. Is it possible to launch a program from Dashy? If so, how? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The answer is yes and no. Natively it's not possible for a website (like Dashy) to launch an app on the host system (without disabling some browser security, I think However there's no reason you couldn't write a script that's hosted somewhere, and then trigger that from a GET request / HTTP hook within Dashy. That should be possible once Action Buttons are implemented, but that's not finished yet. |
Beta Was this translation helpful? Give feedback.
The answer is yes and no.
Natively it's not possible for a website (like Dashy) to launch an app on the host system (without disabling some browser security, I think
--allow-file-access-from-files
Source - not recommend!)However there's no reason you couldn't write a script that's hosted somewhere, and then trigger that from a GET request / HTTP hook within Dashy. That should be possible once Action Buttons are implemented, but that's not finished yet.