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] Cant install dashy from Lissy93/portainer-templates in portainer #1535

Closed
5 tasks done
NAVARRA opened this issue Apr 19, 2024 · 5 comments
Closed
5 tasks done
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🕸️ Inactive 🛑 No Response [ISSUE] Response was requested, but has not been provided

Comments

@NAVARRA
Copy link

NAVARRA commented Apr 19, 2024

Environment

Self-Hosted (Docker)

System

No response

Version

No response

Describe the problem

Hello Lissy93 and thank you so much for your amazing work.

I do have a couple of instances of dashy running in my homelab but it always has been a hassle to set them up.
So i thougt i will use the Lissy93/portainer-templates in portainer to make the install easier.

i used this instruction https://github.com/Lissy93/portainer-templates to setup the templates with below url

https://raw.githubusercontent.com/Lissy93/portainer-templates/main/templates.json

when i hit deploy stack i always receive this error message:

failed to deploy a stack: Network dashy_default Creating Network dashy_default Created Container Dashy Creating Container Dashy Created Container Dashy Starting Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/portainer/Files/AppData/Config/Dashy/conf.yml" to rootfs at "/app/public/conf.yml": mount /portainer/Files/AppData/Config/Dashy/conf.yml:/app/public/conf.yml (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expect

what is configured wrong?
help would be highly appriciated since i absolutly love dashy

thank you so much navarra

Additional info

No response

Please tick the boxes

@NAVARRA NAVARRA added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Apr 19, 2024
@liss-bot
Copy link
Collaborator

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

@CrazyWolf13
Copy link
Collaborator

CrazyWolf13 commented Apr 19, 2024

Hi
Not sure what's giving you such a headache, but installing dashy is very very simple and straightforward.

Here is a command you can enter into your shell:

docker run -d \
  -p 8080:8080 \
  -v ~/dashy/user-data:/app/user-data \
  --name my-dashboard \
  --restart=always \
  lissy93/dashy:latest

This will expose the latest dashy instance on your host's ip on port 8080, you can freely choose it.

--name is the container name, you can also freely name it.
-v ~/my-conf.yml has to be the path on the host to your working dashy conf file, you can also take the default one from the github here located in /app/public

That's it.

If you encounter any error feel free to report back, thanks!

@CrazyWolf13
Copy link
Collaborator

Keep in mind dashy will soon upgrade to v3 where the path inside the container for mounting will change a bit, but we'll let everyone know once it releases

@CrazyWolf13
Copy link
Collaborator

Dashy has updated to V3, look here for the docker commands:

https://dashy.to/docs/deployment

@CrazyWolf13 CrazyWolf13 added ⚰️ Stale [ISSUE] [PR] No activity for over 1 month 🛑 No Response [ISSUE] Response was requested, but has not been provided labels May 10, 2024
@liss-bot
Copy link
Collaborator

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

@liss-bot liss-bot removed the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🕸️ Inactive 🛑 No Response [ISSUE] Response was requested, but has not been provided
Projects
Status: Done
Development

No branches or pull requests

4 participants