Extensions icon indicating copy to clipboard operation
Extensions copied to clipboard

xExtension-CustomCSS not working with custom theme in docker

Open b4too opened this issue 4 years ago • 0 comments

Hello,

Using the latest FreshRSS image from docker hub I cannot make xExtension-CustomCSS work except by doing so :

docker exec -it freshrss bash
for i in $(find /usr/share/webapps/freshrss/p/themes/ -name *.css); do cat /config/www/freshrss/extensions/xExtension-CustomCSS/static/style.[username].css >> $i ; done

This way, the custom css created in the docker volume will be added to every css from the themes and therefore be applied, no container restart required.

Is it just me or are all using docker concerned by this issue ? All is green in checkinstall.

Thanks for your help.

b4too avatar Oct 14 '21 09:10 b4too