Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pat/sabayon_middleware
Simple Rack middleware for use with Sabayon.
https://github.com/pat/sabayon_middleware
Last synced: 17 days ago
JSON representation
Simple Rack middleware for use with Sabayon.
- Host: GitHub
- URL: https://github.com/pat/sabayon_middleware
- Owner: pat
- License: mit
- Created: 2017-03-21T14:09:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T14:09:41.000Z (almost 8 years ago)
- Last Synced: 2024-04-25T07:22:07.913Z (8 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Sabayon Middleware
Simple Rack middleware for use with [Sabayon](https://github.com/dmathieu/sabayon).
You'll still need to use Sabayon to handle the letsencrypt integration, this middleware is just providing the side of things for your Rack-based app in a re-usable fashion.
## Installation and Usage
Add this line to your application's Gemfile:
```ruby
gem "sabayon_middleware"
```If you're using Rails, the middleware will automatically be added to your stack. Otherwise, you'll want to insert `SabayonMiddleware::Middleware` manually to your app.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/pat/sabayon_middleware. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).