Plugin for automatic delete
-
@girish said in Plugin for automatic delete:
Don't know of a plugin, but I found this script -https://framagit.org/framasoft/Etherpad/pad_delete_after_delay
Thx - how to install the plugin? After edit the config.json the app don't start...
-
-
@humptydumpty said in Plugin for automatic delete:
@robi You beat me to it.
Hi, plugin installation works, but the code
"ep_delete_after_delay": { "delay": 86400, // one day, in seconds "loop": true, "loopDelay": 3600, // one hour, in seconds "deleteAtStart": true, "text": "The content of this pad has been deleted since it was older than the configured delay." },
don't work after putting in settings.json and restart app.
I think a text should be displayed at a new pad, or? In my case there is no text... -