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 still could not find the root cause of the issue of my docker setup.
I've checked that reverse proxy (traefik in particular) has set Hostname, Host and X-Forwarded-Host correctly with whoami container. However even on fresh setup on Welcome page {{ .host }} in the head.html title is null and looks like:
<title>-Welcome</title>
Any suggestion how to fix that? What additional info should I pass to the x-ui server so it could get my hostname?
PS. Just to confirm hostname is set via docker and setup runs smoothly if access directly excluding reverse proxy.
The text was updated successfully, but these errors were encountered:
Hi and sorry for bothering you brother
I still could not find the root cause of the issue of my docker setup.
I've checked that reverse proxy (traefik in particular) has set
Hostname
,Host
andX-Forwarded-Host
correctly with whoami container. However even on fresh setup on Welcome page{{ .host }}
in thehead.html
title is null and looks like:Any suggestion how to fix that? What additional info should I pass to the x-ui server so it could get my hostname?
PS. Just to confirm hostname is set via docker and setup runs smoothly if access directly excluding reverse proxy.
The text was updated successfully, but these errors were encountered: