Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1005 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 1005 Bytes

Wordpress RemoteFS

Detach attachments to remote filesystem. Stupid simple and minimalistic solution for Heroku, 12factor and CDN support. And also almost transparent for WP, plugins and for user.

Purpose

User for making Wordpress 12factor-compatible and Heroku-friendly. Attachments are automatically put to remote filesystem and not stored in local filesystem.

Features

  • supports FTP and FTPs as remote FS
  • easy extendable
  • configurable via options page or via environment variables
  • auto put attachments to remote
  • attachment image sizes support
  • types image resizing support
  • image editor support
  • prevent file duplicates
  • auto delete files
  • support to work with root-relative-urls

Roadmap

  • SFTP support
  • Amazon S3 support
  • other services
  • better logging and error handling

Contributing

Feel free to make pull requests and issues.