]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: add note about logo file visibility and exif data
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 21 Sep 2025 23:07:29 +0000 (16:07 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sun, 21 Sep 2025 23:07:29 +0000 (16:07 -0700)
docs/configuration.md

index fdc0097ddd6ad83eec593713525c16d80a9b0587..bb88415ed6166a157f69d0b7356df97a07d9b4aa 100644 (file)
@@ -1759,6 +1759,11 @@ started by the container.
 
 : Path to an image file in the /media/logo directory, must include 'logo', e.g. `/logo/Atari_logo.svg`
 
+!!! note
+
+    The logo file will be viewable by anyone with access to the Paperless instance login page,
+    so consider your choice of logo carefully and removing exif data from images before uploading.
+
 #### [`PAPERLESS_ENABLE_UPDATE_CHECK=<bool>`](#PAPERLESS_ENABLE_UPDATE_CHECK) {#PAPERLESS_ENABLE_UPDATE_CHECK}
 
 !!! note