Search Criteria
Package Details: flood-git 4.8.2.r4.g812f351-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flood-git.git (read-only, click to copy) |
---|---|
Package Base: | flood-git |
Description: | A modern web UI for various torrent clients with a Node.js backend and React frontend. |
Upstream URL: | https://github.com/jesec/flood |
Keywords: | rtorrent |
Licenses: | GPL-3.0-only |
Conflicts: | nodejs-flood |
Provides: | nodejs-flood |
Submitter: | arshlinux |
Maintainer: | disastro |
Last Packager: | disastro |
Votes: | 13 |
Popularity: | 0.000004 |
First Submitted: | 2016-12-15 17:20 (UTC) |
Last Updated: | 2024-05-09 13:28 (UTC) |
Dependencies (4)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- mediainfo (mediainfo-gitAUR) (optional)
Required by (23)
- lidarr (requires nodejs-flood) (optional)
- lidarr-bin (requires nodejs-flood) (optional)
- lidarr-develop (requires nodejs-flood) (optional)
- lidarr-develop-bin (requires nodejs-flood) (optional)
- lidarr-nightly-bin (requires nodejs-flood) (optional)
- prowlarr (requires nodejs-flood) (optional)
- prowlarr-bin (requires nodejs-flood) (optional)
- prowlarr-develop (requires nodejs-flood) (optional)
- prowlarr-develop-bin (requires nodejs-flood) (optional)
- prowlarr-nightly-bin (requires nodejs-flood) (optional)
- radarr (requires nodejs-flood) (optional)
- radarr-bin (requires nodejs-flood) (optional)
- radarr-develop (requires nodejs-flood) (optional)
- radarr-develop-bin (requires nodejs-flood) (optional)
- radarr-nightly-bin (requires nodejs-flood) (optional)
- readarr-develop (requires nodejs-flood) (optional)
- readarr-develop-bin (requires nodejs-flood) (optional)
- readarr-nightly-bin (requires nodejs-flood) (optional)
- sonarr (requires nodejs-flood) (optional)
- sonarr-bin (requires nodejs-flood) (optional)
- Show 3 more...
Latest Comments
1 2 3 Next › Last »
gokberkkocak commented on 2025-01-02 13:57 (UTC) (edited on 2025-01-02 13:57 (UTC) by gokberkkocak)
Upstream project started using
pnpm
after this commit and uses apnpm-lock.yaml
file in the repo. To not spend resolving dependencies and also build with exact same dependencies as the main branch, this PKGBUILD can be updated as such to usepnpm
with--frozen-lockfile
flag.To fetch latest dependencies,
--frozen-lockfile
can be removed from thebuild()
section.CountMurphy commented on 2024-08-19 16:40 (UTC)
Was able to fix it locally by replacing
with
CountMurphy commented on 2024-08-15 14:37 (UTC) (edited on 2024-08-15 14:48 (UTC) by CountMurphy)
Does not build with the latest commit:
disastro commented on 2024-05-09 13:35 (UTC)
Fixed along with other small things, nodejs-husky not required, thank you
jholmer commented on 2024-05-09 12:14 (UTC)
Latest git is failing to build, giving the error
sh: line 1: husky: command not found
. Possibly a missing dependency onnodejs-husky
, the build succeeds if I install that manually.solsticedhiver commented on 2022-08-20 00:06 (UTC) (edited on 2022-08-20 00:41 (UTC) by solsticedhiver)
Could you fix the description field, please. No prepending of package name and flood is a web UI for more than rTorrent now. The site says "A modern web UI for various torrent clients with a Node.js backend and React frontend"
Same for the systemd service title
About the systemd.service file, one could harden it a bit (in line with what the wiki of flood says) with
disastro commented on 2022-02-17 18:51 (UTC)
Oh my god I can't believe I've missed that, obvious oversight. I'm just adding it to the backup field so a pacnew/pacsave file is created instead, like is intended and done with repo packages.
radu242 commented on 2022-02-16 16:18 (UTC) (edited on 2022-02-16 16:18 (UTC) by radu242)
Could the /etc/conf.d/flood file not be installed by this package? This overwrites the FLOOD_ARGS set in there on every update.
@disastro, I can send a patch doing a little more than removing the
install -Dm644 "${srcdir}/flood.conf.d" "$pkgdir/etc/conf.d/flood"
line in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=flood-git#n62, if it helps.disastro commented on 2021-03-20 15:49 (UTC)
Yeah that is what the old systemd service did too, but it will update unless you have overridden it. I guess I could also remove package.json so npm start would show a different error but either way it's not gonna work and there is really no reason for it to work, npm is not needed
emacsomancer commented on 2021-03-20 15:47 (UTC)
I must be starting it in a funny way. For whatever reason I used to start flood by running
npm start
in the /usr/lib/flood directory.1 2 3 Next › Last »