Maycon Santos
Maycon Santos
Hi @Leopere the node IP will be the same as long as his wireguard key doesn't change. You can keep a backup of the /etc/netbird/config.json file to avoid IP changes...
Ok, I see your point. It is possible to allow such an option via the panel or API, we will discuss and prioritize that. Regarding issues with the name change,...
Hi @itsalljustdata, we are looking at some alternative to the JWT to serve as authentication, maybe not using your browser session with GitHub, but rather following they concept with personal...
Hey @pomazanbohdan @lukasmrtvy @gaby @jbenguira, thanks for your feedback. We are looking at the alternatives you provided here, and one requirement we have to move forward is that the solution...
Thank you @jbenguira and @ZR3SYSTEMS for your feedback. Regarding adding basic auth support, in our vision for the project we are not considering that an option for us, as it...
done as https://github.com/netbirdio/dashboard/pull/60, documentation can be found at https://netbird.io/docs/integrations/identity-providers/self-hosted/using-netbird-with-keycloak
Hello @harishpillay, after testing the installation, I couldn't reproduce the issue on a fresh Fedora 35 installation and Wiretrustee v0.2.3. Checking SELinux contexts your config file seems ok, please ensure...
hello @harishpillay could you run the following commands to enable a more verbose log: ```shell sudo wiretrustee service stop sudo wiretrustee service uninstall sudo wiretrustee service install --log-level debug sudo...
Thank you @harishpillay, it seems like that at some point the interface wasn't removed correctly. Can you the commands below on both systems: ``` sudo ip link delete wt0 sudo...
Can you disable SELinux and check if the interface is created ? ``` ip a sudo ip link delete wt0 sudo wiretrustee service stop sudo setenforce 0 sudo wiretrustee service...