NebulaServices / Nebula

a stunning and sleek web proxy with support for hundreds of popular sites.
https://docs.nebulaproxy.io/
260 stars 3.54k forks source link

This Nebula Service has been disabled #214

Closed akwin1234 closed 5 months ago

akwin1234 commented 5 months ago

4BUNnt9 Please help i am not sure what is causing this issue this error occures after entering an url or keyword

ip:port/games also showing same error EDIT: i am binding to 0.0.0.0 and accessing via public IP. can that be an issue?

IncognitoTGT commented 5 months ago

we've disabled nebula servicessssssssss :snake:

IncognitoTGT commented 5 months ago

the issue is likely since the service worker didnt register

NottPeak commented 5 months ago

you can't access a proxy via IP (SSL stuff, TECHNICALLY you can), you need to get a domain and setup an SSL certificate for it (see the ultraviolet wiki) you can get a free subdomain (will work for this) from freedns (freedns.afraid.org)

NottPeak commented 5 months ago

make sure you have nebula on port 8080 if you use the nginx method (prty sure you can just change it in index.js, haven't checked in a while)

akwin1234 commented 5 months ago

make sure you have nebula on port 8080 if you use the nginx method (prty sure you can just change it in index.js, haven't checked in a while)

Thanks a lot it worked. i setup reverse proxy in cyberpanel :) I was wondering if you may help me with 1 small more thing.

Can we modify the content before printing it? Like i want to remove ads or may be popup scripts or anything else. remove html popups etc not asking for logic i wonder where to edit. Kinda new to node js.

Once again thanks a ton!

NottPeak commented 5 months ago

make sure you have nebula on port 8080 if you use the nginx method (prty sure you can just change it in index.js, haven't checked in a while)

Thanks a lot it worked. i setup reverse proxy in cyberpanel :) I was wondering if you may help me with 1 small more thing.

Can we modify the content before printing it? Like i want to remove ads or may be popup scripts or anything else. remove html popups etc not asking for logic i wonder where to edit. Kinda new to node js.

Once again thanks a ton!

you could do some stuff with the rewrite code, a slightly easier (not as efficient) approach would be putting some JavaScript code inside the /public/UV/UV.config.js file. anything in there is run on page load (sometimes a couple times when the page loads, add logic to prevent that), so that is useful.