Extensions
Extensions copied to clipboard
xExtension-CustomCSS not working with custom theme in docker
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.