User Tools

Site Tools


nextcloud-talk-high-performance-backend

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nextcloud-talk-high-performance-backend [2021/04/21 00:26] – [Nextcloud - janus, signaling, coturn] adminnextcloud-talk-high-performance-backend [2021/04/23 22:04] (current) – [Using Gitlab Omnibus shipped Redis?] admin
Line 13: Line 13:
   * NATS Server via Docker (https://hub.docker.com/_/nats)   * NATS Server via Docker (https://hub.docker.com/_/nats)
  
 +===== Using Gitlab Omnibus shipped Redis? =====
 +
 +Try to login ''sudo -u www-data redis-cli -s /var/opt/gitlab/redis/redis.socket''. Not working, huh?
 +Add webserver user ''www-data'' to git and gitlab-redis groups.
 +
 +<code>
 +sudo usermod -aG git www-data
 +</code>
 +
 +Now ''www-data'' can connect to redis. But this will be reset after ''gitlab-ctl reconfigure''
 ===== Settings ===== ===== Settings =====
  
nextcloud-talk-high-performance-backend.txt · Last modified: 2021/04/23 22:04 by admin