-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
NOTE: Default port is 8080, you may have to change it with an environment variable depending on how you are hosting FalconLink.
-
Clone the repository on your server (run "git clone https://github.com/VIPdestroy/FalconLink")
-
Go to the directory Falconlink is stored in (run "cd FalconLink")
-
Install the nodejs packages (run "npm i")
-
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)
-
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)
-
Make sure you have Docker and Docker-compose installed.
-
Clone the repository on your server (run "git clone https://github.com/VIPdestroy/FalconLink")
-
Go to the directory Falconlink is stored in (run "cd FalconLink")
-
Make the installation script executable (run "chmod +x caddy.sh")
-
Run the installation script (run "sudo ./caddy.sh")
-
You have successfully deployed FalconLink!