Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applying theme breaks tt-rss #122

Open
whatfuturedotlol opened this issue Dec 16, 2023 · 1 comment
Open

applying theme breaks tt-rss #122

whatfuturedotlol opened this issue Dec 16, 2023 · 1 comment

Comments

@whatfuturedotlol
Copy link

whatfuturedotlol commented Dec 16, 2023

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

#119 (comment)

@ourovoros
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants