Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicosomb/wallabag-camo-bundle
Plugin for wallabag: add an http proxy to route images through SSL.
https://github.com/nicosomb/wallabag-camo-bundle
symfony-bundle wallabag wallabag-plugin
Last synced: 2 months ago
JSON representation
Plugin for wallabag: add an http proxy to route images through SSL.
- Host: GitHub
- URL: https://github.com/nicosomb/wallabag-camo-bundle
- Owner: nicosomb
- License: mit
- Created: 2017-03-07T11:39:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T08:27:25.000Z (about 5 years ago)
- Last Synced: 2024-10-01T15:27:50.762Z (3 months ago)
- Topics: symfony-bundle, wallabag, wallabag-plugin
- Language: PHP
- Size: 8.79 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plugin for wallabag: add an http proxy to route images through SSL
This bundle allows you to add a proxy for your wallabag images thanks to [camo](https://github.com/atmos/camo).
## Requirements
* wallabag >= 2.2.2
## Installation
### Download the bundle
```
composer require nicosomb/wallabag-camo-bundle
```### Enable the bundle
```php