Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

capotej/paperclip_uploadd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

paperclip_uploadd

Plugin for using Paperclip with Uploadd as a backend

Dependencies

paperclip
uploadd server running

Installation

config.gem "httpclient"
rake gems:install
script/plugin install git://github.com/capotej/paperclip_uploadd

Options (all required)

:storage set to ::Uploadd

:server url and port of your uploadd server

:cdn document root of your uploadd's UPLOAD_DIR

:secret the secret you set in SECRET in uploadd

Example

 has_attached_file :avatar, :storage => ::Uploadd, :server => "http://uploadd.serbers.com:3000", :secret => "redrum", :cdn => "http://cdn.mysite.com/files"

About

Uploadd backend for Paperclip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages