Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mconf/ep_redis_publisher
- Owner: mconf
- License: mit
- Created: 2019-05-07T21:11:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T16:24:08.000Z (over 1 year ago)
- Last Synced: 2024-04-12T16:08:43.595Z (9 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
}```