Improve README

Update for new backend, improve text in general.
This commit is contained in:
Basti 2018-05-11 15:35:33 +02:00
parent 1705ac7347
commit 0f91c8c27e

View File

@ -3,16 +3,19 @@
# Liquor Cabinet # Liquor Cabinet
Liquor Cabinet is where Frank stores all his stuff. It's a Liquor Cabinet is where Frank stores all his stuff. It's a
remoteStorage-compatible storage provider API, based on Sinatra and currently [remoteStorage](https://remotestorage.io) HTTP API, based on Sinatra. The
using Openstack Swift as backend. You can use it on its own, or e.g. mount it metadata and OAuth tokens are stored in Redis, and documents can be stored in
from a Rails application. anything that supports the storage API of either Openstack Swift or Amazon S3.
It's merely implementing the storage API, not including the Webfinger and OAuth Liquor Cabinet only implements the storage API part of the remoteStorage
parts of remoteStorage. You have to set the authorization keys/values in the protocol, but does not include the Webfinger and OAuth parts. It is meant to be
database yourself. 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 thing, drop by #remotestorage on Freenode, and If you have any questions about this program, drop by #remotestorage on
we'll happily answer them. Freenode, or [post to the RS
forums](https://community.remotestorage.io/c/server-development), and we'll
happily answer them.
## Contributing ## Contributing