diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-07-28 09:41:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-28 09:41:29 +0200 |
commit | ad5f47adbaee1eef85e90950ab8a45fe82959924 (patch) | |
tree | d23a186661db00d36cb2b2287a7bf890fbc62cfb /inc/web-thumbnailer.json | |
parent | 8fdd65b88412a0db28c723a486650c434fe5668c (diff) | |
parent | 7b4fea0e39be9e74e9aef13e73af9bbd2b1a6397 (diff) | |
download | Shaarli-ad5f47adbaee1eef85e90950ab8a45fe82959924.tar.gz Shaarli-ad5f47adbaee1eef85e90950ab8a45fe82959924.tar.zst Shaarli-ad5f47adbaee1eef85e90950ab8a45fe82959924.zip |
Merge pull request #687 from ArthurHoaro/web-thumb
Use web-thumbnailer to retrieve thumbnails
Diffstat (limited to 'inc/web-thumbnailer.json')
-rw-r--r-- | inc/web-thumbnailer.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/inc/web-thumbnailer.json b/inc/web-thumbnailer.json new file mode 100644 index 00000000..dcaa149e --- /dev/null +++ b/inc/web-thumbnailer.json | |||
@@ -0,0 +1,13 @@ | |||
1 | { | ||
2 | "settings": { | ||
3 | "default": { | ||
4 | "download_mode": "DOWNLOAD", | ||
5 | "_comment": "infinite cache", | ||
6 | "cache_duration": -1, | ||
7 | "timeout": 10 | ||
8 | }, | ||
9 | "path": { | ||
10 | "cache": "cache/" | ||
11 | } | ||
12 | } | ||
13 | } | ||