Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masawada/owlproxy
Image upload proxy for YoruFukurou
https://github.com/masawada/owlproxy
Last synced: about 1 month ago
JSON representation
Image upload proxy for YoruFukurou
- Host: GitHub
- URL: https://github.com/masawada/owlproxy
- Owner: masawada
- License: mit
- Created: 2015-06-25T17:38:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T03:50:15.000Z (over 9 years ago)
- Last Synced: 2024-04-24T16:46:51.248Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OwlProxy
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'owlproxy'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install owlproxy
## Usage
### Start proxy server
If you installed with bundle, execute:
```
$ bundle exec owlproxy
```Or if you executed `gem install owlproxy`, only have to do is:
```
$ owlproxy
```### Settings
Once you started the server, `$HOME/.owlproxy.yml` is generated automatically. After edit the config file, you must restart the server.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/masawada/owlproxy.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).