dashy icon indicating copy to clipboard operation
dashy copied to clipboard

Color Changes to Themes are Not Applied in Latest Docker Image

Open teamRibcage opened this issue 2 years ago • 7 comments

Environment

Self-Hosted (Docker)

System

Docker 20.10.21

Version

2.1.1

Describe the problem

After updating the Docker container to the latest image ( lissy93/dashy:latest ) it seems that changes made to Theme colors and fonts in the conf.yml file are not applied. In my setup, I have most all of the colors/fonts defined as

theme: "basic"
  customColors:    
    basic:
      primary: '#282a40'
      background: '#1c1e2d'
      background-darker: '#212335'
      info: '#04e4f4'
      success: '#00ca8b'
      ...

After updating the container, the selected theme shows to be "Basic", however none of the modified colors or fonts are changed. Re-deploying the container using the image lissy93/dashy:2.1.0 fixes this issue.

I searched through Issues already opened, but didn't see anything similar raised yet. I apologize if I missed something! Thanks again for all your hard work on this project! 🙂

Additional info

No response

Please tick the boxes

teamRibcage avatar Dec 14 '22 17:12 teamRibcage

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

liss-bot avatar Jan 14 '23 01:01 liss-bot

Rebuilt the container using the :latest tag again yesterday. Issue is still present 🙂

teamRibcage avatar Jan 16 '23 17:01 teamRibcage

I am having the same issue. Fresh containers don't seem to apply the customColors settings when starting. Manually rebuilding the application from the UI is necessary.

maximemoreillon avatar Feb 01 '23 03:02 maximemoreillon

It is possible that this issue is related to yarn build not being run at startup, as pointed out in issue https://github.com/Lissy93/dashy/issues/1051

maximemoreillon avatar Feb 11 '23 04:02 maximemoreillon

I believe you are correct @maximemoreillon - deploying the container with entrypoint: ["yarn","build-and-start"] as per #1051 solves my color & font issues as well. Unfortunately, multiple other issues I just haven't had the time to look into yet have kept me on this release version for now..... 😐

teamRibcage avatar Mar 05 '23 16:03 teamRibcage

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

liss-bot avatar Apr 06 '23 01:04 liss-bot

I'm still having this problem on 2.1.1

shannonr avatar Apr 08 '23 02:04 shannonr

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

liss-bot avatar May 09 '23 01:05 liss-bot

I'm still having this problem on 2.1.1

shannonr avatar May 12 '23 11:05 shannonr

I believe you are correct @maximemoreillon - deploying the container with entrypoint: ["yarn","build-and-start"] as per #1051 solves my color & font issues as well. Unfortunately, multiple other issues I just haven't had the time to look into yet have kept me on this release version for now..... neutral_face

I'm having this issue as well, and this is what fixes it. Using docker compose, Everything defined in appConfig isn't being loaded.

megacorvega avatar Jul 24 '23 16:07 megacorvega

This issue has gone 3 months without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

liss-bot avatar Oct 28 '23 01:10 liss-bot

This issue was automatically closed because it has been stalled for over 6 weeks with no activity.

liss-bot avatar Nov 02 '23 01:11 liss-bot

This should actually be resolved, have tested with the latest version and seems to be working okay. But since any colors are set in the config file, a rebuild will be necissary for your changes to take effect.

Lissy93 avatar Dec 31 '23 16:12 Lissy93