start-os
start-os copied to clipboard
[feat]: LAUNCH UI button with the ability to configure what URL it opens in a new window.
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
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
Concept ACK. this would also allow for devs to be able to autofill credentials through the get parameters if they want.
@ProofOfKeags does that just work for basic auth things like Spark? Or are there other uses?
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.