Compare commits

...

6 Commits
main ... main

Author SHA1 Message Date
eb94f44680 Update README.md 2025-05-05 17:59:52 -07:00
a2359abccd Update public/404.html 2025-05-05 17:58:12 -07:00
ada6986aae Update public/$.html 2025-05-05 17:57:49 -07:00
04d9f7be0b Update public/!.html 2025-05-05 17:56:32 -07:00
c0fffd2668 Update public/!!.html 2025-05-05 17:51:23 -07:00
3a2dc96f9e Update public/assets/css/$.css 2025-05-05 17:33:18 -07:00
6 changed files with 19 additions and 52 deletions

View File

@ -1,9 +1,8 @@
# Waves.
A sleek and minimalist Web Proxy.
# Chunglloyd Proxy.
A sleek and minimalist Web Proxy. Built for the CLG Gang.
[![Better Stack Badge](https://uptime.betterstack.com/status-badges/v3/monitor/1r475.svg)](https://uptime.betterstack.com/?utm_source=status_badge)
[![Join our Discord](https://invidget.switchblade.xyz/dJvdkPRheV)](https://discord.gg/dJvdkPRheV)
## Supported Sites:
@ -26,7 +25,7 @@ A sleek and minimalist Web Proxy.
## 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):
@ -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.
## 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:
1. Create a GitHub account if you dont have one.
@ -96,6 +66,3 @@ npm start
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

View File

@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Waves. - Apps"/>
<meta property="og:description" content="A sleek and minimalist web proxy."/>
<meta property="og:title" content="Chunglloyd Proxy. - Apps"/>
<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 name="theme-color" 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="stylesheet" href="/assets/css/$.css">
<link rel="stylesheet" href="/assets/css/settings.css">
@ -40,7 +40,7 @@
</div>
<div class="home-navbar">
<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="/g" id="games">Games</a>
<a href="/a" id="apps">Apps</a>
@ -84,7 +84,7 @@
<div id="overlay" class="overlay"></div>
<div id="namePrompt" class="popup">
<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">
<input type="text" id="userName" placeholder="Your name" oninput="checkInput()" autocomplete="off" />
</div>

View File

@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Waves. - Games"/>
<meta property="og:description" content="A sleek and minimalist web proxy."/>
<meta property="og:title" content="Chunglloyd Proxy. - Games"/>
<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 name="theme-color" 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="stylesheet" href="/assets/css/$.css">
<link rel="stylesheet" href="/assets/css/settings.css">
@ -40,7 +40,7 @@
</div>
<div class="home-navbar">
<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="/g" id="games">Games</a>
<a href="/a" id="apps">Apps</a>

View File

@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Waves."/>
<meta property="og:description" content="A sleek and minimalist web proxy."/>
<meta property="og:title" content="Chunglloyd 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 name="theme-color" 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="stylesheet" href="/assets/css/$.css">
<link rel="stylesheet" href="/assets/css/settings.css">
@ -39,7 +39,7 @@
</div>
<div class="home-navbar">
<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="/g" id="games">Games</a>
<a href="/a" id="apps">Apps</a>
@ -74,7 +74,7 @@
<div class="search-container">
<div class="search-title">Waves.</div>
<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>
</div>
</div>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<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">
<style>
body {

View File

@ -32,7 +32,7 @@ body {
border-left-color: #ffffff !important;
}
#waves {
#wchunglloyd {
font-size: 19px;
color: #ffffff;
display: inline-block;