-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To allow to specify redis password #353
Comments
@konovalovsergey take a look |
Hello, What is the current status of this issue? Does Onlyoffice still not work with redis when a password (requirepass) is defined in /etc/redis.conf? |
Hi, we at Cloudron are currently looking at packaging onlyoffice for our platfrom and would also require a redis password to be specified. I would be happy to contribute this if there is any chance of this getting merged. |
I would also love to have this feature... I inserted the code from @rarapost and saved my redis password in the local.json file... However, unfortunately, it doesn't work for me... Without password, everything works fine. any suggestions what I could do to get onlyoffice running when a requirepass value is set in redis? Do I need to edit another file? |
@ShockwaveNN What does "fixed" mean? Do you have any hint for me? which further files do I need to edit? |
@phonon112358 This mean @konovalovsergey fix original issue and this code will aviable in next public release 5.5.0 very soon |
Nice to see this has been fixed/improved! Thanks for the great work. |
Excuse me @agolybev , but how to use password option? How to set password there? |
@krakazyabra Hi, you should be able to specify password via Also please note that this feature only available on paid version of DocumentServer, since we remove If you got any trouble - I think it's better to create new issue |
hi! @ShockwaveNN! I'm surprised with such a quick response :-D |
If you're using Community Version there is no need of redis server since release of 5.5.0 |
Oh, now I see. Thank you anyway! |
@agolybev How is this issue closed when there is still no way to include a password in the documentation (options fine, but what syntax / semantics to use there?) Edit: Thanks to Redis-Documentation Link
For Redis < 2.5 replace password with auth_pass! |
Feature request / bug / missing feature ?
it is impossible to connect to redit it it has specified connection password.
My suggestion is to add new configuration option "password" to redis part and chage "createClientRedis" function in "pubsubRedis.js" javascript as follow:
The snippet above involves also unix domain socked as it is suggested in #227.
In the same JS file I neede to add new configuration variable as follow:
Both changes (including the unix socket) I have implemented and tested locally, they seem to work well.
The text was updated successfully, but these errors were encountered: