https://github.com/mconf/ep_pad_ttl
https://github.com/mconf/ep_pad_ttl
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mconf/ep_pad_ttl
- Owner: mconf
- License: apache-2.0
- Created: 2021-02-11T17:13:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T16:35:07.000Z (about 4 years ago)
- Last Synced: 2025-02-05T20:01:27.553Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ep_pad_ttl
Etherpad plugin that deletes idle pads after a configured time.
Inspired by Luc Didry's [ep_delete_after_delay](https://framagit.org/fiat-tux/etherpad/ep_delete_after_delay).
## Configuration
Install the plugin and put this in your `settings.json` (values in seconds):
"ep_pad_ttl": {
"ttl": 21600, // 6 hours
"timeout": 5,
"interval": 3600, // 1 hour
},`ttl` seconds before deleting a pad's content after it's last edition.
`timeout` seconds to dispatch the first ttl check at server startup.
`interval` seconds between each ttl checks.
## License
Apache License, Version 2.0. See [LICENSE file](LICENSE)