streamdeck-web-requests icon indicating copy to clipboard operation
streamdeck-web-requests copied to clipboard

[Request] Set base URL

Open Coupe70 opened this issue 2 years ago • 1 comments

I know the plugin can't be configured inside the streamdeck software, but would it be possible to set a base URL that is always used inside a small config text file or something? Now I have to put the full URL including IP in EVERY SINGLE action. If the IP of the production PC changes everything breaks and I have to replace the IP in EVERY action. In Companion (which I don't want to use for other reasons) I can set the base URL for the plugin and just change this once if I have to.

Coupe70 avatar Sep 26 '23 09:09 Coupe70

One option you have here is to just edit the profile files directly. They're stored in a ProfilesV2 folder next the the Backup folder described in the backup documentation. The files are just JSON, so you could easily do a find-replace in the directory to swap the old IP address with the new one.

Another option would be to generate the entire Stream Deck profile from a config file, like I do with https://github.com/data-enabler/streamdeck-profile-generator

data-enabler avatar Sep 26 '23 19:09 data-enabler