ravenscroftj / freshrss-flaresolverr-extension

FreshRSS plugin that provides cloudflare puzzle solving via flaresolverr
GNU Affero General Public License v3.0
13 stars 4 forks source link

Cannot enable extension FreshRss FlareSolverr: server cannot write in /var/www/FreshRSS/p/api #5

Open Sonnenfleck opened 7 months ago

Sonnenfleck commented 7 months ago

When I try to enable the extension, I get the following error message:

Cannot enable extension FreshRss FlareSolverr: server cannot write in /var/www/FreshRSS/p/api

I'm guessing the extension tries to write to the running instance but can't because FreshRSS is running as a Docker image?

g1sm commented 4 months ago

docker exec freshrss chown www-data:www-data -R /var/www/FreshRSS/p should fix it.

sanmadjack commented 1 month ago

This doesn't seem like a good long-term fix, any time the container is updated the permission will reset