Skip to content

Remote file server to upload html and javascript files and run them. It is able to execute AJAX calls through its internal proxy. Moreover, a FTP server can be launched to upload the files

Notifications You must be signed in to change notification settings

conwetlab/proxy-hosting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy Hosting

Proxy Hosting is a remote file server to upload html and javascript files and run them. It is able to execute AJAX calls through its internal proxy.

Installation

  1. Install python-virtualenv
  2. $pip -E env install -r dependencies.pip
  3. If you had django previously installed, execute: pip -E env install django --upgrade
  4. Configure django settings in a file called settings_local.py
  5. If you don't change the database config, django will use sqlite3 using a file called database.sqlite

About

Remote file server to upload html and javascript files and run them. It is able to execute AJAX calls through its internal proxy. Moreover, a FTP server can be launched to upload the files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • JavaScript 2.4%