Socket
Socket
Sign inDemoInstall

@mashroom-content/mashroom-content-provider-internal-storage

Package Overview
Dependencies
5
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @mashroom-content/mashroom-content-provider-internal-storage

Mashroom Content Internal Storage Provider


Version published
Weekly downloads
10
increased by400%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Mashroom Content Internal Storage Provider

Plugin for Mashroom Server, a Microfrontend Integration Platform. Part of the Mashroom Content extension.

This plugin adds a content provider which uses the internal Mashroom storage (e.g. Mongo).

Usage

If node_modules/@mashroom is configured as plugin path just add @mashroom-content/mashroom-content-provider-internal-storage as dependency.

You can override the default config in your Mashroom config file like this:

{
    "plugins": {
        "Mashroom Content Internal Storage Provider": {
           "assetsFolder": "./data/assets"
        }
    }
}
  • assetsFolder: The folder where uploads should be stored (absolute or relative to the server config file) NOTE: This needs to be a shared folder among all Mashroom instances.

FAQs

Last updated on 28 Jul 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc