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: 7 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T08:27:25.000Z (about 6 years ago)
- Last Synced: 2025-04-13T05:08:30.258Z (7 months ago)
- Topics: symfony-bundle, wallabag, wallabag-plugin
- Language: PHP
- Size: 8.79 KB
- Stars: 5
- Watchers: 1
- 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