Setting up netbird only with single account

Heya, I'm looking to get the netbird server setup on a VPS of mine but without any of the IDPs, however I'm having a bit of trouble figuring this out. On the VPS I've got nginx and docker installed, with nginx being a reverse proxy for some other dockerised apps and a normal web server for other stuff. I'd like to get netbird setup in Docker if possible, but its fine if I have to do it on the host machine, I just can't have it running on the same port as nginx as there'd be a conflict of course. I've tried using this command from the quickstart selfhost guide:
export NETBIRD_DOMAIN=netbird.example.com; curl -fsSL https://github.com/netbirdio/netbird/releases/latest/download/getting-started-with-zitadel.sh | bash
export NETBIRD_DOMAIN=netbird.example.com; curl -fsSL https://github.com/netbirdio/netbird/releases/latest/download/getting-started-with-zitadel.sh | bash
though, it wants me to configure some oauth settings that i don't want to configure to proceed. When going through the advanced guide, i get stuck on step 3/5 as step 5 also wants me to configure oauth stuff (such as NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT) to proceed. I just want a username/pass login :P
Solution:
as nb does not want to handle login creds on selfgosted instanced, thats ganded pff to an idp
Jump to solution
3 Replies
Codivex
Codivex2mo ago
you need an idp. that is not optional
Solution
Codivex
Codivex2mo ago
as nb does not want to handle login creds on selfgosted instanced, thats ganded pff to an idp
Zenlet
ZenletOP2mo ago
Hmm okay. Thanks for the reply :) i cant mark this as the solution as the bot is not appearing under apps, thats all though :)

Did you find this page helpful?