2017 © Pedro PelĂĄez
 

symfony-bundle wallabag-camo-bundle

Add an http proxy to route images through SSL for your wallabag instance.

image

nicosomb/wallabag-camo-bundle

Add an http proxy to route images through SSL for your wallabag instance.

  • Tuesday, March 7, 2017
  • by nicosomb
  • Repository
  • 1 Watchers
  • 3 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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., (*1)

Requirements

  • wallabag >= 2.2.2

Installation

Download the bundle

composer require nicosomb/wallabag-camo-bundle

Enable the bundle

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new Nicosomb\WallabagCamoBundle\NicosombWallabagCamoBundle(),
        );

        // ...
    }

    // ...
}

Configure your application

# app/config/config.yml

nicosomb_wallabag_camo:
    key: YOUR_CAMO_KEY
    domain: your-wallabag.herokuapp.com

Setting camo_images_enabled

You need to create a new setting, camo_images_enabled., (*2)

INSERT INTO `wallabag_internal_setting` (`name`, `value`, `section`) VALUES ('camo_images_enabled', 1, 'misc');

The Versions

07/03 2017

dev-master

9999999-dev https://github.com/nicosomb/wallabag-camo-bundle

Add an http proxy to route images through SSL for your wallabag instance.

  Sources   Download

MIT

The Requires

 

bundle symfony3 proxy camo wallabag wallabag-plugin

07/03 2017

1.0.0-alpha.0

1.0.0.0-alpha0 https://github.com/nicosomb/wallabag-camo-bundle

Add an http proxy to route images through SSL for your wallabag instance.

  Sources   Download

MIT

The Requires

 

bundle symfony3 proxy camo wallabag wallabag-plugin