Improve README
Update for new backend, improve text in general.
This commit is contained in:
parent
1705ac7347
commit
0f91c8c27e
19
README.md
19
README.md
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user