diff options
| author | 2022-05-23 14:03:19 +0200 | |
|---|---|---|
| committer | 2022-05-23 14:03:19 +0200 | |
| commit | f89819bd64bb5ada706f9b85abd6f7b600a95786 (patch) | |
| tree | 9bc1649eb12d54f0cf9a6e6385772e91be6481f7 /data | |
| parent | 8668ca7230e9198981e33f9882a6030c1733e7f3 (diff) | |
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
Diffstat (limited to 'data')
| -rw-r--r-- | data/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/.gitignore b/data/.gitignore index 2c13b7111..41c3ebd0e 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1,7 +1,8 @@ .htpasswd +config-user.custom.php +config.custom.php config.php config.php.bak.php -config-user.custom.php force-https.txt last_update.txt no-cache.txt |
