Self-Hosted : Extension downloaded from marketplace, but not showing

Hi ! I’m new user of Directus, which is great tool for me.

My installation is self-hosted via Portainer.

I would like to install some extension directly from Marketplace.

3 extensions works well (in green areas on following printscreen), but all others are not displaying on Directus, i dont understand why and i didnt find any information, rather than lot of topics reading

Can you help me please?

I tried to instal directly from the console (npm and pnpm…) but in each case, after the restart of the container, package.json file is reset

Did you turn them on from Settings > Modules?

1 Answer

1

I’m facing the same issues. The extensions I installed are all layouts, but none of them show up under layout options. I’m running it in Docker as well.

Hello, i found a solution : cd /volume1/docker/directus/extensions then, install extension with npm install. It will be dowload the source code of extension in "node_module" folder. Juste copy the folder extension in directus/extension directory and restart docker

I tried this, but the problem remains the same. Tried thze layouts @directus-labs/tree-view-table-layout (1.0.2) and directus-extension-super-table (0.2.16), but I cannot get them to show up on the Layout Options > Layout dropdown on the content view.