podman-desktop/website
Charlie Drage 8a6b9649a0
chore(managed-config): add configuration to disable local extensions (#16457)
### What does this PR do?

Adds a setting when set in
`~/.local/share/containers/podman-desktop/configuration/settings.json`
disables showing the "Local Extensions" tab.

### Screenshot / video of UI

`extensions.localExtensions.enabled": true`:

`extensions.localExtensions.enabled": false`:

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

Closes https://github.com/podman-desktop/podman-desktop/issues/16037

### How to test this PR?

<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->

- [X] Tests are covering the bug fix or the new feature

1. Edit `~/.local/share/containers/podman-desktop/configuration/settings.json`
2. Set `extensions.localExtensions.enabled": false`
3. `pnpm watch`
4. See there no more "Local Extensions" tab in Extensions section

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2026-03-12 09:44:37 -04:00
..
blog chore(release): release notes for 1.25 (#15781) 2026-01-26 18:18:29 +01:00
docs chore(managed-config): add configuration to disable local extensions (#16457) 2026-03-12 09:44:37 -04:00
src fix(repository-info): move this util from api to website only 2026-02-11 18:12:50 +01:00
static chore(website): added adopters section to the community page (#15894) 2026-01-29 09:35:27 -05:00
tutorial docs: updated the sections referencing the Podman Kube Play feature (#14323) 2025-10-13 15:32:10 +05:30
.gitignore feat(docs): added generating tutorial and docs json files 2025-10-02 12:21:45 +02:00
.prettierignore fix: use prettier for formatting markdown (#10486) 2024-12-30 13:41:13 +01:00
babel.config.js feat: adds initial website built from docusaurus 2022-04-04 17:23:17 +02:00
docusaurus.config.js feat: added entries from navigation to searchbar 2025-10-20 09:45:58 +02:00
package.json chore(deps-dev): bump postcss from 8.5.6 to 8.5.8 2026-03-03 07:12:45 +01:00
release-notes-parser.spec.ts chore: map release notes to their respective file names on GH (#8790) 2024-09-12 13:22:31 +00:00
release-notes-parser.ts chore: map release notes to their respective file names on GH (#8790) 2024-09-12 13:22:31 +00:00
sidebar-content-parser.spec.ts feat(docs): added generating tutorial and docs json files 2025-10-02 12:21:45 +02:00
sidebar-content-parser.ts feat(docs): added generating tutorial and docs json files 2025-10-02 12:21:45 +02:00
sidebars-api.js chore: add missing copryright headers in files 2024-03-15 11:53:23 +01:00
sidebars.js chore: add missing copryright headers in files 2024-03-15 11:53:23 +01:00
storybook.spec.ts feat(eslint): enable vitest/no-identical-title (#9088) 2024-09-26 08:35:02 +00:00
storybook.ts chore(website): remove unused exports 2026-02-05 16:53:27 +01:00
tailwind.config.js chore: add 3m downloads banner to the website (#13873) 2025-09-22 07:09:22 -04:00
tsconfig.json chore(website): remove unused api typescript alias 2026-02-13 13:04:11 +01:00
vitest.config.js chore(website): remove unused api typescript alias 2026-02-13 13:04:11 +01:00