Skip to content

Falconlink/FalconLink

Repository files navigation

FalconLink - A modern web proxy

Features:

-4,000 games

-Uses ultraviolet, a fast and secure proxy

-Clean UI

-Developer console (We used eruda https://github.com/liriliri/eruda)

-Browser with multiple tabs, back/forwards arrows, reload button, search/url bar, cloak in about:blank page in new tab, and fullscreen

Deploy to Koyeb Deploy with Vercel

NOTE: Default port is 8080, you may have to change it with an environment variable depending on how you are hosting FalconLink.

How to deploy to a server:

Without a reverse proxy

  1. Clone the repository on your server (run "git clone https://github.com/VIPdestroy/FalconLink")

  2. Go to the directory Falconlink is stored in (run "cd FalconLink")

  3. Install the nodejs packages (run "npm i")

  4. Start the server (run "PORT=8080 npm start" or "$env:PORT=8080; npm start" depending on your server - Note: Edit the number to change the port it is hosted on)

  5. You have successfully deployed FalconLink!

Using Caddy (Best for a VPS, will automatically create an SSL certificate for any domain with an A record pointing to it)

  1. Make sure you have Docker and Docker-compose installed.

  2. Clone the repository on your server (run "git clone https://github.com/VIPdestroy/FalconLink")

  3. Go to the directory Falconlink is stored in (run "cd FalconLink")

  4. Make the installation script executable (run "chmod +x caddy.sh")

  5. Run the installation script (run "sudo ./caddy.sh")

  6. You have successfully deployed FalconLink!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published