This package has been deprecated

Author message:

Package no longer supported. Use at your own risk.

ep_delete_after_delay_lite

0.0.5 • Public • Published

Ep_delete_after_delay_lite

Etherpad-Lite plugin that deletes your pads after a configured delay.

Configuration

Install the plugin and put this in your settings.json:

"ep_delete_after_delay_lite": {
    "delay": 86400, // one day, in seconds
    "loop": true,
    "loopDelay": 3600, // one hour, in seconds
    "deleteAtStart": true
},

delay (mandatory) delay in seconds with no edition of the pad before deletion. You can't put 7*86400 for a week, you have to put 604800.

loop binary, tells if you want to use deletion loops (true) or not (false) (if you use an external script for example). Default is true.

loopDelay delay in seconds between deletion loops. Deletion loop will check all pads to see if they have to be deleted. You can't put 60*60 for a hour, you have to put 3600. Default is one hour.

deleteAtStart binary, tells if you want to start a deletion loop at Etherpad startup. Default is true.

License

Apache License, Version 2.0. See LICENSE file

Readme

Keywords

none

Package Sidebar

Install

npm i ep_delete_after_delay_lite

Weekly Downloads

0

Version

0.0.5

License

Apache-2.0

Unpacked Size

18.2 kB

Total Files

6

Last publish

Collaborators

  • pedrobmarin