Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mconf/ep_redis_publisher

Publishes pad updates to a redis server
https://github.com/mconf/ep_redis_publisher

Last synced: 20 days ago
JSON representation

Publishes pad updates to a redis server

Awesome Lists containing this project

README

        

# ep_redis_publisher

Etherpad-Lite plugin that publshes (some) server hooks' events to redis

- Etherpad's `settings.json` configuration:

```
"ep_redis_publisher": {
"host": "127.0.0.1",
"port": 6379,
"channel": "from-etherpad-redis-channel",
"password": "change-me" [optional]
}

```