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've been trying to change the tab display title, and the only method I've found so far is to create a template. Seems a bit overkill for something that's already set to a variable internally.
By default it reads like so:
<title>{{ _("app.name") }}</title>
app.name resolves to matrix-authentication-server for me, but I'm not sure what set it. I thought it may have been my container_name, whatever the case changing that now has no affect.
Is there a method of configuring app.name? Couldn't seem to find an env, property in my container, or value I could set in my config.yaml that would do it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been trying to change the tab display title, and the only method I've found so far is to create a template. Seems a bit overkill for something that's already set to a variable internally.
By default it reads like so:
app.name
resolves tomatrix-authentication-server
for me, but I'm not sure what set it. I thought it may have been mycontainer_name
, whatever the case changing that now has no affect.Is there a method of configuring
app.name
? Couldn't seem to find an env, property in my container, or value I could set in myconfig.yaml
that would do it.Beta Was this translation helpful? Give feedback.
All reactions