Tests / test (6, 2.7) (push) Has been cancelled
Details
Tests / test (6, 3.0) (push) Has been cancelled
Details
Tests / test (6, 3.1) (push) Has been cancelled
Details
Tests / test (7, 2.7) (push) Has been cancelled
Details
Tests / test (7, 3.0) (push) Has been cancelled
Details
Tests / test (7, 3.1) (push) Has been cancelled
Details
Reviewed-on: #5 |
||
---|---|---|
.github/workflows | ||
lib | ||
spec | ||
.gitignore | ||
Dockerfile | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE.txt | ||
README.md | ||
Rakefile | ||
config.ru | ||
config.yml.erb.example | ||
liquor-cabinet.gemspec | ||
liquor-cabinet.rb | ||
migrate_storage_size_from_metadata.rb | ||
run-dev.sh |
README.md
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, please post to the RS forums, and we'll gladly 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.
- Push to your fork and send a pull request.