H
Homarrโ€ข11mo ago
KingLego2006

Connecting multiple servers with dashdot/Reverse Proxying with nginx

Hello! Can I set Homarr to display stats about my unRaid server , cpu/ram/network/storage/ect?
I have three servers at my house running unRaid, I have installed Homarr on the server I have that runs all of my web apps and web server, can I install Homarr on the other two and link them together somehow? essentially allowing Homarr to display stats and info for all three?
206 Replies
Manicraft1001
Manicraft1001โ€ข11mo ago
Yes, you can do that using the Dash. widget. Due to the complexity and millions of possible hardware combinations, we use Dash. for it and didn't make our own solution. Therefore, you'll have to setup Dash as well.
KingLego2006
KingLego2006โ€ข11mo ago
yes, i just found it, I'll get to working on that
KingLego2006
KingLego2006โ€ข11mo ago
alright, follow up question, ive got Dash. running on one of my servers, i can either point homarr to dash. via http://192.168.1.98 (internal static IP of the server running dash.) or use https, if I use https I cant get graphs to show up, if I use http then I cant get any of it to show up, is there something I can change from Homarr end, or is it an issue with Dash.?
No description
No description
KingLego2006
KingLego2006โ€ข11mo ago
Dash. is running http, but homarr is being reverse proxied with nginx and is running https
Manicraft1001
Manicraft1001โ€ข11mo ago
Websites, that run on HTTPS, do not allow any embeds with HTTP. Therefore, your site must have the same protocol as Homarr.
KingLego2006
KingLego2006โ€ข11mo ago
the rest of my dashboard appears to be working fine, running under https, I just cannot get my graphs to show up, how do I know if homarr is actually running https or if its just being made to https with nginx
No description
Manicraft1001
Manicraft1001โ€ข11mo ago
Homarr itself does not support HTTPS due to a limitation of the framework in use. We'll eventually implement a workaround, but we haven't had the time for that yet. You can check the protocol in your browser. The prefix indicates the protocol
KingLego2006
KingLego2006โ€ข11mo ago
its using https, so if i set nginx reverse proxy config back to HTTP only, it should be fine and I should get the graphs?
Manicraft1001
Manicraft1001โ€ข11mo ago
Yes Or you can connect directly to Homarr. Note that HTTP will not encrypt your traffic. Therefore, we highly encourage you to use HTTPS I currently have very poor network connection. Sorry if any of my responses are delayed
KingLego2006
KingLego2006โ€ข11mo ago
no worries! currently i have a subdomain pointing to my house, nginx then reverse proxies that subdomain to my homarr instance, which im then connecting to the dash. instance with ive got https set with nginx and a certbot certificate, should I try removing that? if I connect locally then I can view the graphs using http, but my goal here is to be able to view the graphs from outside of my network, i.e. at work or school
Manicraft1001
Manicraft1001โ€ข11mo ago
If you want them outside your network, proxy them like you do with Honarr Or, you could not expose them at all and use a VPN with unencrypted HTTP I use the second variant myself
KingLego2006
KingLego2006โ€ข11mo ago
true, so I would just reverse proxy the dash. instances with nginx as well?
Manicraft1001
Manicraft1001โ€ข11mo ago
Yes, that is one possible way of doing it
KingLego2006
KingLego2006โ€ข11mo ago
only reason I don't use a VPN is its blocked on computers at school, however my domains arent
Manicraft1001
Manicraft1001โ€ข11mo ago
Makes sense ๐Ÿ‘
KingLego2006
KingLego2006โ€ข11mo ago
they have forced network settings, we cant change them except to connect to wifi networks at our houses lol okay, thank you for your help! ill let you know if I have any other issues
Manicraft1001
Manicraft1001โ€ข11mo ago
Sure! No problem Let me know if you need help
KingLego2006
KingLego2006โ€ข11mo ago
if I was able to use a vpn I wouldnt have to have monitoring available outside my house I would just use the unraid dashboard pages, but id wrather not expose the servers directly to the outside lol also this looks cooler ๐Ÿ˜‚
brunotco
brunotcoโ€ข11mo ago
Even after you out both homarr and dash behind nginx you might get problems with the graphs, ir you use different subdomains on them, I had
KingLego2006
KingLego2006โ€ข11mo ago
no reason i cant use the same subdomains
brunotco
brunotcoโ€ข11mo ago
Yes, I just pointed that because I used different ones
KingLego2006
KingLego2006โ€ข11mo ago
gotcha
brunotco
brunotcoโ€ข11mo ago
I setup dash.domain and homarr.domain If you don't do that you should be fine
Manicraft1001
Manicraft1001โ€ข11mo ago
Oh, that is not expected. Can you DM me a domain example?
brunotco
brunotcoโ€ข11mo ago
Yes I can
Manicraft1001
Manicraft1001โ€ข11mo ago
Thanks. Can you also open an issue on GitHub and tag me? As long as the Domain both are the same protocol, there should be no problem.
brunotco
brunotcoโ€ข11mo ago
Yes I'll do it later ๐Ÿ˜‰
KingLego2006
KingLego2006โ€ข11mo ago
@brunotco can you help me out with reverse proxying? i have dashboard.domain.us/romeo/ proxy passed to the interal ip and port of dashdot instance, but when i visit the url in my browser, it says "cannot GET /romeo/" and dashdot cant find the instance
KingLego2006
KingLego2006โ€ข11mo ago
No description
No description
No description
brunotco
brunotcoโ€ข11mo ago
I'll try ๐Ÿ˜‹ This is inside Homarr right? And this is on the browser at /romeo/
KingLego2006
KingLego2006โ€ข11mo ago
the first ss is my nginx reverse proxy config, the 2nd is in homarr, and the third is my browser
brunotco
brunotcoโ€ข11mo ago
Ok But you can get to dash. with ip:3001?
KingLego2006
KingLego2006โ€ข11mo ago
its reverse proxied so i dont have the port facing outward, lemme forward the port rq hang on internally tho, yes i can if i type in http://192.168.1.98:3001 i get my dashdot dashboard
brunotco
brunotcoโ€ข11mo ago
Ok
KingLego2006
KingLego2006โ€ข11mo ago
and yes the same if i use my external ip
brunotco
brunotcoโ€ข11mo ago
192.168.1.98 is your container IP or host IP?
KingLego2006
KingLego2006โ€ข11mo ago
thats the ip of the host running it in this case, the unraid server
brunotco
brunotcoโ€ข11mo ago
And the nginx is in the same host?
KingLego2006
KingLego2006โ€ข11mo ago
nginx is in a vm on a different server
KingLego2006
KingLego2006โ€ข11mo ago
No description
KingLego2006
KingLego2006โ€ข11mo ago
the unraid server ^
brunotco
brunotcoโ€ข11mo ago
Can you check if the VM can reach the .98 host?
KingLego2006
KingLego2006โ€ข11mo ago
sure one sec
KingLego2006
KingLego2006โ€ข11mo ago
No description
KingLego2006
KingLego2006โ€ข11mo ago
all good
brunotco
brunotcoโ€ข11mo ago
Hum...
KingLego2006
KingLego2006โ€ข11mo ago
yeah its stumping me, theoretically it should all work
brunotco
brunotcoโ€ข11mo ago
That's so strange Yeah xD Can you see on the browser when accessing /romeo/ if you get any log on the develop window?
KingLego2006
KingLego2006โ€ข11mo ago
404 not found interesting
KingLego2006
KingLego2006โ€ข11mo ago
No description
KingLego2006
KingLego2006โ€ข11mo ago
No description
brunotco
brunotcoโ€ข11mo ago
On the proxypass to .98 Add / after port number And try again
KingLego2006
KingLego2006โ€ข11mo ago
ight, back to where i started ive got the storage and network text, no graphs
KingLego2006
KingLego2006โ€ข11mo ago
No description
brunotco
brunotcoโ€ข11mo ago
That's normal XD
KingLego2006
KingLego2006โ€ข11mo ago
in console
No description
KingLego2006
KingLego2006โ€ข11mo ago
ok, so how can I get the graphs to show up?
brunotco
brunotcoโ€ข11mo ago
Go to the widget settings
KingLego2006
KingLego2006โ€ข11mo ago
in homarr or dashdot?
brunotco
brunotcoโ€ข11mo ago
Homarr
KingLego2006
KingLego2006โ€ข11mo ago
ighty
brunotco
brunotcoโ€ข11mo ago
The dash widget in homarr you named Romeo
KingLego2006
KingLego2006โ€ข11mo ago
No description
brunotco
brunotcoโ€ข11mo ago
Yes
KingLego2006
KingLego2006โ€ข11mo ago
there ya go
brunotco
brunotcoโ€ข11mo ago
Storage open it
KingLego2006
KingLego2006โ€ข11mo ago
No description
brunotco
brunotcoโ€ข11mo ago
And uncheck the option of text compact
KingLego2006
KingLego2006โ€ข11mo ago
okay, still no graphs are showing up tho
brunotco
brunotcoโ€ข11mo ago
Can you print the widget now?
KingLego2006
KingLego2006โ€ข11mo ago
No description
KingLego2006
KingLego2006โ€ข11mo ago
No description
brunotco
brunotcoโ€ข11mo ago
Hum I think the widget is there because of the blank space
KingLego2006
KingLego2006โ€ข11mo ago
should I forward those extra ports too? or proxy i should say
brunotco
brunotcoโ€ข11mo ago
But you're getting 404 errors
KingLego2006
KingLego2006โ€ข11mo ago
mhm
brunotco
brunotcoโ€ข11mo ago
No problem not ports
KingLego2006
KingLego2006โ€ข11mo ago
the dashboard. domain as itself only forwards to the homarr instance running the dashdot instance is another machine if its trying to get a port from the dashdot instance for the graphs but it doesnt exist because its not being proxied back
brunotco
brunotcoโ€ข11mo ago
I think it uses iframes so that's not the problem Try this to check On Homarr add a widget - iframe
KingLego2006
KingLego2006โ€ข11mo ago
ight what should i use for the url?
Manicraft1001
Manicraft1001โ€ข11mo ago
Yes, it does use iframes
brunotco
brunotcoโ€ข11mo ago
Your https://fullurl/romeo/?graphs=cpu Sorry graph and not graphs It should show you the CPU graph from dash.
KingLego2006
KingLego2006โ€ข11mo ago
blank white page
KingLego2006
KingLego2006โ€ข11mo ago
what dashdot shows:
No description
brunotco
brunotcoโ€ข11mo ago
No description
KingLego2006
KingLego2006โ€ข11mo ago
on homarr:
No description
brunotco
brunotcoโ€ข11mo ago
I use it like that and have this
KingLego2006
KingLego2006โ€ข11mo ago
strange
brunotco
brunotcoโ€ข11mo ago
Ok so it looks like it could be some kind of CORS problem or something... On the browser logs any error?
KingLego2006
KingLego2006โ€ข11mo ago
No description
brunotco
brunotcoโ€ข11mo ago
Do me a favor go to Network tab And refresh the browser Than print it please
KingLego2006
KingLego2006โ€ข11mo ago
No description
KingLego2006
KingLego2006โ€ข11mo ago
if i visit this in my browser heres the console for that
No description
KingLego2006
KingLego2006โ€ข11mo ago
using graph tho not graphs if thats any help
brunotco
brunotcoโ€ข11mo ago
Yeah Your getting 404 on the dash. requests
KingLego2006
KingLego2006โ€ข11mo ago
should i try to port forward dash. directly to outside and use that?
brunotco
brunotcoโ€ข11mo ago
You can try it Oh wait Do you have internal DNS? Pointing your domain to the reverse proxy?
KingLego2006
KingLego2006โ€ข11mo ago
when i do that the graph boxes change to (external ip) sent an invalid response domain is registered with cloudflare lemme check
KingLego2006
KingLego2006โ€ข11mo ago
No description
KingLego2006
KingLego2006โ€ข11mo ago
readacted my external ip but its just forwarding the domain
brunotco
brunotcoโ€ข11mo ago
Ok I think the problem could be your Homarr container can't point the dashboar.domain to the reverseproxy
KingLego2006
KingLego2006โ€ข11mo ago
okay, but in homarr if i use my external ip and the dashdot port instead i get invalid response
KingLego2006
KingLego2006โ€ข11mo ago
No description
brunotco
brunotcoโ€ข11mo ago
With this what do you have in the browser logs?
KingLego2006
KingLego2006โ€ข11mo ago
No description
brunotco
brunotcoโ€ข11mo ago
Did you refresh Homarr after changed to external IP?
KingLego2006
KingLego2006โ€ข11mo ago
yes it didnt safve hang on i forgot to save it
brunotco
brunotcoโ€ข11mo ago
Ok Worked with external?
KingLego2006
KingLego2006โ€ข11mo ago
No description
KingLego2006
KingLego2006โ€ข11mo ago
thats the iframe, and the same thing in the graphs
brunotco
brunotcoโ€ข11mo ago
https://ip:port/?graphs=cpu Does it give you the CPU graph?
KingLego2006
KingLego2006โ€ข11mo ago
invalid response
No description
brunotco
brunotcoโ€ข11mo ago
Change it to http Instead of https
KingLego2006
KingLego2006โ€ข11mo ago
blank white
KingLego2006
KingLego2006โ€ข11mo ago
No description
KingLego2006
KingLego2006โ€ข11mo ago
it doesnt like not being over https
brunotco
brunotcoโ€ข11mo ago
Yeah it will not work with http it was just to test it out
KingLego2006
KingLego2006โ€ข11mo ago
sooo
brunotco
brunotcoโ€ข11mo ago
You have to get it working with the proxy
KingLego2006
KingLego2006โ€ข11mo ago
yeaha i can try dropping the dashboard page itself to http, dropping using certbot and all that stuff
brunotco
brunotcoโ€ข11mo ago
Let's recap
KingLego2006
KingLego2006โ€ข11mo ago
okay
brunotco
brunotcoโ€ข11mo ago
With /romeo/ you can access the dash. page right?
KingLego2006
KingLego2006โ€ข11mo ago
no, blank white screen
brunotco
brunotcoโ€ข11mo ago
Oh I thought it was working
KingLego2006
KingLego2006โ€ข11mo ago
nah
brunotco
brunotcoโ€ข11mo ago
And if you add info
KingLego2006
KingLego2006โ€ข11mo ago
i can get dashdot using the internal ip or using the external ip
brunotco
brunotcoโ€ข11mo ago
/romeo/info?
KingLego2006
KingLego2006โ€ข11mo ago
but not the fqdn
KingLego2006
KingLego2006โ€ข11mo ago
No description
KingLego2006
KingLego2006โ€ข11mo ago
gives me that
brunotco
brunotcoโ€ข11mo ago
Ok so it is reachable Then why the hell you get that white screen at /romeo/? XD
KingLego2006
KingLego2006โ€ข11mo ago
this is interesting, connectiong to homarr using its internal ip, i can see the dashdot page in the iframe with the iframe set to the external ip and port of my house but if i use the fqdn to access homarr, i get a white screen in the iframe
brunotco
brunotcoโ€ข11mo ago
Yeah
KingLego2006
KingLego2006โ€ข11mo ago
is that expected?
brunotco
brunotcoโ€ข11mo ago
Because your using dash with http so accessing homarr with ip gives you the graph
KingLego2006
KingLego2006โ€ข11mo ago
ah i still couldnt connect to dashdot using the integration tho
brunotco
brunotcoโ€ข11mo ago
The problem you're having is in dash. behind the reverse proxy
KingLego2006
KingLego2006โ€ข11mo ago
yeah
brunotco
brunotcoโ€ข11mo ago
It's reachable because /info works
KingLego2006
KingLego2006โ€ข11mo ago
yeah
brunotco
brunotcoโ€ข11mo ago
But for some reason the main page is not loading
KingLego2006
KingLego2006โ€ข11mo ago
yerp
brunotco
brunotcoโ€ข11mo ago
In /romeo/ do you have any browser logs errors?
KingLego2006
KingLego2006โ€ข11mo ago
with or without the info with the info, no errors without the info, yes
KingLego2006
KingLego2006โ€ข11mo ago
No description
brunotco
brunotcoโ€ข11mo ago
Yeah some problem there That's the errors you were getting on homarr
KingLego2006
KingLego2006โ€ข11mo ago
yeah 404 not found for some reason is it something id have to change with dashdot?
brunotco
brunotcoโ€ข11mo ago
I'm not really sure now ๐Ÿ˜…
KingLego2006
KingLego2006โ€ข11mo ago
lol its alright
brunotco
brunotcoโ€ข11mo ago
If the problem is with the iframes You could try what I did Add to /romeo/ add Content Security Policy header
KingLego2006
KingLego2006โ€ข11mo ago
whats that? ive got like very basic understanding of this stuff lol
brunotco
brunotcoโ€ข11mo ago
But it's accessing directly to /romeo/ so don't think it would do much difference You can try it On nginx
KingLego2006
KingLego2006โ€ข11mo ago
what should i add to the cfg?
brunotco
brunotcoโ€ข11mo ago
add_header Content-Security-Policy "frame-ancestors 'self' 'domain.com';"; Change the domain.com for your domain And give it a try ๐Ÿ˜‰
KingLego2006
KingLego2006โ€ข11mo ago
so add_header Content-Security-Policy "frame-ancestors 'self' 'dashboard.kinglego.us';"; ? if its located at dashboard.kinglego.us?
brunotco
brunotcoโ€ข11mo ago
Yeah xD not really making much sense xD It works for me because of the subdomains and I pass a subdomain there
KingLego2006
KingLego2006โ€ข11mo ago
yeah same errors the tab changes to dash. but still a blank white page
brunotco
brunotcoโ€ข11mo ago
I'll try to see something about dashdot reverse proxy
KingLego2006
KingLego2006โ€ข11mo ago
kk
KingLego2006
KingLego2006โ€ข11mo ago
hers what i get from homar
No description
KingLego2006
KingLego2006โ€ข11mo ago
๐Ÿ“Ÿ Dash. | Homarr Docs
The Dash. widget will integrate your existing Dash. instance into Homarr. The graphs will be integrated using iframe.
KingLego2006
KingLego2006โ€ข11mo ago
@brunotco thats all ive been able to find i didnt even find anything on the dashdot page to suggest reverse proxy
brunotco
brunotcoโ€ข11mo ago
I tried searching and also didn't find anything relevant on it I can try to simulate your environment and see what happens Ok so I kinda got the problem the https://domain/romeo/ is ok but it gives 404 errors because it's trying to load resources from https://domain/assets and not https://domain/romeo/assets
Manicraft1001
Manicraft1001โ€ข11mo ago
Wait, I have to quickly ask here. I didn't read your conversation above, but are you trying to use Homarr at a path (eg. domain/homarr )?
KingLego2006
KingLego2006โ€ข11mo ago
no
Manicraft1001
Manicraft1001โ€ข11mo ago
Ah okay. Because Homarr is not compatible with subpaths
KingLego2006
KingLego2006โ€ข11mo ago
so, would putting dashdot behind its own subdomains work? attempting to connect to dashdot using subpaths that are reverse proxied because i cant just forward /domain/assets to the one dashdot instance because eventually im going to have multiple running
brunotco
brunotcoโ€ข11mo ago
yes and that is the problem what I tested was accessing /romeo/ that points to dashdot I get 404 errors and one of them is http://dash.test.local/assets/logo192.png can't find this image, it's the dashdot tab icon and it's normal because it's really inside /romeo/assets
KingLego2006
KingLego2006โ€ข11mo ago
so if i instead point it to something.domain.com instead of domain/something it would work?
brunotco
brunotcoโ€ข11mo ago
and it's like you say, can't /assets to /romeo/assets cause if you get another that as assets in /assets you gonna have problems yes it's my setup
KingLego2006
KingLego2006โ€ข11mo ago
alrighty, and its gonna have to be a subdomain for each?
brunotco
brunotcoโ€ข11mo ago
dash.domain.com and homarr.domain.com
KingLego2006
KingLego2006โ€ข11mo ago
gotcha thanks!
brunotco
brunotcoโ€ข11mo ago
for you
KingLego2006
KingLego2006โ€ข11mo ago
ill try that when i get the chance and let you know
brunotco
brunotcoโ€ข11mo ago
you can have just a subdomain on dashdot and leave homarr as it is
KingLego2006
KingLego2006โ€ข11mo ago
yep
brunotco
brunotcoโ€ข11mo ago
instead of using domain.com/romeo use romeo.domain.com try it and then give your feedback ๐Ÿ˜›
KingLego2006
KingLego2006โ€ข11mo ago
will do, im travelling today but ill have times to work on it, thanks so much!
brunotco
brunotcoโ€ข11mo ago
no problem in the meantime I'm a little stubborn xD I got it to work with the setup you wanted ๐Ÿ˜›
brunotco
brunotcoโ€ข11mo ago
No description
brunotco
brunotcoโ€ข11mo ago
got it working on /dot/
brunotco
brunotcoโ€ข11mo ago
No description
brunotco
brunotcoโ€ข11mo ago
and iframe shows on homarr
KingLego2006
KingLego2006โ€ข11mo ago
how
brunotco
brunotcoโ€ข11mo ago
I added a rule on nginx
if ($http_referer ~ ^https?://dash.test.local/dot) {
rewrite ^/(.*)$ /dot/$1 last;
}
if ($http_referer ~ ^https?://dash.test.local/dot) {
rewrite ^/(.*)$ /dot/$1 last;
}
when you have a request that's from /dot/ that's the referer rewrite the request to add /dot/ so the wrong request for domain/assets/icon is changed to domain/dot/assets/icon basically all asked from inside /dot/ stays inside /dot/ and doesn't move to the / (root)
KingLego2006
KingLego2006โ€ข11mo ago
ah okay
brunotco
brunotcoโ€ข11mo ago
try it when you can
KingLego2006
KingLego2006โ€ข11mo ago
That seems to be working beautifully, thank you so much! im gonna go ahead and start rolling it to other servers as well, ill let you know if i get any issues! but thank you again, i know this is a strange case @manicraft1001 is there a way some of this can be added to the docs on the homarr site? i can summarize what ive done here, i cant imagine im the only one who has this setup
Manicraft1001
Manicraft1001โ€ข11mo ago
Yes, absolutely. On each documentation page, there is an edit link at the bottom. Click on that and then edit the text. You need a GitHub account for that. Please add it to the Proxies & Certificates page ๐Ÿ™‚ Good work everyone here for the awesome collaboration
KingLego2006
KingLego2006โ€ข11mo ago
will do
Manicraft1001
Manicraft1001โ€ข11mo ago
Awesome. Thanks for finding out a solution Let us know if you have questions with the documentation We'll review the content once you submit a pull request.
ajnart
ajnartโ€ข11mo ago
That would be really awesome thank you so much
KingLego2006
KingLego2006โ€ข11mo ago
alrighty, got a chance to write out a draft real quick, what do yall think?
Reverse Proxy with NGINX - Example for multiple instances of Dash.
Because Dash. uses iframes to display the graphs, you can run into problems when using a reverse proxy to access them. There are two ways you can do this, either by using subdomains for each instance of Dash. or by using subpaths.

