From f89819bd64bb5ada706f9b85abd6f7b600a95786 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 23 May 2022 14:03:19 +0200 Subject: Custom logo HTML (#4369) * Custom logo HTML Add option for custom HTML logo/title in the main Web UI view. Can potentially be different per user. #fix https://github.com/FreshRSS/FreshRSS/pull/3830/files#r850472247 * logo_html in main config With new `./data/config.custom.php` to provide custom values before install * Docker documentation * whitespace * Auto relax CSP to allow images for HTML logo * Documentation --- config.default.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 1b12834d0..6b024db6d 100644 --- a/config.default.php +++ b/config.default.php @@ -1,7 +1,8 @@ '', + # Override logo of this FreshRSS instance in the Web user interface. + # It is rendered inside an ... element and must be valid HTML or text. + # Example: ' Hello' + 'logo_html' => '', + # Name of the user that has administration rights. 'default_user' => '_', -- cgit v1.2.3