Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cockpit should allow the user to specify a source for external widgets #1510

Open
rafaellehmkuhl opened this issue Dec 19, 2024 · 1 comment
Labels
enhancement New feature or request new-feature Something Cockpit does not do yet

Comments

@rafaellehmkuhl
Copy link
Member

Today, we are fetching a JSON from BlueOS with information about the widgets (name, url, icon, etc), but with a little effort we could allow the user to specify another source (URL?) for that JSON so they can have external widgets without BlueOS.

@rafaellehmkuhl rafaellehmkuhl added enhancement New feature or request new-feature Something Cockpit does not do yet labels Dec 19, 2024
@ES-Alexander
Copy link
Contributor

Ideally this would also1 support loading just a file from the filesystem, so you don't need a server to serve the file first.

Presumably that's quite easy with Electron (given we already make use of file-system access), but browser tabs do have a mechanism for uploading files, so that seems like at least one possible solution too.

Footnotes

  1. I still think URL support would be valuable, because it's quite likely external extensions would be provided by a connected vehicle, instead of just from the device Cockpit's interface is running on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new-feature Something Cockpit does not do yet
Projects
None yet
Development

No branches or pull requests

2 participants