Save Netbird config to a persistent location#916
Save Netbird config to a persistent location#916shyam0904a wants to merge 1 commit intosiderolabs:mainfrom
Conversation
Signed-off-by: sam <67697492+shyam0904a@users.noreply.github.com>
|
@smira mind give it a look? |
|
@utkuozdemir need this before 1.12.0 release, mind giving it a merge? |
We're planning some major changes to how extensions can be configured making these stuff easier in the next release, so this might not make it |
|
This PR is stale because it has been open 45 days with no activity. |
Well that means I can't use it for the time being...I need this because Netbird has built-in NAT traversal with native performance, useless way less RAM than Tailscale plus it can seamlessly integrate with my existing network topology with zero trust... |
is there any update on this? also the netbird plugin no longer works in its current form, the key no longer is passed to the container. Could this be a side effect of whatever this configuration change was? i can't find any info on that |
| - bind | ||
| - rw | ||
| - source: /var/run/netbird | ||
| destination: /var/run/netbird |
There was a problem hiding this comment.
doesn't this bind also need to be updated then?
By default the extensions stores the config on the /var/run folder which does not persist across reboots. This causes peers to be newly created.
This commit changes the location to /var/lib and therefore not creating a new peer.