Dash

how do I setup dash I have it in my docker compose file but 2 things I am unsure really what ports I need to forward also what goes in the dash url
14 Replies
Cakey Bot
Cakey Bot2mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Smellyboars
Smellyboars2mo ago
OS: Ubuntu configuration: docker-compose Just to reiderate I installed dash in my docker compose file got it running but it never shows anything in my widget I just dont know 2 things what ports it needs forwarded as I dont understand 80:3001 usually its two of the same and second what the dash url should be in the widget
Tag
Tag2mo ago
Try to make sure that your dashdot instance is running before trying to integrate it. the Dashdot URL should be the one you use to access the page. The same we usually have to use in the app integrations.
Smellyboars
Smellyboars2mo ago
yeah so my dash instance is running but like I said I am a bit unsure what ports need to be forwarded is it both 80 and 3001 or from 80 to 3001 I have my public ip which I use to access the web page as my dash url
Tag
Tag2mo ago
Just try both and see if either loads
Smellyboars
Smellyboars2mo ago
so forward both 80 and 3001
Tag
Tag2mo ago
For now. Try both port in homarr after that and check which one works. Remove the other one from forwarding after that
Smellyboars
Smellyboars2mo ago
so for my url should I just put my public ip or <public ip>:<port>
Tag
Tag2mo ago
If they are running on the same machine, just use your machine's local IP If they are just on the same network, use the ip of the machine running dashdot from your local network
Smellyboars
Smellyboars2mo ago
this is what I have still nothing
No description
Smellyboars
Smellyboars2mo ago
same machine
Tag
Tag2mo ago
You forgot the port and protocol
http://192.168.1.175:80
http://192.168.1.175:80
or
http://192.168.1.175:3001
http://192.168.1.175:3001
Smellyboars
Smellyboars2mo ago
Thank you mate the first one worked with port 80 thanks for your help
Tag
Tag2mo ago
No problem