You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that on the zabbix web image it's not possible to customize the logo.
The code can already read the configurations "BRAND_LOGO", "BRAND_LOGO_SIDEBAR" etc with the "getValue" function. (on /usr/share/zabbix/include/classes/helpers/CBrandHelper.php).
However, these cannot be customized from env and it is not possible to mount the volume to load customizable logos.
Is there any way to use zabbix with docker and custom logos other than rebuild the image?
The text was updated successfully, but these errors were encountered:
I saw that on the zabbix web image it's not possible to customize the logo.
The code can already read the configurations "BRAND_LOGO", "BRAND_LOGO_SIDEBAR" etc with the "getValue" function. (on /usr/share/zabbix/include/classes/helpers/CBrandHelper.php).
However, these cannot be customized from env and it is not possible to mount the volume to load customizable logos.
Is there any way to use zabbix with docker and custom logos other than rebuild the image?
The text was updated successfully, but these errors were encountered: