thelounge-plugin-janitor
v1.0.0
Published
A plugin for The Lounge that cleans up old uploads
Downloads
119
Readme
The Lounge Janitor Plugin
A plugin for The Lounge that cleans up old uploads
Installation
Via the thelounge command line:
thelounge install thelounge-plugin-janitorAdd a deleteUploadsAfter entry in the config.js of your instance representing how long uploads stay on the server before getting deleted in minutes:
"use strict";
module.exports = {
deleteUploadsAfter: 1440, // 1 day in minutes
// rest of config...Restart The Lounge after installation
Usage
The plugin runs every minute in the background, users do not need to do anything.
License
This plugin is licensed under MIT
