forked from titaniumnetwork-dev/Ultraviolet-App
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
470055d
commit 28f38e4
Showing
1 changed file
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,27 @@ | ||
<p align="center"><img src="https://raw.githubusercontent.com/titaniumnetwork-dev/Ultraviolet-Static/main/public/uv.png" height="200"></p> | ||
|
||
<h1 align="center">Ultraviolet-App</h1> | ||
<h1 align="center">Ultraviolet-App-Gitpod</h1> | ||
|
||
The deployable all-in-one bundle for [Ultraviolet](https://github.com/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 and more! | ||
The deployable all-in-one bundle for Ultraviolet, a highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more! | ||
|
||
<a target="_blank" href="https://gitpod.io/#https://github.com/catfoolyou/Ultraviolet-App"> | ||
<img src="https://img.shields.io/badge/Deploy_with-Gitpod-orange" alt="UV Gitpod Development Environment" /> | ||
</a> | ||
|
||
## Deployment | ||
|
||
[![Run on Replit](https://binbashbanana.github.io/deploy-buttons/buttons/remade/replit.svg)](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Run-on-Replit) | ||
[![Deploy on Railway](https://binbashbanana.github.io/deploy-buttons/buttons/remade/railway.svg)](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Deploy-on-Railway) | ||
[![Remix on Glitch](https://binbashbanana.github.io/deploy-buttons/buttons/remade/glitch.svg)](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Remix-on-Glitch) | ||
[![Deploy to Koyeb](https://binbashbanana.github.io/deploy-buttons/buttons/remade/koyeb.svg)](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Deploy-to-Koyeb) | ||
None of the web deployment services listed on the TN page are currently available. | ||
Currently, the only feasible way to deploy this service is using gitpod, see below. | ||
|
||
If you are deploying to an alternative service or to a server, refer to [Deploy via terminal](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Deploy-via-terminal). | ||
### Deploying with Gitpod | ||
1. Go to [gitpod.io/#https://github.com/catfoolyou/Ultraviolet-App](gitpod.io/#https://github.com/catfoolyou/Ultraviolet-App) | ||
2. Hit open workspace and wait for it to deploy, this might take a while on crappy wifi. | ||
3. When the dialog pops up in the lower right corner, hit "make public". DO NOT open in browser, this will redirect you to a broken web link. | ||
4. Navigate to "Ports", make sure "State" is set to public*, and click the link under "Address". | ||
|
||
Additional information such as [customizing your frontend](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Customizing-your-frontend) can be found on the [wiki](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki). | ||
*If it isnt, click the lock icon. | ||
|
||
Support and updates can be found in our [Discord Server](discord.gg/unblock). | ||
### FAQ | ||
1. Gitpod has a timeout for free deployments (around 2 hours I think), so just check back on the page from time to time. | ||
2. If you get a dialog about service workers, just click "register service worker". | ||
3. If you get a window saying that the environment does not exist, deploy again. This is because Gitpod sometimes moves free web apps from one server to the other. |