-
Notifications
You must be signed in to change notification settings - Fork 167
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
Have an option to disable plugins #2162
Comments
2 tasks
skoeva
added a commit
that referenced
this issue
Sep 13, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Sep 13, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Sep 13, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Sep 13, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Sep 18, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Sep 18, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Sep 18, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Sep 19, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Oct 14, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Oct 17, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Oct 17, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Oct 24, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Oct 29, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
skoeva
added a commit
that referenced
this issue
Nov 15, 2024
This change creates a CLI option in the backend + desktop to disable plugins. Fixes: #2162 Signed-off-by: Evangelos Skopelitis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Headlamp's backend + desktop CLI should have an option to disable certain plugins or all.
E.g.
headlamp --disable-plugins=app-catalog,open-cost
disables the app-catalog and open-cost plugins (names should come from the --list-plugins command).headlamp --disable-plugins
disables all pluginsThe text was updated successfully, but these errors were encountered: