Greg Karékinian 2e02bdfb7b Revert "Update dependencies"
This reverts commit b29953c59a0ecaaafe5f58b4f32cbe75adbea5d9.

This appears to disable hashes with indifferent access on staging,
trying to find which gem update broke this
2018-07-19 12:45:14 +02:00
2015-04-01 15:55:43 +01:00
2012-02-29 14:08:27 +01:00
2018-04-26 13:17:43 +02:00
2018-07-19 12:45:14 +02:00
2012-04-08 23:26:40 +02:00
2012-02-27 16:32:12 +01:00
2018-05-11 15:35:33 +02:00

Build Status

Liquor Cabinet

Liquor Cabinet is where Frank stores all his stuff. It's a remoteStorage HTTP API, based on Sinatra. The metadata and OAuth tokens are stored in Redis, and documents can be stored in anything that supports the storage API of either Openstack Swift or Amazon S3.

Liquor Cabinet only implements the storage API part of the remoteStorage protocol, but does not include the Webfinger and OAuth parts. It is meant to be added to existing systems and user accounts, so you will have to add your own OAuth dialog for remoteStorage authorizations and persist the tokens in Redis.

If you have any questions about this program, drop by #remotestorage on Freenode, or post to the RS forums, and we'll happily answer them.

Contributing

We love pull requests. If you want to submit a patch:

  • Fork the project.
  • Make your feature addition or bug fix.
  • Write specs for it. This is important so nobody breaks it in a future version unintentionally.
  • Push to your fork and send a pull request.
Description
remoteStorage HTTP API, based on Sinatra
Readme 557 KiB
Languages
Ruby 99.5%
Dockerfile 0.5%