Search Criteria
Package Details: netbird 0.32.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/netbird.git (read-only, click to copy) |
---|---|
Package Base: | netbird |
Description: | WireGuard-based overlay network: client |
Upstream URL: | https://netbird.io |
Keywords: | mesh network vpn wireguard |
Licenses: | BSD-3-Clause |
Replaces: | wiretrustee |
Submitter: | tarball |
Maintainer: | tarball |
Last Packager: | tarball |
Votes: | 6 |
Popularity: | 1.59 |
First Submitted: | 2022-05-30 19:18 (UTC) |
Last Updated: | 2024-11-16 15:35 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- resolvconf (systemd-chromiumos-resolvconfAUR, systemd-resolvconf-fmlAUR, systemd-resolvconf-selinuxAUR, sysupdated-systemd-resolvconf-gitAUR, systemd-resolvconf-gitAUR, openresolv, systemd-resolvconf) (optional) – Private DNS
Latest Comments
tarball commented on 2023-11-23 19:50 (UTC)
That's excellent news, thanks.
The files have been merged with minor modifications and should be shipped with the next release.
https://github.com/netbirdio/netbird/tree/main/release_files/systemd
svenstaro commented on 2023-11-17 02:28 (UTC)
I'd like to put this into [extra]. However, ideally we could upstream the .service files. Could you try to upstream them?
brody commented on 2023-05-19 11:07 (UTC)
In PKGBUILD line 62 you add an empty config directory to the package, which is kicked out again by line 15
options=('!emptydirs')
;)TrialnError commented on 2022-10-24 19:22 (UTC)
As this got renamed back in July, shouldn't this either be merged into netbird or deleted from aurweb? :)
tarball commented on 2022-07-20 19:17 (UTC) (edited on 2022-08-20 07:40 (UTC) by tarball)
Without that change, the daemon puts its control socket in
/var/run
, which requires root. This is pretty much the only thing that it needs root for. So changing that path allows us to drop privileges and add some sandboxing flags. Since they're planning on adding support for this stuff upstream, I'll probably remove it pretty soon.If you want to use
netbird-ui
withnetbird-bin
, you can add something like--daemon-addr /var/run/netbird/netbird.sock
to the daemon's flags (either through a systemd override, or in/etc/default
). I won't do it since some of the users may be already doing that.thes1lv3r commented on 2022-07-20 15:14 (UTC)
The patch file makes
netbird-ui
+netbird
work, but it breaks it fornetbird-ui
+netbird-bin
. Is there any reason for the patch to be put in place?tarball commented on 2022-05-30 19:32 (UTC) (edited on 2024-02-16 15:42 (UTC) by tarball)
Changes in
0.25.9
do not affect Linux and this version will be skipped.https://github.com/netbirdio/netbird/compare/v0.25.8...v0.25.9