You can use a subdomain for each instance of Dash. and simply use instanceone.domain.come, instancetwo.domain.com, instancethree.domain.com, ect. for your instances, and simply point anything sent to that domain to your Dash. instance in NGINX. That would require seperate configuration files and subdomains for each instance. (INSERT EXAMPLE OF THAT HERE)

You can also use subpaths, which only requires one subdomain and configuration file for each, allowing your Dash. and your Homarr instances to all exist on the same subdomain. However, when Homarr attempts to pull the iframes, it will attempt to pull from sub.domain.com/assets, instead of sub.domain.com/instance/assets. So, you simply rewrite the incomming requests and modify the path, and that will connect your Homarr and Dash. instances. (INSERT EXAMPLE OF THAT HERE)
Reverse Proxy with NGINX - Example for multiple instances of Dash.
Because Dash. uses iframes to display the graphs, you can run into problems when using a reverse proxy to access them. There are two ways you can do this, either by using subdomains for each instance of Dash. or by using subpaths.

You can use a subdomain for each instance of Dash. and simply use instanceone.domain.come, instancetwo.domain.com, instancethree.domain.com, ect. for your instances, and simply point anything sent to that domain to your Dash. instance in NGINX. That would require seperate configuration files and subdomains for each instance. (INSERT EXAMPLE OF THAT HERE)

