titaniumnetwork-dev / Ultraviolet

A highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers. Works by intercepting HTTP requests with a service worker script that follows the TompHTTP specifications.
https://docs.titaniumnetwork.org/proxies/ultraviolet
GNU Affero General Public License v3.0
565 stars 4.13k forks source link

Is there a way to enable WebGL #139

Closed pretzer25 closed 1 month ago

pretzer25 commented 6 months ago

Im Using the TIW Static-Ultraviolet which i don't think should effect anything, but I deploy on Vercel which I think disables WebGL on proxies, I can't deploy anywhere else, is There a way to enable WebGL???

proudparrot2 commented 6 months ago

Vercel wouldn't be the problem TIW's Ultraviolet is outdated - I recommend building your own copy.

pretzer25 commented 6 months ago

thank you, to build my own copy, can I just copy and paste all files from ultraviolet folder to my repository and just change the bare server address?

pretzer25 commented 6 months ago

all I need to get is the uv files except host the bare server from another website

proudparrot2 commented 6 months ago

You need to clone ultraviolet onto your machine (with node.js installed), install packages, and run npm run build. The ultraviolet build files will be available in the dist folder. Keep in mind that the latest version of ultraviolet uses wisp instead of bare, and you’ll need to find an earlier commit to clone from in order to use bare.

JustJxrdanWasDefinetlyTaken commented 5 months ago

Im Using the TIW Static-Ultraviolet which i don't think should effect anything, but I deploy on Vercel which I think disables WebGL on proxies, I can't deploy anywhere else, is There a way to enable WebGL???

just deploy to cf pages

not-amplify commented 5 months ago

Im Using the TIW Static-Ultraviolet which i don't think should effect anything, but I deploy on Vercel which I think disables WebGL on proxies, I can't deploy anywhere else, is There a way to enable WebGL???

just deploy to cf pages

u realize uv v2 can just run off the external bare without having to use something outdated

not-amplify commented 5 months ago

oh wait i didnt scroll far up enough to see that wasnt u, mb...

JustJxrdanWasDefinetlyTaken commented 4 months ago

oh wait i didnt scroll far up enough to see that wasnt u, mb...

lol its alright

Percslol commented 1 month ago

closing as stale