I have a question regarding the (selfhosting) setup of netbird.
Currently I have my server at home. It runs traefik and authelia in docker. I also have a VPS server that I use with frps a self hosted cloudflare tunnel.
My question is, how could I split up the required containers/components of netbird to have the management part at home (where the environment for hosting port 80/443 stuff already fully set up) and the connection part (UDP port 3478 stuff) on the VPS?
Is this possible?