Skip to content

Media plugin for OrigamiCMS. Stores rich media like images, and videos.

Notifications You must be signed in to change notification settings

origami-cms/plugin-media

Repository files navigation

Origami: Media Plugin

npm Travis Codecov

This plugin provides functionality to upload and serve media in Origami CMS. It's one of the core plugins bundled with Origami.

Installation

yarn add origami-plugin-media

Usage

In your .origami file, add it to the plugins: .origami

{
    ...
    "plugins": {
        "media": {
            "location": "./media"
        }
    }
    ...
}

Once your app is running, it exposes the /media as a REST Resource GET /media: List of media items POST /media: Upload a file GET /media/:id Download a file DELETE /media/:id Delete a file

Configuration

location: Directory location of where to store the files

Moving forward / TODO

  • Add other service providers for storing files (AWS, Dropbox, etc
  • Add tests

Issues

If you find a bug, please file an issue on the issue tracker on GitHub.

Contributions

All pull requests and contributions are most welcome. Let's make the internet better!

About

Media plugin for OrigamiCMS. Stores rich media like images, and videos.

Resources

Stars

Watchers

Forks

Packages

No packages published