Alu is a frontend proxy site that offers games and a clean frontend for Ultraviolet and Rammerhead
Find a file
2024-02-26 10:04:17 -06:00
.vscode Initial Commit for Astro files 2024-01-09 11:26:49 -06:00
public Implement new tab and about:blank opening modes 2024-02-26 10:04:17 -06:00
src Implement new tab and about:blank opening modes 2024-02-26 10:04:17 -06:00
.gitignore Update gitignore 2024-02-08 09:28:14 -06:00
.gitmodules Add games submodule. 2024-02-08 09:42:47 -06:00
.prettierignore Add linting with prettier. 2024-02-06 11:53:55 -06:00
astro.config.mjs Add linting with prettier. 2024-02-06 11:53:55 -06:00
index.js Implement new tab and about:blank opening modes 2024-02-26 10:04:17 -06:00
LICENSE Create LICENSE 2024-02-09 09:54:38 -06:00
package-lock.json Add origin_proxy cookie (ty sm binaryperson), and remove helmet. 2024-02-25 18:20:23 -06:00
package.json Add origin_proxy cookie (ty sm binaryperson), and remove helmet. 2024-02-25 18:20:23 -06:00
prettier.config.js Move game displaying logic into JSON, more linting 2024-02-06 13:59:31 -06:00
README.md Lint and add Link component for better link handling 2024-02-11 01:12:46 -06:00
tsconfig.json (hopefully) actually fix rh 2024-02-22 12:08:07 -06:00

AluLogo

Alu

Alu is a beautiful, functional, and sleek web proxy, which focuses on customization and ease of use.

Features

  • 🌐 UV and Rammerhead support
  • 🎨 Themes
  • 🕶 Multiple site cloaking options
  • 🎮 50+ Games to choose from
  • 🌎 English and Japanese support
  • 🚀 High performance
  • 🔍 Multiple Search Engines to pick from

Deploying Alu

Deploying Alu is about as simple as it gets, from your terminal, type

git clone https://github.com/wearrrrr/Alu --recursive-submodules

This command should clone Alu's frontend, as well as alu-games. If you wish to skip cloning games, then leave out the last flag.

Then simply run npm i to install all node_modules, and then build the frontend with npm run build, this shouldn't take more than a couple seconds.

Finally, run npm start to actually serve Alu! It defaults to port 3000 for everything, but this can be specified in an env file.

Congrats, you've now deployed your very own web proxy!

Technologies

  • Ultraviolet by Titanium Network
  • Bare Server from TompHTTP
  • Rammerhead by binary-person
  • Astro from astro.build
  • Typescript
  • ExpressJS
  • Prettier

License

Alu is licensed under the GNU GPL v3.0 License as of 2/9/2024.