Ruby-Network / Ruby-Browser

Home Page:https://browser.motortruck1221.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Natant Browser

About

This is the official source code and repository for Natant Browser! This is Natant Networks flagship proxy!

Developers

Setup

  • Clone the repository
$ git clone https://github.com/Natant-Network/Natant-Browser.git
  • Install the dependencies
$ npm install
  • Setup your .env file
$ cp .env.example .env
  • Change the port in the .env file to your liking
$ nano .env
  • Start the server
$ npm start

Using docker and docker-compose

  • Curl the docker-compose.yml file
$ curl -o docker-compose.yml https://raw.githubusercontent.com/Natant-Network/Natant-Browser/main/docker-compose.yml
  • Change the port in the docker-compose.yml file to your liking
$ nano docker-compose.yml
  • Start the server
$ docker-compose up -d

Picture of the browser:

image

Credits:

About

https://browser.motortruck1221.tech

License:MIT License


Languages

Language:JavaScript 87.6%Language:Dockerfile 7.3%Language:Nix 3.8%Language:Shell 1.3%