Update org
This commit is contained in:
parent
298cc59dd5
commit
19f38b7ba9
5 changed files with 24 additions and 21 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<p align="center"><img src="https://raw.githubusercontent.com/titaniumnetwork-development/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-Static</h1>
|
||||
|
||||
|
|
@ -9,7 +9,7 @@ Static files/assets used to spin up an Ultraviolet website.
|
|||
1. Clone the repository
|
||||
|
||||
```sh
|
||||
$ git clone https://github.com/titaniumnetwork-development/Ultraviolet-Static.git
|
||||
$ git clone https://github.com/titaniumnetwork-dev/Ultraviolet-Static.git
|
||||
> Cloning into Ultraviolet-Static...
|
||||
$ cd Ultraviolet-Static
|
||||
```
|
||||
|
|
@ -33,13 +33,13 @@ $ npm run build
|
|||
$ npm pack
|
||||
```
|
||||
|
||||
## Install in [Ultraviolet-Node](https://github.com/titaniumnetwork-development/Ultraviolet-Node.git)
|
||||
## Install in [Ultraviolet-Node](https://github.com/titaniumnetwork-dev/Ultraviolet-Node.git)
|
||||
|
||||
1. Follow installation steps until you need to run `npm install`
|
||||
2. Install the produced Ultraviolet-Static tgz (upload to Discord, Github, etc...) (see [Packaging](#packaging))
|
||||
|
||||
```sh
|
||||
$ npm install https://github.com/titaniumnetwork-development/Ultraviolet-Static/releases/download/v1.0.0/ultraviolet-static-1.0.0.tgz
|
||||
$ npm install https://github.com/titaniumnetwork-dev/Ultraviolet-Static/releases/download/v1.0.0/ultraviolet-static-1.0.0.tgz
|
||||
# OR
|
||||
$ npm install ../path/to/ultraviolet-static-1.0.0.tgz
|
||||
```
|
||||
|
|
|
|||
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -12,7 +12,7 @@
|
|||
"prettier": "^2.7.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"ultraviolet": "https://github.com/titaniumnetwork-development/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz"
|
||||
"ultraviolet": "https://github.com/titaniumnetwork-dev/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/eslintrc": {
|
||||
|
|
@ -1338,7 +1338,7 @@
|
|||
},
|
||||
"node_modules/ultraviolet": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://github.com/titaniumnetwork-development/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz",
|
||||
"resolved": "https://github.com/titaniumnetwork-dev/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz",
|
||||
"integrity": "sha512-kx+oXojmQnV9XJeta3RTGhZEw50UL4hTP750ewoGaCB9E2o4YJAom8ZfOGL02BxMrvut1D6iId5iDn7B+SyvrA==",
|
||||
"license": "ISC",
|
||||
"peer": true,
|
||||
|
|
@ -2365,7 +2365,7 @@
|
|||
"dev": true
|
||||
},
|
||||
"ultraviolet": {
|
||||
"version": "https://github.com/titaniumnetwork-development/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz",
|
||||
"version": "https://github.com/titaniumnetwork-dev/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz",
|
||||
"integrity": "sha512-kx+oXojmQnV9XJeta3RTGhZEw50UL4hTP750ewoGaCB9E2o4YJAom8ZfOGL02BxMrvut1D6iId5iDn7B+SyvrA==",
|
||||
"peer": true,
|
||||
"requires": {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"lib"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"ultraviolet": "https://github.com/titaniumnetwork-development/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz"
|
||||
"ultraviolet": "https://github.com/titaniumnetwork-dev/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.23.0",
|
||||
|
|
|
|||
|
|
@ -17,29 +17,29 @@
|
|||
content="#434c5e"
|
||||
/>
|
||||
<meta name="googlebot" content="noindex, nofollow, nosnippet" />
|
||||
<base href="/">
|
||||
<base href="/" />
|
||||
<link rel="shortcut icon" content="favicon.ico" />
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="logo-wrapper left-margin">
|
||||
<h1>
|
||||
Ultraviolet | Error
|
||||
</h1>
|
||||
<h1>Ultraviolet | Error</h1>
|
||||
</div>
|
||||
<div class="desc left-margin">
|
||||
<p>
|
||||
The server could not route your request.
|
||||
</p>
|
||||
<p>The server could not route your request.</p>
|
||||
<p class="error"></p>
|
||||
<input type="button" class="register-sw" value="Register service worker">
|
||||
<input
|
||||
type="button"
|
||||
class="register-sw"
|
||||
value="Register service worker"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<a
|
||||
title="For privacy implications related to Ultraviolet."
|
||||
href="https://github.com/titaniumnetwork-development/Ultraviolet/raw/main/LICENSE"
|
||||
href="https://github.com/titaniumnetwork-dev/Ultraviolet/raw/main/LICENSE"
|
||||
style="margin-left: auto"
|
||||
>License</a
|
||||
>
|
||||
|
|
|
|||
|
|
@ -59,7 +59,10 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div title="Ultraviolet Logo" class="flex-center logo-wrapper header-center">
|
||||
<div
|
||||
title="Ultraviolet Logo"
|
||||
class="flex-center logo-wrapper header-center"
|
||||
>
|
||||
<img class="logo" src="uv.png" alt="Ultraviolet" />
|
||||
<h1
|
||||
title="Ultraviolet supports YouTube, GeForce NOW and more! Service by TitaniumNetwork."
|
||||
|
|
@ -83,7 +86,7 @@
|
|||
<footer>
|
||||
<a
|
||||
title="Ultraviolet is a web proxy service maintained by TitaniumNetwork!"
|
||||
href="https://github.com/titaniumnetwork-development"
|
||||
href="https://github.com/titaniumnetwork-dev"
|
||||
>Titanium Network</a
|
||||
>
|
||||
<a
|
||||
|
|
@ -98,13 +101,13 @@
|
|||
>
|
||||
<a
|
||||
title="The official GitHub for Ultraviolet, a web proxy service which can be used to unblock sites at school and more!"
|
||||
href="https://github.com/titaniumnetwork-development/Ultraviolet"
|
||||
href="https://github.com/titaniumnetwork-dev/Ultraviolet"
|
||||
>GitHub</a
|
||||
>
|
||||
|
||||
<a
|
||||
title="For privacy implications related to Ultraviolet."
|
||||
href="https://github.com/titaniumnetwork-development/Ultraviolet/raw/main/LICENSE"
|
||||
href="https://github.com/titaniumnetwork-dev/Ultraviolet/raw/main/LICENSE"
|
||||
style="margin-left: auto"
|
||||
>License</a
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue