Homarr missing websockets and interal nginx #430

Closed
opened 2026-02-04 18:51:12 +03:00 by OVERLORD · 7 comments
Owner

Originally created by @CrazyWolf13 on GitHub (Feb 2, 2025).

Originally assigned to: @CrazyWolf13 on GitHub.

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

homarr

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homarr.sh)"

📝 Provide a clear and concise description of the issue.

Homarr is using websockets for a lot of things, for example connecting to widgets, live-log loading, and many other parts, in the setup here the internal nginx server is missing.

Here their dockerfile which explains a bit about their use of the nginx server: https://github.com/homarr-labs/homarr/blob/dev/Dockerfile

This comes from talking to the homarr team, as I've been in contact with them for beta/alpha test of myself and working on possible update instructions for ttecks-scripts.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

  1. Install Homarr
  2. view different thing not working like logs and some widgets, also refer to the browser console.

Paste the full error output (if available).

N/A

🖼️ Additional context (optional).

No response

Originally created by @CrazyWolf13 on GitHub (Feb 2, 2025). Originally assigned to: @CrazyWolf13 on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? homarr ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homarr.sh)" ### 📝 Provide a clear and concise description of the issue. Homarr is using websockets for a lot of things, for example connecting to widgets, live-log loading, and many other parts, in the setup here the internal nginx server is missing. Here their dockerfile which explains a bit about their use of the nginx server: https://github.com/homarr-labs/homarr/blob/dev/Dockerfile This comes from talking to the homarr team, as I've been in contact with them for beta/alpha test of myself and working on possible update instructions for ttecks-scripts. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. 1. Install Homarr 2. view different thing not working like logs and some widgets, also refer to the browser console. ### ❌ Paste the full error output (if available). N/A ### 🖼️ Additional context (optional). _No response_
OVERLORD added the buginvestigation labels 2026-02-04 18:51:12 +03:00
Author
Owner

@CrazyWolf13 commented on GitHub (Feb 2, 2025):

Also I just noticed, only the .env file is backed up on update, what about the actual data, so all user-data will be wiped on update?

The internal DB and all mounted folders need to be backed up according to the team.

@CrazyWolf13 commented on GitHub (Feb 2, 2025): Also I just noticed, only the .env file is backed up on update, what about the actual data, so all user-data will be wiped on update? The internal DB and all mounted folders need to be backed up according to the team.
Author
Owner

@MickLesk commented on GitHub (Feb 4, 2025):

Do you have time to take a look for yourself? I don't use the tool, otherwise I would need a lot more input on what's missing etc.

@MickLesk commented on GitHub (Feb 4, 2025): Do you have time to take a look for yourself? I don't use the tool, otherwise I would need a lot more input on what's missing etc.
Author
Owner

@johnnyitd commented on GitHub (Feb 6, 2025):

I actually encountered this myself. On one machine it doesnt connect to Homarr's websockets using Firefox.
On Chrome it works fine.

@johnnyitd commented on GitHub (Feb 6, 2025): I actually encountered this myself. On one machine it doesnt connect to Homarr's websockets using Firefox. On Chrome it works fine.
Author
Owner

@Anarxus-LT commented on GitHub (Feb 6, 2025):

I actually encountered this myself. On one machine it doesnt connect to Homarr's websockets using Firefox. On Chrome it works fine.

Same here, everything working on chrome. But it is unresponsive in Firefox

@Anarxus-LT commented on GitHub (Feb 6, 2025): > I actually encountered this myself. On one machine it doesnt connect to Homarr's websockets using Firefox. On Chrome it works fine. Same here, everything working on chrome. But it is unresponsive in Firefox
Author
Owner

@heda4etak commented on GitHub (Feb 8, 2025):

After installation I also get errors on firefox and chrome v118 (installation of homarr goes without errors)

Image

@heda4etak commented on GitHub (Feb 8, 2025): After installation I also get errors on firefox and chrome v118 (installation of homarr goes without errors) ![Image](https://github.com/user-attachments/assets/f68c3afc-42ec-4370-9df2-606d08d9ad65)
Author
Owner

@CrazyWolf13 commented on GitHub (Feb 8, 2025):

Hi all
Yeah I'm working on this, together with homarr-devs, though it's kinda hard and I've just got a bit limited time.

Current progress:

  • Rewritten the installer to be in line with upstream Dockerfile, I'll do some testing and then write the update-function.

(https://github.com/CrazyWolf13/ProxmoxVE/blob/fix-homarr/install/homarr-install.sh)

@CrazyWolf13 commented on GitHub (Feb 8, 2025): Hi all Yeah I'm working on this, together with homarr-devs, though it's kinda hard and I've just got a bit limited time. Current progress: - Rewritten the installer to be in line with upstream Dockerfile, I'll do some testing and then write the update-function. (https://github.com/CrazyWolf13/ProxmoxVE/blob/fix-homarr/install/homarr-install.sh)
Author
Owner

@CrazyWolf13 commented on GitHub (Feb 14, 2025):

@johnnyitd @Anarxus-LT @heda4etak

PR is merged, you should be able to test it and Websockets should be working now :)

@CrazyWolf13 commented on GitHub (Feb 14, 2025): @johnnyitd @Anarxus-LT @heda4etak PR is merged, you should be able to test it and Websockets should be working now :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#430