Skip to content

WeAreRobloxExpolits/waves

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

299 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waves.

A sleek and minimalist Web Proxy.

Better Stack Badge

Join our Discord

Note

Waves is still in its early stages, so you might encounter a few occasional bugs. I am actively working on new features and improvements—stay tuned!

Supported Sites:

Features:

  • Fast, Advanced & Powerful Web Proxy
  • DevTools
  • Sleek & Clean UI
  • Search Bar
  • And a lot more features coming soon...

Usage:

You cannot deploy Waves on any static hosting services.

Connecting Waves to Your Domain or Subdomain:

  1. Log in to your domain or subdomain provider’s control panel.
  2. Select the domain or subdomain you'd like to configure.
  3. Add a new A record with the following IP address as the destination:
93.127.130.22
  1. 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:
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
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 don’t have one.

  2. Log in, click the green "Code" button, and select "Codespaces" on the right.

  3. Click the "+" to create a new Codespace.

  4. After everything loads, run these commands:

npm i

npm start
  1. When done, click "Public" on the pop-up and access your given URL.

License

This project is licensed under the GPL-3.0 License.

Important

Considering giving this repository a star if you do fork and use Waves. :)

About

Waves. A sleek and minimalist Web Proxy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 49.4%
  • CSS 27.4%
  • HTML 18.8%
  • Shell 4.4%