ultraviolet-app
This commit is contained in:
parent
1225502ca4
commit
fb56ed8c48
2 changed files with 9 additions and 9 deletions
16
README.md
16
README.md
|
|
@ -1,17 +1,17 @@
|
||||||
<p align="center"><img src="https://raw.githubusercontent.com/titaniumnetwork-dev/Ultraviolet-Static/main/public/uv.png" height="200"></p>
|
<p align="center"><img src="https://raw.githubusercontent.com/titaniumnetwork-dev/Ultraviolet-Static/main/public/uv.png" height="200"></p>
|
||||||
|
|
||||||
<h1 align="center">Ultraviolet-Node</h1>
|
<h1 align="center">Ultraviolet-App</h1>
|
||||||
|
|
||||||
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!
|
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!
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
[](https://github.com/titaniumnetwork-dev/Ultraviolet-Node/wiki/Deploy-to-Heroku)
|
[](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Deploy-to-Heroku)
|
||||||
[](https://github.com/titaniumnetwork-dev/Ultraviolet-Node/wiki/Run-on-Replit)
|
[](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Run-on-Replit)
|
||||||
[](https://github.com/titaniumnetwork-dev/Ultraviolet-Node/wiki/Deploy-on-Railway)
|
[](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Deploy-on-Railway)
|
||||||
[](https://github.com/titaniumnetwork-dev/Ultraviolet-Node/wiki/Remix-on-Glitch)
|
[](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Remix-on-Glitch)
|
||||||
[](https://github.com/titaniumnetwork-dev/Ultraviolet-Node/wiki/Deploy-to-Koyeb)
|
[](https://github.com/titaniumnetwork-dev/Ultraviolet-App/wiki/Deploy-to-Koyeb)
|
||||||
|
|
||||||
If you are deploying to an alternative service or to a server, refer to [Deploy via terminal](https://github.com/titaniumnetwork-dev/Ultraviolet-Node/wiki/Deploy-via-terminal).
|
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).
|
||||||
|
|
||||||
Additional information such as [customizing your frontend](https://github.com/titaniumnetwork-dev/Ultraviolet-Node/wiki/Customizing-your-frontend) can be found on the [wiki](https://github.com/titaniumnetwork-dev/Ultraviolet-Node/wiki).
|
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).
|
||||||
|
|
|
||||||
2
app.json
2
app.json
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Ultraviolet App",
|
"name": "Ultraviolet App",
|
||||||
"description": "Node.js Ultraviolet instance",
|
"description": "Node.js Ultraviolet instance",
|
||||||
"repository": "https://github.com/titaniumnetwork-dev/ultraviolet-node",
|
"repository": "https://github.com/titaniumnetwork-dev/Ultraviolet-App",
|
||||||
"logo": "https://raw.githubusercontent.com/titaniumnetwork-dev/Ultraviolet-Static/main/public/uv.png",
|
"logo": "https://raw.githubusercontent.com/titaniumnetwork-dev/Ultraviolet-Static/main/public/uv.png",
|
||||||
"keywords": ["tomp", "ultraviolet"]
|
"keywords": ["tomp", "ultraviolet"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue