Files
FreshRSS/lib/core-extensions/Tumblr-GDPR/metadata.json
Alexandre Alapetite cd49e9819b New core-extensions to allow Docker volumes for third-party extensions (#2837)
* New core-extensions to allow Docker volumes for third-party extensions

#Fix https://github.com/FreshRSS/FreshRSS/issues/2650
Split our extensions directory into two:
1) Core extensions shipped with FreshRSS in ./lib/core-extensions/
2) Third-party extensions modified by end-users in ./extensions/ which
can easily be mounted as a Docker volume

* Example of Docker Compose with extensions

* Back-compatibility + fix array merge bug
2020-03-22 16:31:20 +01:00

9 lines
203 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "Tumblr-GDPR",
"author": "Alkarex",
"description": "Bypass Tumblr GPDR check (implying consent) for the European Union",
"version": 1.0,
"entrypoint": "TumblrGdpr",
"type": "system"
}