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/files can be stored in anything that supports the S3 object storage API.
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.
There is an open-source accounts management app by the Kosmos project, which comes with a built-in remoteStorage dashboard and is compatible with Liquor Cabinet.
If you have any questions about this program, please post to the RS forums, and we'll gladly answer them.
- Check the
config.yml.erb.example
file. Either copy it toconfig.yml.erb
and use the enviroment variables it contains, or create/deploy your own config YAML file with custom values. - Install dependencies:
bundle install
Running the test suite:
bundle exec rake test
Running the app:
bundle exec rainbows
TODO document options
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.
- Push to your fork and send a pull request.