runtipi / runtipi-appstore

Official Runtipi AppStore. Apps and updates live here!
https://runtipi.io/docs/apps-available
GNU General Public License v3.0
283 stars 232 forks source link

šŸ› [netboot.xyz] "This site canā€™t be reached" when installing netboot.xyz after installing Cloudflare tunnel #2732

Closed jasonpearce closed 2 months ago

jasonpearce commented 6 months ago

Store Application

Netboot.xyz

App version

2.0.53

Description

If Netboot.xyz is installed after Cloudflared, user is unable to access http://192.168.xxx.xxx:8675/ or https://192.168.xxx.xxx:8675/. Browser reports:

This site canā€™t be reached 192.168.xxx.xxx refused to connect ERR_CONNECTION_REFUSED

Steps to reproduce

  1. Install Ubuntu
  2. Install Tipi v3.1.0
  3. Install Cloudflared v2024.2.1
  4. Install Hello World
  5. Validate Hello World works via http://192.168.xxx.xxx:8000/ (it does)
  6. Validate Hello World works via https://helloworld.example.com (it does)
  7. Install Netboot.xyz
  8. Validate Netboot.xyz works via http://192.168.xxx.xxx:8675/ or https://192.168.xxx.xxx:8675/ (it does not)

App logs

Provide instructions on how to provide logs and I'll try.

Browser

Firefox and Brave

Browser logs

No response

User-Config changes

None

Other

I have other apps that don't work if I install them after Cloudflared is installed. Some other apps, however, do work after Cloudflared is installed. I'll create separate tickets for each.

Please confirm the following

steveiliop56 commented 5 months ago

Hello @jasonpearce,

I can reproduce the issue. Will try to fix as soon as possible. Thank you for reporting. sorry for late reply

steveiliop56 commented 5 months ago

Soo after some debugging seems that there is an issue with linuxserver. For some reason the app/ directory is empty, so there isn't anything to run. The only possible solution I can think of is to move to the official docker-netbootxyz image. @meienberger what do you think?

meienberger commented 5 months ago

Sounds good for me @steveiliop56 is there any bug report on their repo? Did we do something wrong?

jasonpearce commented 5 months ago

After upgrading to...

My results are unchanged:

steveiliop56 commented 5 months ago

I will try to release an update today.

jasonpearce commented 5 months ago

I'm not in a hurry. I simply wanted to provide an update. Thank you for your assistance.

steveiliop56 commented 2 months ago

Hello,

This has been fixed now. Sorry for the massive delay

JigSawFr commented 2 months ago

@steveiliop56 what was the fix ?

steveiliop56 commented 2 months ago

I just changed the image from the Linux server to the official one (paths are the same so not data loss).

JigSawFr commented 2 months ago

I just changed the image from the Linux server to the official one (paths are the same so not data loss).

Ok just that lol was thinking it will be harder for this case

jasonpearce commented 2 months ago

On my node, I verify this issue is resolved.

Thank you.