Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
eb94f44680 | |||
a2359abccd | |||
ada6986aae | |||
04d9f7be0b | |||
c0fffd2668 | |||
3a2dc96f9e |
39
README.md
39
README.md
|
@ -1,9 +1,8 @@
|
||||||
# Waves.
|
# Chunglloyd Proxy.
|
||||||
A sleek and minimalist Web Proxy.
|
A sleek and minimalist Web Proxy. Built for the CLG Gang.
|
||||||
|
|
||||||
[](https://uptime.betterstack.com/?utm_source=status_badge)
|
[](https://uptime.betterstack.com/?utm_source=status_badge)
|
||||||
|
|
||||||
[](https://discord.gg/dJvdkPRheV)
|
|
||||||
|
|
||||||
## Supported Sites:
|
## Supported Sites:
|
||||||
|
|
||||||
|
@ -26,7 +25,7 @@ A sleek and minimalist Web Proxy.
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
|
|
||||||
You **cannot** deploy Waves on any static hosting services.
|
You **cannot** deploy Chunglloyd Proxy on any static hosting services.
|
||||||
|
|
||||||
## BYOD (Bring Your Own Domain):
|
## BYOD (Bring Your Own Domain):
|
||||||
|
|
||||||
|
@ -40,35 +39,6 @@ You **cannot** deploy Waves on any static hosting services.
|
||||||
|
|
||||||
4. Save your changes and allow time for DNS propagation, which may take a long time.
|
4. Save your changes and allow time for DNS propagation, which may take a long time.
|
||||||
|
|
||||||
## Self-Hosting:
|
|
||||||
|
|
||||||
1. Login your server.
|
|
||||||
2. Open the terminal.
|
|
||||||
3. Run the commands bellow:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo git clone https://github.com/xojw/waves
|
|
||||||
|
|
||||||
cd waves
|
|
||||||
|
|
||||||
sh setup.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
## Run Waves Locally:
|
|
||||||
|
|
||||||
1. Go into your local machine terminal
|
|
||||||
2. Run the commands bellow
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone https://github.com/xojw/waves
|
|
||||||
|
|
||||||
npm i
|
|
||||||
|
|
||||||
npm start
|
|
||||||
```
|
|
||||||
|
|
||||||
Once everything is set up, head over to http://localhost:3000 to experience Waves running smoothly on your local machine!
|
|
||||||
|
|
||||||
## Run Waves on Github Codespaces:
|
## Run Waves on Github Codespaces:
|
||||||
|
|
||||||
1. Create a GitHub account if you don’t have one.
|
1. Create a GitHub account if you don’t have one.
|
||||||
|
@ -96,6 +66,3 @@ npm start
|
||||||
|
|
||||||
This project is licensed under the [GPL-3.0 License](LICENSE).
|
This project is licensed under the [GPL-3.0 License](LICENSE).
|
||||||
|
|
||||||
> [!IMPORTANT]
|
|
||||||
> Considering giving this repository a star if you do fork and use Waves. <3
|
|
||||||
|
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta property="og:title" content="Waves. - Apps"/>
|
<meta property="og:title" content="Chunglloyd Proxy. - Apps"/>
|
||||||
<meta property="og:description" content="A sleek and minimalist web proxy."/>
|
<meta property="og:description" content="A sleek and minimalist web proxy. Built for the CLG Gang."/>
|
||||||
<meta property="og:image" content="/assets/images/icons/favicon.ico"/>
|
<meta property="og:image" content="/assets/images/icons/favicon.ico"/>
|
||||||
<meta name="theme-color" content="#ffffff"/>
|
<meta name="theme-color" content="#ffffff"/>
|
||||||
<meta name="msapplication-TileColor" content="#ffffff"/>
|
<meta name="msapplication-TileColor" content="#ffffff"/>
|
||||||
<title>Waves.</title>
|
<title>Chunglloyd Proxy.</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/images/icons/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/assets/images/icons/favicon.ico">
|
||||||
<link rel="stylesheet" href="/assets/css/$.css">
|
<link rel="stylesheet" href="/assets/css/$.css">
|
||||||
<link rel="stylesheet" href="/assets/css/settings.css">
|
<link rel="stylesheet" href="/assets/css/settings.css">
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="home-navbar">
|
<div class="home-navbar">
|
||||||
<img src="/assets/images/icons/favicon.ico" class="favicon">
|
<img src="/assets/images/icons/favicon.ico" class="favicon">
|
||||||
<span id="waves">Waves.</span>
|
<span id="waves">Chunglloyd Proxy.</span>
|
||||||
<a href="/" id="home">Home</a>
|
<a href="/" id="home">Home</a>
|
||||||
<a href="/g" id="games">Games</a>
|
<a href="/g" id="games">Games</a>
|
||||||
<a href="/a" id="apps">Apps</a>
|
<a href="/a" id="apps">Apps</a>
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
<div id="overlay" class="overlay"></div>
|
<div id="overlay" class="overlay"></div>
|
||||||
<div id="namePrompt" class="popup">
|
<div id="namePrompt" class="popup">
|
||||||
<div class="input-container">
|
<div class="input-container">
|
||||||
<label for="userName">Please enter a name so we know what to call you:</label>
|
<label for="userName">Which member are you?:</label>
|
||||||
<div class="input-wrapper">
|
<div class="input-wrapper">
|
||||||
<input type="text" id="userName" placeholder="Your name" oninput="checkInput()" autocomplete="off" />
|
<input type="text" id="userName" placeholder="Your name" oninput="checkInput()" autocomplete="off" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta property="og:title" content="Waves. - Games"/>
|
<meta property="og:title" content="Chunglloyd Proxy. - Games"/>
|
||||||
<meta property="og:description" content="A sleek and minimalist web proxy."/>
|
<meta property="og:description" content="A sleek and minimalist web proxy. Built for the CLG Gang."/>
|
||||||
<meta property="og:image" content="/assets/images/icons/favicon.ico"/>
|
<meta property="og:image" content="/assets/images/icons/favicon.ico"/>
|
||||||
<meta name="theme-color" content="#ffffff"/>
|
<meta name="theme-color" content="#ffffff"/>
|
||||||
<meta name="msapplication-TileColor" content="#ffffff"/>
|
<meta name="msapplication-TileColor" content="#ffffff"/>
|
||||||
<title>Waves.</title>
|
<title>Chunglloyd Proxy.</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/images/icons/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/assets/images/icons/favicon.ico">
|
||||||
<link rel="stylesheet" href="/assets/css/$.css">
|
<link rel="stylesheet" href="/assets/css/$.css">
|
||||||
<link rel="stylesheet" href="/assets/css/settings.css">
|
<link rel="stylesheet" href="/assets/css/settings.css">
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="home-navbar">
|
<div class="home-navbar">
|
||||||
<img src="/assets/images/icons/favicon.ico" class="favicon">
|
<img src="/assets/images/icons/favicon.ico" class="favicon">
|
||||||
<span id="waves">Waves.</span>
|
<span id="waves">Chunglloyd Proxy.</span>
|
||||||
<a href="/" id="home">Home</a>
|
<a href="/" id="home">Home</a>
|
||||||
<a href="/g" id="games">Games</a>
|
<a href="/g" id="games">Games</a>
|
||||||
<a href="/a" id="apps">Apps</a>
|
<a href="/a" id="apps">Apps</a>
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta property="og:title" content="Waves."/>
|
<meta property="og:title" content="Chunglloyd Proxy."/>
|
||||||
<meta property="og:description" content="A sleek and minimalist web proxy."/>
|
<meta property="og:description" content="A sleek and minimalist web proxy. Built for the CLG Gang."/>
|
||||||
<meta property="og:image" content="/assets/images/icons/favicon.ico"/>
|
<meta property="og:image" content="/assets/images/icons/favicon.ico"/>
|
||||||
<meta name="theme-color" content="#ffffff"/>
|
<meta name="theme-color" content="#ffffff"/>
|
||||||
<meta name="msapplication-TileColor" content="#ffffff"/>
|
<meta name="msapplication-TileColor" content="#ffffff"/>
|
||||||
<title>Waves.</title>
|
<title>Chunglloyd Proxy.</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/images/icons/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/assets/images/icons/favicon.ico">
|
||||||
<link rel="stylesheet" href="/assets/css/$.css">
|
<link rel="stylesheet" href="/assets/css/$.css">
|
||||||
<link rel="stylesheet" href="/assets/css/settings.css">
|
<link rel="stylesheet" href="/assets/css/settings.css">
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="home-navbar">
|
<div class="home-navbar">
|
||||||
<img src="/assets/images/icons/favicon.ico" class="favicon">
|
<img src="/assets/images/icons/favicon.ico" class="favicon">
|
||||||
<span id="waves">Waves.</span>
|
<span id="waves">Chunglloyd Proxy.</span>
|
||||||
<a href="/" id="home">Home</a>
|
<a href="/" id="home">Home</a>
|
||||||
<a href="/g" id="games">Games</a>
|
<a href="/g" id="games">Games</a>
|
||||||
<a href="/a" id="apps">Apps</a>
|
<a href="/a" id="apps">Apps</a>
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
<div class="search-container">
|
<div class="search-container">
|
||||||
<div class="search-title">Waves.</div>
|
<div class="search-title">Waves.</div>
|
||||||
<div class="search-bar">
|
<div class="search-bar">
|
||||||
<input class="waves" type="text" id="searchInput" placeholder="What's been on your mind lately?" autocomplete="off">
|
<input class="waves" type="text" id="searchInput" placeholder="Why is my cum red?" autocomplete="off">
|
||||||
<span class="shortcut-indicator">Ctrl + S</span>
|
<span class="shortcut-indicator">Ctrl + S</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>404 | Page Not Found</title>
|
<title>THERE IS A FUCKING ERROR FUCK FUCK FUCK FUCK</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/images/icons/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/assets/images/icons/favicon.ico">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -32,7 +32,7 @@ body {
|
||||||
border-left-color: #ffffff !important;
|
border-left-color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#waves {
|
#wchunglloyd {
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user