This is the upkept version of UV-Static, originally by titaniumnetwork, and made static by TIW
Modified Version of the Ultraviolet backend. This modification changes the proxy CONFIG, making it work on static pages.
- Search the web using a static proxy.
- Access to most websites
- Deployable on any static hosting platform
So whenever you deploy this site, you don't HAVE to deploy it at root. Just drag and drop the active
folder into the root of your main website, and your good to go!
To deploy this website locally, follow these steps:
- Clone the repository:
https://github.com/tf7software/UV-Static.git
- Navigate to the project directory:
cd UV-Static
- Run
index.html
,python3 -m http.server 3000
, or your server of choice. - Navigate to localhost with port 3000
But you can host this on any static hosting platoform.
Contributions are welcome! If you have any suggestions or improvements, please create a pull request.
This project is licensed under the MIT License.
We take no credit for the making of UV. Ultraviolet is made by Titanium Network, and therefore isn't ours. This is just a modification built to it to make it static, allowing you to deploy it on simple hosting platofrms like vercel, netlify, onrender static, and etc. You are welcome to edit files to your need, just credit TIW-UV-Static ;)