Package Details: redisinsight 2.48.0-1

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: 8
Popularity: 0.072754
First Submitted: 2022-01-07 15:01 (UTC)
Last Updated: 2024-04-30 16:01 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

1 2 3 Next › Last »

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"

greyltc commented on 2023-03-19 15:55 (UTC) (edited on 2023-03-19 17:43 (UTC) by greyltc)

changes pushed. let me know if that solves things for you. it works for me!

SteinGaming commented on 2023-03-19 09:20 (UTC)

@greyltc added

greyltc commented on 2023-03-19 02:47 (UTC)

@SteinGaming I think I've got a fix working for this. Could you add me as a co-maintainer so I can apply it here?

SteinGaming commented on 2023-03-17 18:21 (UTC) (edited on 2023-03-17 18:26 (UTC) by SteinGaming)

@greyltc, found the directory. It's nested weirdly tho. It should be /opt/redisinsight/resources/static/resources/plugins that's missing. Weirdly, the AppImage has it and the linux-unpacked directory doesn't, even though it's empty (at least in my build). I will add a fix shortly. CORRECTION: The AppImage has plugins, but the build doesn't provide them weirdly?