Skip to content
forked from roidrage/s3itch

An S3 proxy for Skitch's WebDAV sharing support

Notifications You must be signed in to change notification settings

mgrouchy/s3itch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3itch - Sharing Skitch uploads on S3

As Skitch will soon shut down their own hosting and switch to Evernote, the only reasonable thing to do is to use WebDAV instead and put files on S3.

Installation

The app assumes you're storing files in a bucket that has a CNAME attached to it, e.g. s3itch.mydomain.com, and that you're setting this CNAME as base URL in Skitch. Skitch sends a HEAD request to the base URL (your S3 bucket) after uploading to check if the file was properly stored.

It's made for deployment on Heroku:

  • git clone git://github.com/mattmatt/s3itch.git

  • heroku create --stack cedar

  • git push heroku master

  • Set environment variables AWS_REGION (e.g. eu-west-1), AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, S3_BUCKET, HTTP_USER and HTTP_PASS for the Heroku app

  • Configure Skitch with the bucket and the URL of the Heroku app. Also configure the username and password if set.: Skitch Configuration

    By the way, this picture was uploaded using this bridge and is hosted on S3. Did that just blow your mind?

Using

Take screenshot, annotate whimsically, upload, done.

Skitch generates a new name for every upload that includes the timestamp and has the full URL to the file ready for you to copy to the clipboard. Unfortunately the WebDAV export doesn't copy that automatically, but after sharing, the "Share" button turns into a "Copy" button.

Done!

About

An S3 proxy for Skitch's WebDAV sharing support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%