Package Details: netbird-signal 0.50.2-1

Git Clone URL: https://aur.archlinux.org/netbird.git (read-only, click to copy)
Package Base: netbird
Description: WireGuard-based overlay network: signal service
Upstream URL: https://netbird.io
Keywords: mesh network vpn wireguard
Licenses: BSD-3-Clause
Submitter: tarball
Maintainer: tarball
Last Packager: tarball
Votes: 8
Popularity: 0.83
First Submitted: 2022-05-30 19:18 (UTC)
Last Updated: 2025-07-10 21:36 (UTC)

Pinned Comments

tarball commented on 2025-06-20 09:17 (UTC)

I quickly receive notifications about new releases (thanks to https://newreleases.io). Feel free to mark the package as outdated if you wish, but this is not necessary.

From now on, updates will be delayed by approximately one day, because the upstream tends to release updates with superficial bugs and then quickly fix them either by force-pushing the same version (which results in users reporting the package as unbuildable; this has happened about ten times in the couple of years I've been supporting the package), or releasing several patch versions within a few hours.

Security updates will be fast-tracked.

Latest Comments

1 2 Next › Last »

tarball commented on 2025-07-09 11:32 (UTC)

I intentionally avoided doing that because there was talk of Netbird possibly being accepted into official repositories, which would likely require users to chuck their setups and reconfigure.

Since nothing came of it, we might as well migrate to upstream configs. I'll update the package in the next couple of days.

nazarewk commented on 2025-07-09 11:26 (UTC)

Hello,

1) Would it be possible for you to track/synchronize with the upstream systemd file, while making changes in drop-in files? Might ease the sync/development effort 2) I have noticed some envvars missing, that prevents us from gathering logs for a debug bundle. If above isn't possible could you adjust those on your side? https://github.com/netbirdio/netbird/pull/4124/files

tarball commented on 2025-06-20 09:17 (UTC)

I quickly receive notifications about new releases (thanks to https://newreleases.io). Feel free to mark the package as outdated if you wish, but this is not necessary.

From now on, updates will be delayed by approximately one day, because the upstream tends to release updates with superficial bugs and then quickly fix them either by force-pushing the same version (which results in users reporting the package as unbuildable; this has happened about ten times in the couple of years I've been supporting the package), or releasing several patch versions within a few hours.

Security updates will be fast-tracked.

tarball commented on 2025-03-18 14:35 (UTC)

I mostly copied the message from here without really thinking about it, so don't read too much into it.

The goal was to get rid of 70+ slightly different gitignores, there's now just one gitignore that serves all packages (which are managed with aurpublish).

brody commented on 2025-03-18 14:17 (UTC) (edited on 2025-03-18 14:19 (UTC) by brody)

Your latest commit removes the .gitignore file with reference to the Arch packaging guidelines (https://wiki.archlinux.org/title/Arch_package_guidelines). But I can't find a single mention of the .gitignore file. On the contrary, the AUR submission guidelines (https://wiki.archlinux.org/title/AUR_submission_guidelines) explicitly mention at the end of section 1.4 that you can use .gitignore if you need to.

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 with netbird-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.