Skip to content

pinembour/Rivnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rivnet

Rivnet is a multiple gateway proxy system to use in parrallel with https://github.com/pinembour/Rivnet_client

Installation

git clone https://github.com/pinembour/Rivnet
cd Rivnet
virtualenv --python=python3 env
source env/bin/activate
pip install django
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser

Configuration

First edit core/settings.py and input your server name. It must match the name of the server instance you will create on the manager.

#Input your server name here, it has to match the name of the server instance you will create on the manager
server_name=""

Then edit rivnet/settings.py

  • Input your own secret key
  • Set debug to false
  • Add all the allowed hosts you need, for example 127.0.0.0.1 or domain.local

Run

source env/bin/activate
./manage.py runserver 0.0.0.0:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • HTML 3.0%
  • Shell 0.5%