Skip to content
/ Alu Public
forked from titaniumnetwork-dev/Alu

Alu is a frontend proxy site that offers games and a clean frontend for Ultraviolet and Rammerhead

License

Notifications You must be signed in to change notification settings

3kho/Alu

 
 

Repository files navigation

AluLogo

Alu

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

Features

  • 🌐 UV and Rammerhead support
  • 🎨 Multiple Themes to choose from
  • 🏬 Marketplace for Themes and Extensions
  • 🕶 Multiple site cloaking options
  • 🎮 50+ Games to choose from
  • 🌎 Support for 6 Languages
  • 🚀 High performance
  • 🔍 Multiple Search Engines to pick from

Deploying Alu

Deploying Alu is about as simple as it gets.

  1. Open your terminal and type git clone https://github.com/titaniumnetwork-dev/Alu --recurse-submodules

  2. Install pnpm with npm i -g pnpm.

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

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

Congrats! You should now be running your very own instance of Alu! 🎉

Warning

Recursing all submodules will install alu-games as well. This repo contains all games for Alu, and is quite large! If you wish to skip it, simply remove --recurse-submodules from your clone command.

What about Docker?

Alu can be easily dockerized with the Dockerfile provided in the repository. Simply run docker build -t alu . to build the image, and then docker run -p 3000:3000 alu to run the container, and you're good to go!

Technologies

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

License

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

About

Alu is a frontend proxy site that offers games and a clean frontend for Ultraviolet and Rammerhead

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.0%
  • Astro 22.0%
  • TypeScript 7.1%
  • CSS 2.5%
  • Other 0.4%