Customizing the login page possible?

Is there a way to customize of the dashboard login page easily, like editing a few file?what file and where i need to edit the login page?

I just need to add a few link button and some information text. nothing serious, more of a convenience thing.

im using docker server setup and netbirdio/dashboard:latest for dashboard

If you mean, are there options within the management dashboard to brand it, then no.

But it is open source… so you could fork GitHub - netbirdio/dashboard: NetBird Management Service Web UI Panel · GitHub and modify the relevant files there. From a brief look the interface is using React, so definitely doable with a bit of work.

Not really branding issue. Since im planing to use www subdomain for other stuff and NB is in the root domain, I just need some info on the login page for lost user, and links for pointer to the right place, just more of a convenience thing. not much user, just a minute of hassle, so not a big issue.

I dont want to maintain a fork,nor will i ask for a feature from NB team. Too much work for a trivial issue.

FYI, i tried with traefik labels to redirect, but it broke a buch of stuff. I also tried making traefik point dashboard to another subdomain but it also broke stuff.

These are my own questions and not a CSA’s opinion.

So this is just me, but most of the internet… do they even still use www? I get that people grew up from the old, but as far as I know. All services I use and setup on a root domain just become, the root domain. (Or subdomain)

www. is also by default removed by browsers iirc. However, I could be mistaken on that and would have to pull that up somewhere.

Lastly, why put NB on the root domain? Woudn’t that just cause you more hastle then to put it on vpn.domain.com? (Curious)

Well the domain was unused when i was setting up NB, and subdomain is less important now a days

Now i want to put a docuwiki on it, for general user NB documentation, FAQ and howto. i can move NB to a sub domain, or setup subdomain for the docuwiki, either way its a slight hassle. Easiest way was to put some links and info, in case user forget.

Edit: I already migrated NB to vpn.domain.com. thanks for the reply. cheers