mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-03-03 00:26:56 -05:00
Change Window Title and FavIcon #97
Labels
No labels
EnhancedApp
FoundationApp
FoundationApp
FoundationApp
bug
closed-issue-activity
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
no-issue-activity
question
research
research
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Heimdall-linuxserver#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RichardUUU on GitHub (Mar 11, 2018).
It would be nice to be able to change the Window Title (Tab), and the FavIcon.
I'm sure Heimdall means something lovely in some language. In English, it brings to mind a procedure to rescue a choking sheep.
@KodeStar commented on GitHub (Mar 11, 2018):
I'm English... I guess history/mythology isn't your strong point - https://norse-mythology.org/gods-and-creatures/the-aesir-gods-and-goddesses/heimdall/ Nor marvel for that matter - http://marvelcinematicuniverse.wikia.com/wiki/Heimdall
@RichardUUU commented on GitHub (Mar 11, 2018):
No offense intended. Mostly just looking to unify the Tab title with related apps.
@KodeStar commented on GitHub (Mar 11, 2018):
You could replace the favicon by just changing it, but of course that wouldn't survive an update, I'm trying to work out the use case for changing the title? What would you change it to, maybe that will give me some context.
@RichardUUU commented on GitHub (Mar 11, 2018):
Actually, thinking about it, the simplest and most universal solution might be the name of the Tag page currently being viewed or (Home).
@KodeStar commented on GitHub (Mar 11, 2018):
Ok, so something like Home - Heimdall, Webapps - Heimdall, Categgory2 - Heimdall maybe?
@RichardUUU commented on GitHub (Mar 11, 2018):
Yes. Although my absolute preference would be: MyServerName - (Tag or Home) e.g.
PlexNet - Home
PlexNet - ServerApps
PlexNet - OtherApps, etc.
I know what Heimdall is, but the people who use my pages won't.
@gannon145 commented on GitHub (Jun 20, 2018):
I would also like to be able to modify the title and favicon. For using an outward facing page I would rather have it branded on the tab with my domain information.
If you want to keep some kind of Heimdall branding, I would rather have a small watermark at the bottom of the dashboard page itself.
@mrAshpool commented on GitHub (Jan 5, 2019):
I'd like to add my support for these features. The end goal being to be able to pin the site as an icon on a mobile device home screen. On my own little html landing page this required creating multiple images using apples standard (I'm an android user) of apple-touch-icon-114x114-precomposed.png, ..72x72.., ..57x57.. as well as the favicon.ico
As @gannon145 suggested a watermark would be a good substitute for Heimdall's own branding
@KodeStar commented on GitHub (May 8, 2019):
You can change the title by changing the APP_NAME in the .env
@shad-lp commented on GitHub (May 15, 2019):
Thanks for this long awaited feature, I can't use my NAS without Heimdall anymore !
@halsafar commented on GitHub (Sep 25, 2019):
There is no option for changing the FavIcon. This would be useful.
@halsafar commented on GitHub (Sep 25, 2019):
If you are running Heimdall via Docker then just mount the icons yourself using mount mappings like:
If you are running outside Docker then every update just replace those files.
@Amatsuntsun commented on GitHub (Jun 17, 2022):
wow.
Good job coming off as arrogant and condescending after someone provides some useful feedback.
@ochompsky commented on GitHub (Aug 10, 2022):
not everyone is a neckbeard like you
@pilotso11 commented on GitHub (Jul 20, 2025):
In case someone comes across this again, I've solved this on the latest install as follows:
Create a custom folder with icons in it (you need a fairly large list, see below).
Mount it as
/custom/icons.Modify
/custom/nginx/site-confs/default.confto add a location, putting this just after the default one, i.e.location / {}. I did this by mounting another folder under custom.Then, in my docker compose:
The full list of images you need is as follows (taken from inspection of the home page and the manifest):