mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Add favicon note
This commit is contained in:
parent
d4f0396568
commit
514e209d36
1 changed files with 11 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue