levito / tt-rss-feedly-theme

Feedly theme for Tiny Tiny RSS
MIT License
641 stars 76 forks source link

applying theme breaks tt-rss #122

Open whatfuturedotlol opened 9 months ago

whatfuturedotlol commented 9 months ago

so this issue seems to be the same as one from a couple months ago that was closed. at least the screenshot and description match.

i replied there, but its closed, so just in case am opening a new issue. here's the link

https://github.com/levito/tt-rss-feedly-theme/issues/119#issuecomment-1858931824

ourovoros commented 4 months ago

I was in the same situation. After checking, it seems that the current MASTER branch does not contain the necessary files.

Please specify the branch and clone the GIT repository. $ git clone -b dist https://github.com/levito/tt-rss-feedly-theme.git

Then, go to the cloned directory and $ cd tt-rss-feedly-theme Copy the entire contents of the directory to the themes.local folder. Adjust the volume name(tt-rss_web-nginx_1 is my environment) to suit your environment. $ sudo docker cp ./ tt-rss_web-nginx_1:/var/www/html/tt-rss/themes.local/

As of 5/20/2024, the following files are present and it works fine when I try it. $ sudo docker exec tt-rss_web-nginx_1 ls /var/www/html/tt-rss/themes.local/ feedly/ feedly-high-contrast.css feedly-high-contrast_auto.css feedly-high-contrast_night.css feedly-sepia-contrast.css feedly-sepia-contrast_auto.css feedly-sepia-contrast_night.css feedly-sepia.css feedly-sepia_auto.css feedly-sepia_night.css feedly.css feedly_auto.css feedly_night.css local-overrides.css local-overrides.js

Good luck!