braginini
5a1d30f80b
Add remember me for MFA
2026-04-17 17:08:16 +02:00
jnfrati
59abdc2363
implemented api for mfa configuration
2026-04-16 14:53:40 +02:00
jnfrati
77b65d9475
Merge branch 'main' of github.com:netbirdio/netbird into feat/local-user-totp
2026-04-15 17:30:38 +02:00
jnfrati
b54e46cd48
add dashboard post logout redirect uri to embedded config
2026-04-15 17:04:45 +02:00
jnfrati
6d251c7c2a
wip: totp for local users
2026-04-15 11:43:51 +02:00
Pascal Fischer
cf86b9a528
[management] enable access log cleanup by default ( #5842 )
2026-04-10 17:07:27 +02:00
Misha Bragin
403babd433
[self-hosted] specify sql file location of auth, activity and main store ( #5487 )
2026-03-03 12:53:16 +02:00
Misha Bragin
59c77d0658
[self-hosted] support embedded IDP postgres db ( #5443 )
...
* Add postgres config for embedded idp
Entire-Checkpoint: 9ace190c1067
* Rename idpStore to authStore
Entire-Checkpoint: 73a896c79614
* Fix review notes
Entire-Checkpoint: 6556783c0df3
* Don't accept pq port = 0
Entire-Checkpoint: 80d45e37782f
* Optimize configs
Entire-Checkpoint: 80d45e37782f
* Fix lint issues
Entire-Checkpoint: 3eec968003d1
* Fail fast on combined postgres config
Entire-Checkpoint: b17839d3d8c6
* Simplify management config method
Entire-Checkpoint: 0f083effa20e
2026-02-27 14:52:54 +01:00
Misha Bragin
2b98dc4e52
[self-hosted] Support activity store engine in the combined server ( #5406 )
2026-02-22 11:58:17 +02:00
Pascal Fischer
f53155562f
[management, reverse proxy] Add reverse proxy feature ( #5291 )
...
* implement reverse proxy
---------
Co-authored-by: Alisdair MacLeod <git@alisdairmacleod.co.uk >
Co-authored-by: mlsmaycon <mlsmaycon@gmail.com >
Co-authored-by: Eduard Gert <kontakt@eduardgert.de >
Co-authored-by: Viktor Liu <viktor@netbird.io >
Co-authored-by: Diego Noguês <diego.sure@gmail.com >
Co-authored-by: Diego Noguês <49420+diegocn@users.noreply.github.com >
Co-authored-by: Bethuel Mmbaga <bethuelmbaga12@gmail.com >
Co-authored-by: Zoltan Papp <zoltan.pmail@gmail.com >
Co-authored-by: Ashley Mensah <ashleyamo982@gmail.com >
2026-02-13 19:37:43 +01:00
Misha Bragin
64b849c801
[self-hosted] add netbird server ( #5232 )
...
* Unified NetBird combined server (Management, Signal, Relay, STUN) as a single executable with richer YAML configuration, validation, and defaults.
* Official Dockerfile/image for single-container deployment.
* Optional in-process profiling endpoint for diagnostics.
* Multiplexing to route HTTP/gRPC/WebSocket traffic via one port; runtime hooks to inject custom handlers.
* **Chores**
* Updated deployment scripts, compose files, and reverse-proxy templates to target the combined server; added example configs and getting-started updates.
2026-02-12 19:24:43 +01:00