Krzysztof Nazarewski (kdn)
7ce5507c05
[client] fix darwin dns always throwing err ( #4403 )
...
* fix: dns/host_darwin.go was missing if err != nil before throwing error
2025-08-27 09:59:39 +02:00
Krzysztof Nazarewski (kdn)
0926400b8a
fix: profilemanager panic when reading incomplete config ( #4309 )
...
fix: profilemanager panic when reading incomplete config (#4309 )
2025-08-08 18:44:25 +03:00
Krzysztof Nazarewski (kdn)
af8687579b
client: container: support CLI with entrypoint addition ( #4126 )
...
This will allow running netbird commands (including debugging) against the daemon and provide a flow similar to non-container usages.
It will by default both log to file and stderr so it can be handled more uniformly in container-native environments.
2025-07-25 11:44:30 +02:00
Krzysztof Nazarewski (kdn)
996b8c600c
[management] replace invalid user with a clear error message about mismatched logins ( #4097 )
2025-07-03 16:36:36 +02:00
Krzysztof Nazarewski (kdn)
dbdef04b9e
[misc] getting-started-with-zitadel.sh: drop unnecessary port 8080 ( #4075 )
2025-07-02 02:35:13 +02:00
Krzysztof Nazarewski (kdn)
07d1ad35fc
[misc] start the service after installation on arch linux ( #4071 )
2025-06-30 12:02:03 +02:00
Krzysztof Nazarewski (kdn)
ef6cd36f1a
[misc] fix arch install.sh error with empty temporary dependencies
...
handle empty var before calling removal command
2025-06-30 11:59:35 +02:00
Krzysztof Nazarewski (kdn)
c1c71b6d39
[client] improve adding route log message ( #4034 )
...
from:
Adding route to 1.2.3.4/32 via invalid IP @ 10 (wt0)
to:
Adding route to 1.2.3.4/32 via no-ip @ 10 (wt0)
2025-06-30 11:57:42 +02:00
Krzysztof Nazarewski (kdn) and Maycon Santos
34ac4e4b5a
[misc] fix: self-hosting: the wrong default for NETBIRD_AUTH_PKCE_LOGIN_FLAG ( #4055 )
...
* fix: self-hosting: the wrong default for NETBIRD_AUTH_PKCE_LOGIN_FLAG
fixes https://github.com/netbirdio/netbird/issues/4054
* un-quote the number
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com >
---------
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com >
2025-06-26 10:45:00 +02:00
Krzysztof Nazarewski (kdn)
522dd44bfa
[client] make /var/lib/netbird paths configurable ( #3084 )
...
- NB_STATE_DIR
- NB_UNCLEAN_SHUTDOWN_RESOLV_FILE
- NB_DNS_STATE_FILE
2025-01-13 10:15:01 +01:00
Krzysztof Nazarewski (kdn)
eb5d0569ae
[client] Add NB_SKIP_SOCKET_MARK & fix crash instead of returing an error ( #2899 )
...
* dialer: fix crash instead of returning error
* add NB_SKIP_SOCKET_MARK
2024-11-19 14:14:58 +01:00
Krzysztof Nazarewski
ceee421a05
unify Config generation, loading and updating ( #1586 )
...
* config.go: pull unified Config.apply() out of createNewConfig() and update()
as a bonus it ensures returned Config object doesn't have any configuration
values missing
2024-05-08 18:58:31 +02:00
Krzysztof Nazarewski
ba33572ec9
add --service/-s flag for specifying system service name ( #1691 )
2024-03-12 18:29:19 +01:00
Krzysztof Nazarewski
b6835d9467
getFirstListenerAvailable(): adjust logging levels and add success message ( #1513 )
...
it was worrying to see multiple warnings and no success message when lacking CAP_NET_BIND_SERVICE
2024-01-31 11:20:18 +01:00