favicon overrides jupyter favicon
See original GitHub issueCurrent Situation
I use jupyter notebooks on remote hosts - I view these by port forwarding with a localhost destination on my local laptop’s web browser. The jupyter port is different from the homebridge port.
With homebridge running on my local laptop, the favicon of my notebooks is the favicon for homebridge. Is there a way to get this back to a jupyter favicon?

Logs
[12/19/2021, 1:51:10 PM] [HB Supervisor] Homebridge Storage Path: REDACTED
[12/19/2021, 1:51:10 PM] [HB Supervisor] Homebridge Config Path: /REDACTED/.homebridge/config.json
[12/19/2021, 1:51:10 PM] [HB Supervisor] Logging to /REDACTED/.homebridge/homebridge.log
[12/19/2021, 1:51:10 PM] [HB Supervisor] OS: Darwin 20.6.0 x64
[12/19/2021, 1:51:10 PM] [HB Supervisor] Node.js v16.13.1 /usr/local/bin/node
[12/19/2021, 1:51:10 PM] [HB Supervisor] Homebridge Path: /usr/local/lib/node_modules/homebridge/bin/homebridge
[12/19/2021, 1:51:10 PM] [HB Supervisor] UI Path: /usr/local/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js
[12/19/2021, 1:51:12 PM] [Homebridge UI] Homebridge Config UI X v4.41.5 is listening on :: port 8581
[12/19/2021, 1:51:12 PM] [HB Supervisor] Starting Homebridge with extra flags: -I
[12/19/2021, 1:51:12 PM] [HB Supervisor] Started Homebridge v1.3.8 with PID: 71646
[12/19/2021, 1:51:12 PM] Loaded config.json with 0 accessories and 1 platforms.
[12/19/2021, 1:51:12 PM] Loaded 0 cached accessories from cachedAccessories.
[12/19/2021, 1:51:12 PM] ---
[12/19/2021, 1:51:13 PM] Loaded plugin: homebridge-config-ui-x@4.41.5
[12/19/2021, 1:51:13 PM] Registering platform 'homebridge-config-ui-x.config'
[12/19/2021, 1:51:13 PM] ---
[12/19/2021, 1:51:13 PM] Loaded plugin: homebridge-roomba@1.0.1
[12/19/2021, 1:51:13 PM] Registering accessory 'homebridge-roomba.Roomba'
[12/19/2021, 1:51:13 PM] ---
[12/19/2021, 1:51:13 PM] Loading 1 platforms...
[12/19/2021, 1:51:13 PM] [Config] Initializing config platform...
[12/19/2021, 1:51:13 PM] [Config] Running in Service Mode
Setup Payload:
X-HM://0024JV0PCW4GX
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
REDACTED
Configuration
{
"bridge": {
"name": "Homebridge 3535",
"username": "REDACTED",
"port": REDACTED-5DIGITS,
"pin": "REDACTED"
},
"accessories": [],
"platforms": [
{
"name": "Config",
"port": 8581,
"platform": "config"
}
]
}
Environment
- OS: macOS
- Software: Big Sur 11.6 (20G165)
- Node: v16.13.1
- npm: 8.3.0
Process Supervisor
not applicable
Additional Context
I’m not sure which supervisor, I’m running on mac laptop per setup instructions.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How to change the jupyter favicon.ico - Stack Overflow
Here's a quick bash script that overrides arbitrary .ico files in the notebook directory local .
Read more >Configuration reference - Jupyter Book
You can configure Jupyter Book with a YAML configuration file ( _config. yml ). This file controls a number of options and feature...
Read more >Common Extension Points - JupyterLab Documentation
iconClass specifies a CSS class which can be used to display an icon next to renderings of the command. Each of isEnabled ,...
Read more >Change icons in theme-extension - JupyterLab
... made are not changing anymore, mostly regarding to --jp-icon-jupyter. ... if simply overriding the variables doesn't work for me in 2.0?
Read more >Terraforming Jupyter: Changing JupyterLab to suit your needs
Terraforming Jupyter : Changing JupyterLab to suit your needsStephanie Stattel (Bloomberg LP), Paul Ivanov (Bloomberg LP)As the ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@brandonlind This issue repository is for the core Homebridge code, and not the UI. The repository for the UI is here
https://github.com/oznu/homebridge-config-ui-x
But with that said, I did a quick google of the issue and this is appears to be bug within the browser code.
ie https://www.reddit.com/r/Safari/comments/o29jgh/safari_changes_favicons_for_multiple_dockers_to/
But if it a truly a homebridge UI issue, could you suggest a fix to homebridge-config-ui-x html to resolve this, and raise the change as a pull request.
Not stale