From c52b4178403b641c4383bafc41be44ae4e669394 Mon Sep 17 00:00:00 2001 From: doobry Date: Tue, 26 Feb 2019 12:40:11 +0100 Subject: Add support to override default templates with custom ones (Fixes: #14) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b12e1ea..5f00d86 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,12 @@ collector cronjob to remove leftover files . Besides, it can create a the uploads folder, to ensure that the uploaded files won't be recoverable between reboots. +# Custom templates + +You can override the default templates from `templates/` by putting replacements +into the directory path that's configured in `app.config['CUSTOM_TEMPLATES_DIR']` +(default `custom_templates/`). + # Threat model - An attacker in possession of the very same file that a user wants to clean, -- cgit v1.3