kyrofa / owncloud-snap

ownCloud packaged as a .snap for Ubuntu Core.
GNU General Public License v3.0
11 stars 4 forks source link

Imagick pecl extension #35

Open oparoz opened 8 years ago

oparoz commented 8 years ago

Some people are against it for security reasons. Ideally it should be in a separate snap, connected via TCP, but I'm not aware of such service/setup.

If we don't include it, people will never be able to add it unless we allow people to build their own extensions (should not be difficult).

So what should we do?

@kyrofa @jospoortvliet @ezraholm50 @enoch85 @miska

kyrofa commented 8 years ago

Yeah inter-dependent snaps are a ways out yet (though they're coming). We could always wait for that.

oparoz commented 8 years ago

There is also the possibility to just include the module and expose the PHP extension config file. That way users can enable it if they want to.

oparoz commented 8 years ago

Requires #40, if we want to include it in this snap