start-os icon indicating copy to clipboard operation
start-os copied to clipboard

[feat]: LAUNCH UI button with the ability to configure what URL it opens in a new window.

Open islandbitcoin opened this issue 3 years ago • 3 comments

Prerequisites

  • [X] I have searched for existing issues that already suggest this feature, without success.

Describe the Feature Request

On a service, the LAUNCH UI button could have the ability to open to .local , or you can configure it to open to .local/admin/login - or whatever other folder structure you desire.

Describe the Use Case

For wrapping services that already have the web server packaged up in a binary and cannot be changed without changing the upstream code.

Describe Preferred Solution

include a tag in the manifest that concatenates the default URL with a string value i.e. "/admin/login/".

Describe Alternatives

No response

Anything else?

No response

islandbitcoin avatar Jun 23 '22 13:06 islandbitcoin

Concept ACK. this would also allow for devs to be able to autofill credentials through the get parameters if they want.

ProofOfKeags avatar Jun 24 '22 00:06 ProofOfKeags

@ProofOfKeags does that just work for basic auth things like Spark? Or are there other uses?

chrisguida avatar Jun 24 '22 14:06 chrisguida

it's service dependent, but no it is not limited to basic auth, any application can parse url parameters and treat them as possibly auth credentials.

ProofOfKeags avatar Jun 24 '22 17:06 ProofOfKeags