You can also use subpaths, which only requires one subdomain and configuration file for each, allowing your Dash. and your Homarr instances to all exist on the same subdomain. However, when Homarr attempts to pull the iframes, it will attempt to pull from sub.domain.com/assets, instead of sub.domain.com/instance/assets. So, you simply rewrite the incomming requests and modify the path, and that will connect your Homarr and Dash. instances. (INSERT EXAMPLE OF THAT HERE)
if yall think it looks good, ill add in the examples and submit the fork or whatever its called idk i dont work with git much lol
Manicraft1001
Manicraft1001โ€ข11mo ago
Looks fine. Would be nice if you could do a PR for this, so we can see the full text
KingLego2006
KingLego2006โ€ข11mo ago
i will when I get the chance to add in examples u didnt see that
Manicraft1001
Manicraft1001โ€ข11mo ago
I did ๐Ÿ˜„ Sadly, we have logs of deleted messages xD
KingLego2006
KingLego2006โ€ข11mo ago
shh ugh
Manicraft1001
Manicraft1001โ€ข11mo ago
Anyhow, I don't mind lmao Just do the pull request ๐Ÿ˜„
KingLego2006
KingLego2006โ€ข10mo ago
ill have to write the examples to up* @manicraft1001 sorry it took so long, ive had a bunch of stuff come up, but I just committed a pr (i think, never done it before) lmk if i need to update/modify it at all
KingLego2006
KingLego2006โ€ข10mo ago
Manicraft1001
Manicraft1001โ€ข10mo ago
Wow, I really appreciate that you didn't forget about it Can you open a pull request to the Homarr Docs repository? I quickly glanced over it and it looked really good so far Thanks โค๏ธ
KingLego2006
KingLego2006โ€ข10mo ago
GitHub
Update dashdot-widget.md by KingLego2006 ยท Pull Request #72 ยท ajnar...
Thank you for contributing to Homarr! So that your Pull Request can be handled effectively, please populate the following fields (delete sections that are not applicable) Category One of: Bugfix /...
KingLego2006
KingLego2006โ€ข10mo ago
did i do it correctly?