ep_insert_media

0.0.3 • Public • Published

Insert media plugin

It will upload / add media ( audio / video / stream / youtube / vimeo ) to pad.

Demo

IMAGE ALT TEXT HERE

Installing

npm install ep_insert_media

or Use the Etherpad /admin interface.

Settings

"ep_insert_media":{
  "storage":{
    "endPoint" : "${BUCKET_S3_SERVER:null}",// need for s3 upload
    "useSSL" : true ,// need for s3 upload
    "type": "s3", // put whatever except s3 for upload local
    "accessKeyId": "${ACCESS_KEY_ID:null}",// need for s3 upload
    "secretAccessKey": "${ACCESS_KEY_SECRET:null}",// need for s3 upload
    "region": "UK",// need for s3 upload
    "bucket": "${MEDIA_BUCKET_NAME}", // need for s3 upload
    "baseFolder": "${FOLDER_PATH:./}" // need just for local uploading
  },
  "fileTypes": ["jpeg", "jpg", "bmp", "gif","png","webm","mp4","m4v","mp3",
    "ogg", "m4a","flac","wav","wma", "aac"  ],
  "maxFileSize": 50000000
},

LICENSE

Apache 2.0

Readme

Keywords

none

Package Sidebar

Install

npm i ep_insert_media

Weekly Downloads

3

Version

0.0.3

License

none

Unpacked Size

114 kB

Total Files

22

Last publish

Collaborators

  • samir.sayyad