dashy
dashy copied to clipboard
Color Changes to Themes are Not Applied in Latest Docker Image
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
- [X] You have explained the issue clearly, and included all relevant info
- [X] You are using a supported version of Dashy
- [X] You've checked that this issue hasn't already been raised
- [X] You've checked the docs and troubleshooting guide
- [X] You agree to the code of conduct
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.
Rebuilt the container using the :latest
tag again yesterday. Issue is still present 🙂
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.
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
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..... 😐
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.
I'm still having this problem on 2.1.1
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.
I'm still having this problem on 2.1.1
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.
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.
This issue was automatically closed because it has been stalled for over 6 weeks with no activity.
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.