This is an ownCloud thumbnail generator application. Used as a public GET/REST API to gather file thumbnails from clients.
All the thumbnails generated will be stored in ownCloud/data/{$username}/files_thumbnail/
Thumbnails will be removed if the associated file was deleted.
- Clone the code into your ownCloud apps directory. Name it as files_thumbnail.
- Enable the application from your ownCloud administration panel.
http://domain/owncloud/?app=files_thumbnail&path=/subdir/imagefile.jpg&size={xs, s, m, l, xl}