From 514e209d366b4b5886fdececefc563b787f980dc Mon Sep 17 00:00:00 2001 From: Alfredo Cardigliano Date: Tue, 31 Aug 2021 14:16:45 +0200 Subject: [PATCH] Add favicon note --- doc/src/advanced_features/oem.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/src/advanced_features/oem.rst b/doc/src/advanced_features/oem.rst index 51c107dcc2..9729491c5b 100644 --- a/doc/src/advanced_features/oem.rst +++ b/doc/src/advanced_features/oem.rst @@ -5,13 +5,13 @@ OEM Customizations Only OEMs are allowed to customize ntopng logo and name, and they are required to enter ad-hoc agreements with ntop before doing this. Simply removing the ntopng logo or changing its name would result in user-license infringements. -Linux versions of ntopng Professional/Enterprise allows OEMs to customize logo, CSS and product name. +Linux versions of ntopng Professional/Enterprise allows OEMs to customize logo, favincon, CSS and product name. -To load a custom CSS place it under +To set a product name, place it in a single-line text file under .. code:: bash - /etc/ntopng/custom_theme.css + /etc/ntopng/product_name To load a custom logo, place it under @@ -21,11 +21,17 @@ To load a custom logo, place it under The logo must be in format :code:`png` and it must be 52x52 pixels in size. -To set a product name, place it in a single-line text file under +To load a custom favicon, please it under .. code:: bash - /etc/ntopng/product_name + custom_favicon.ico + +To load a custom CSS, place it under + +.. code:: bash + + /etc/ntopng/custom_theme.css Automatic updates are disabled in OEM mode, unless a custom repository is configured. The sources file for the repository should be placed under