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

[BUG] Weather icons (and maybe others) missing from docker image #1401

Closed
5 tasks done
louisjg opened this issue Nov 29, 2023 · 5 comments
Closed
5 tasks done

[BUG] Weather icons (and maybe others) missing from docker image #1401

louisjg opened this issue Nov 29, 2023 · 5 comments
Assignees
Labels
📦Docker issue 🕸️ Inactive 🛑 No Response [ISSUE] Response was requested, but has not been provided

Comments

@louisjg
Copy link

louisjg commented Nov 29, 2023

Environment

Self-Hosted (Docker)

System

No response

Version

2.1.1

Describe the problem

Am using the weather widget; all data appears fine except weather icon. Digging around in the directories, it appears maybe some of the files didn't get rolled into the docker container? Just a guess :-) It could very well be something I did wrong on my end.

It also seems like the favicon isn't displaying when I load my page - may be related.

Additional info

This is from the console of my dashy container. Certain files from /public appear not to be in the container.

Here is the container I'm running:

a59e0f05df579ad1c1f5a84085d0d40f2d00e0145b73b87961b3dff3c2a13a42
org.opencontainers.image.created 2023-01-01T22:08:32.916Z
org.opencontainers.image.revision 15d7e9936da4f26bd3585a9548bf92b2e502393f
/app # find . -name *.woff
/app # find . -name *weather*
./src/styles/weather-icons.scss
/app # find . -name *Weather*
./src/components/Widgets/WeatherForecast.vue
./src/components/Widgets/Weather.vue
/app # find . -name favicon.ico
./node_modules/@vue/cli-service/generator/template/public/favicon.ico
./node_modules/mobius1-selectr/docs/favicon.ico
/app # find . -name dashy-logo.png
/app # find . -name favicon*
./node_modules/@vue/cli-plugin-pwa/generator/template/public/img/icons/favicon-32x32.png
./node_modules/@vue/cli-plugin-pwa/generator/template/public/img/icons/favicon-16x16.png
./node_modules/@vue/cli-service/generator/template/public/favicon.ico
./node_modules/mobius1-selectr/docs/favicon.ico
/app # find . -name dashy-*
/app #

Please tick the boxes

@louisjg louisjg added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Nov 29, 2023
@liss-bot
Copy link
Collaborator

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated

@TheRealGramdalf
Copy link

Did you by any chance mount /host/path:/app/public rather than /host/path/to/conf.yml:/app/public/conf.yml? This is the source of a whole bunch of weird interactions, see #1290 (comment) for a full explanation

@liss-bot liss-bot added the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label Jan 10, 2024
@liss-bot liss-bot removed the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label Feb 2, 2024
@CrazyWolf13
Copy link
Collaborator

CrazyWolf13 commented Feb 23, 2024

Have you tried a total recreation of the container and using the options like described here.

https://dashy.to/docs/quick-start

Welcome to Dashy! So glad you're here 😊 In a couple of minutes, you'll have your new dashboard up and running 🚀

@CrazyWolf13 CrazyWolf13 added 📜 Config issue Issue inside the user's config 📦Docker issue 🚏 Awaiting User Response [ISSUE] Response from original author is pending and removed 🐛 Bug [ISSUE] Ticket describing something that isn't working 📜 Config issue Issue inside the user's config labels Feb 23, 2024
@liss-bot
Copy link
Collaborator

Hello! Looks like additional info is required for this issue to be addressed. Don't forget to provide this within the next few days to keep your ticket open.

@liss-bot liss-bot added the 🛑 No Response [ISSUE] Response was requested, but has not been provided label Feb 29, 2024
@liss-bot
Copy link
Collaborator

liss-bot commented Mar 3, 2024

Issue closed due to no response from user.

@liss-bot liss-bot closed this as completed Mar 3, 2024
@liss-bot liss-bot removed the 🚏 Awaiting User Response [ISSUE] Response from original author is pending label Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦Docker issue 🕸️ Inactive 🛑 No Response [ISSUE] Response was requested, but has not been provided
Projects
Status: Done
Development

No branches or pull requests

5 participants