Jump to content
LAST CALL on the Unraid Summer Sale! 😎 ⌛ ×

[SUPPORT] TEMPLATE MASTERWISHX/REDISINSIGHT


Recommended Posts

Support thread for masterwishx - RedisInsight redis/redisinsight docker image.

 

Take your productivity to the next level when developing with Redis or Redis Stack! Use RedisInsight to visualize and optimize Redis data. A powerful desktop manager, RedisInsight provides an intuitive and efficient UI for Redis and Redis Stack and supports CLI interaction in a fully-featured desktop UI client.

 

https://redis.com/redis-enterprise/redis-insight/

 

https://hub.docker.com/r/redis/redisinsight

Link to comment
  • 2 months later...

there seems to be permission problems installing in from scratch

/usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/helper.js:16
            throw error;
            ^

Error: EACCES: permission denied, mkdir '/data/logs'
    at Object.mkdirSync (node:fs:1398:3)
    at makeDirectory (/usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/helper.js:12:12)
    at FileStreamRotator.createNewLog (/usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/FileStreamRotator.js:140:36)
    at FileStreamRotator.rotate (/usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/FileStreamRotator.js:133:14)
    at new FileStreamRotator (/usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/FileStreamRotator.js:22:14)
    at Object.getStream (/usr/src/app/redisinsight/api/node_modules/file-stream-rotator/lib/index.js:32:12)
    at new DailyRotateFile (/usr/src/app/redisinsight/api/node_modules/winston-daily-rotate-file/daily-rotate-file.js:80:57)
    at Object.<anonymous> (/usr/src/app/redisinsight/api/dist/config/logger.js:18:27)
    at Module._compile (node:internal/modules/cjs/loader:1256:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) {
  errno: -13,
  syscall: 'mkdir',
  code: 'EACCES',
  path: '/data/logs'

 

chmodding it makes no difference and chown'ing it gives other errors.

 

What fixed it for me was adding some variables:

PUID:99

PGID:100

UMASK:000

Edited by joggs
  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...