Package Details: redisinsight 2.60.0-2

Git Clone URL: https://aur.archlinux.org/redisinsight.git (read-only, click to copy)
Package Base: redisinsight
Description: Desktop manager that provides an intuitive and efficient GUI for Redis, allowing you to interact with your databases, monitor, and manage your data.
Upstream URL: https://redis.com/redis-enterprise/redis-insight
Licenses: custom:SSPL
Conflicts: redis-insight-bin
Provides: redis-insight
Submitter: ivlev.dev
Maintainer: SteinGaming (greyltc)
Last Packager: SteinGaming
Votes: 9
Popularity: 0.072320
First Submitted: 2022-01-07 15:01 (UTC)
Last Updated: 2024-11-10 10:27 (UTC)

Pinned Comments

Latest Comments

1 2 3 Next › Last »

BryanLiang commented on 2024-10-30 09:59 (UTC) (edited on 2024-10-30 10:03 (UTC) by BryanLiang)

I built this package in clean chroot environment. And I met a problem that this package requires an yes enter to allow npx patch the package during the building process. This may result in getting stuck in some CI/CD environment like github action. Is there any workaround to avoid this?

I tried to build redisinsight-git. It doesn't have this problem.

BryanLiang commented on 2024-08-17 10:54 (UTC)

@SteinGaming After adding the missing makedepends, I built the package successfully.

SteinGaming commented on 2024-08-17 10:37 (UTC)

Had the same issue on a VM but not on my main PC. The problem might be some missing dependencies. @BryanLiang can you try applying this patch on the PKGBUILD using patch to confirm?

SteinGaming commented on 2024-08-16 22:51 (UTC)

@BryanLiang it's late for me currently, I will check it out in 10 hours-ish.

BryanLiang commented on 2024-08-16 01:31 (UTC)

I failed to build in clean chroot environment. Here is the build log: https://pastebin.com/raw/Tw3YBLyJ

SteinGaming commented on 2024-04-30 16:02 (UTC) (edited on 2024-04-30 16:02 (UTC) by SteinGaming)

@svarlitskiy thanks for the notice! I ran a test build and it was successful, but an update is needed anyways.

svarlitskiy commented on 2024-04-29 19:32 (UTC)

Got an error while trying to install the latest package. The solution was to edit the version of node in the PKGBUILD file to v20.12.2 and everything installed just fine.

Type Error: URL.canParse is not a function
    at parseSpec (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:23613:21)

nullndr commented on 2024-03-01 10:08 (UTC)

Can this be upgraded to the latest version?

Zoddo commented on 2023-06-11 09:06 (UTC)

I'm getting the following error:

[7833:0611/110233.040159:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/redisinsight/chrome-sandbox is owned by root and has mode 4755.

You need to add something like this in package():

chmod 4755 "${pkgdir}/opt/${pkgname}/chrome-sandbox"