fix dashdot
hi everyone so i exposed my raspberry ip (not tunnel) to cloudflare so everything is ok except dashdot, its running on port 3001:3001 (not exposed to cloudflare or public ip but available in local ip but homarr cant display dashdot properly on my cloudflare domain or home domain when i use
http://192.168.1.11:3001
it says **The connection to your Dash. instance is using HTTP. This is a security risk, because HTTP is unencrypted and attackers could abuse this connection. Make sure that Dash. is using HTTPS, or downgrade Homarr to HTTP (not recommended).**
then when I use https://192.168.1.11:3001
it says dashdot not found but in reality dashdot on port 3001 works, i visited the port there please check the attachments i am adding... Thanks in advance (sorry for bad english)37 Replies
after restarting homarr its broken
@amirulandalib dashdot is essentially an iframe. Meaning that your browser does the request. Try using an external url for it instead. Like dashdot.domain.com or something
so how am i gonna do that
i cant add myip:port on cloudflare cname
also i didnt reverse proxy dashdot
its as is
3001:3001
Hi, note that Homarr mush be on the same protocol as Dash. is.
If you run HTTP, if must be HTTP (same with HTTPS).
If you want to access Dash. on Homarr from outside, you need to proxy or tunnel Dash.
inside also same
so how to make dash https
The same as you do with Homarr?
That's really up to you and your setup...
😦
i cant understand
If you proxy Homarr using Nginx, you should do the same with Dash.
If you use WireGuard or Tailscale for tunnelling, you need to do the same for Dash.
Yes, that will fix it. However, it will also grant anyone access to your Dash., unless you define additional firewall rules
Since Homarr is not meant to be exposed directly to the internet, we do not recommend this method though.
Personally, I prefer to tunnel my requests. This way, none of my applications are exposed to the internet and only I can access them.
Disadvantage of this method is, that I can't have an SSL certificate with CA chains, only self signed that must be explicitly trusted in browsers.
So usually, I just run off HTTP
if i use nginx auth?
Basic Auth can easily be bypassed, if you have a weak firewall
Consider using something like Authelia or Authentik
Just note, that our MIT license comes with no warranty or liablity:
https://homarr.dev/docs/community/license
You can use / expose Homarr however you want. Just make sure that it is secure
⚖️ License | Homarr Docs
Homarr is licensed under MIT.
ohh
bad news
dashdot reverse proxy doesnt work
and tunneling is banned by harcole
Huh ?
I don’t understand what you mean
harocle redacted from oracle
dashdot doesnt currently ( properly ) support nginx
We’re not the ones making dash dot so idk how we can address this issue
yeah so i went to dash
and saw it
😉
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
@mauz. hi dev can you send me nginx example for sub folder nginx
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
see thats what i was talking about thanks
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
What did break? We need more information than "it just broke"
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
The documentation is not out of date. It uses Iframes
Please allow iframes on your proxy 🙂
Oh, okay....
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
@mauz. can you maybe look into this? Too busy rn....
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Uhm, no, we didn't. I will this evening
Tracking it now:
https://github.com/ajnart/homarr/issues/1020
GitHub
Upstream API change for Dash. · Issue #1020 · ajnart/homarr
Environment Docker Version 0.12.2 Describe the problem Dash. upstream API had changed. Homarr's integration must be adjusted. Logs N.A. Context No response Please tick the boxes I confirm that ...
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
No problem. And thanks for letting us know
is dashdot fixed?
@ajnart can you answer? I am not up to date regarding this
It’s not
I didn’t look into what’s going on with it. Mine is also broken
@amirulandalib can you try to downgrade and tell us if it works with older versions of dash ?