Package Details: nodejs-node-red 4.0.5-1

Git Clone URL: https://aur.archlinux.org/nodejs-node-red.git (read-only, click to copy)
Package Base: nodejs-node-red
Description: A visual tool for wiring the Internet of Things.
Upstream URL: https://nodered.org
Licenses: Apache
Submitter: ChaosKid42
Maintainer: ChaosKid42
Last Packager: ChaosKid42
Votes: 13
Popularity: 0.104955
First Submitted: 2017-08-01 08:03 (UTC)
Last Updated: 2024-10-10 12:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

ChaosKid42 commented on 2020-05-04 17:12 (UTC)

@TUC: Thanks for pointing me to systemd-sysusers. Updated the package accordingly.

TUC commented on 2020-05-03 20:13 (UTC) (edited on 2020-05-03 21:33 (UTC) by TUC)

Thanks for providing a service file.

Could you use systemd-sysusers for user/group creation. See https://www.archlinux.org/todo/switch-to-systemd-sysusers/

/usr contains read-only data, so working directory should be /var/lib/nodejs-node-red

echo 'u nodejs-node-red - "Node-red daemon" /var/lib/nodejs-node-red' |
  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"

echo 'd /var/lib/nodejs-node-red 0750 nodejs-node-red nodejs-node-red -' |
  install -Dm644 /dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"

ChaosKid42 commented on 2020-04-28 06:55 (UTC)

@oxplot: Does the new version serve your needs?

oxplot commented on 2020-04-27 18:13 (UTC)

It'd be great to have https://raw.githubusercontent.com/node-red/linux-installers/master/resources/nodered.service or something simliar here as well.

Avixentus commented on 2020-02-24 18:30 (UTC)

That's what I did. IMHO the list of supported architectures should contain all the supported architectures for convenience. This is the only package I use -A on (although I don't build many on armv7h). But if that's the norm on the AUR I can adapt.

ChaosKid42 commented on 2020-02-24 18:19 (UTC) (edited on 2020-02-24 18:19 (UTC) by ChaosKid42)

I believe "any" wouldn't be a good idea because the binary packages would be flagged as "any" (which is plain wrong). I could however add i686, armv5, armv6h, armv7h, aarch64 to the list of supported architectures. But why not simply use "makepkg -A"?

Avixentus commented on 2020-02-24 18:09 (UTC)

Building while ignoring the arch works fine because bcrypt is also rebuilt natively. I suggest restoring the arch to 'any'.

Avixentus commented on 2020-02-24 17:51 (UTC)

nodejs-node-red: 1.0.2-1 -> 1.0.3-1 ERROR: nodejs-node-red is not available for the 'armv7h' architecture