Implement BROWSER env variable #1006

Closed
opened 2025-11-20 05:21:36 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @cpglsn on GitHub (Jun 20, 2024).

Netbird cli (in Linux at least) doen't support BROWSER env variable. It always opens the verification url with the default browser.

I'd like to be able to specify a the env variable to chose which browser to use, for example BROWSER=/usr/bin/google-chrome netbird up.

Originally created by @cpglsn on GitHub (Jun 20, 2024). Netbird cli (in Linux at least) doen't support BROWSER env variable. It always opens the verification url with the default browser. I'd like to be able to specify a the env variable to chose which browser to use, for example ```BROWSER=/usr/bin/google-chrome netbird up```.
saavagebueno added the feature-request label 2025-11-20 05:21:36 -05:00
Author
Owner

@nazarewk commented on GitHub (Apr 23, 2025):

while not a direct fulfillment we have recently added a --no-browser flag to the netbird up command:

      --no-browser                      do not open the browser for SSO login

https://github.com/netbirdio/netbird/pull/3610

@nazarewk commented on GitHub (Apr 23, 2025): while not a direct fulfillment we have recently added a `--no-browser` flag to the `netbird up` command: ``` --no-browser do not open the browser for SSO login ``` https://github.com/netbirdio/netbird/pull/3610
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#1006