mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-14 15:31:13 -05:00
* 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
6 lines
184 B
Markdown
6 lines
184 B
Markdown
# FreshRSS core extensions
|
|
|
|
This directory contains some core extensions shipped with FreshRSS.
|
|
|
|
For custom third-party extensions, use the `./FreshRSS/extensions/` directory instead.
|