DrKylstein / retro-proxy

A https to http proxy that allow old browsers to access modern sites, with conversion and compression options.
BSD 3-Clause "New" or "Revised" License
108 stars 5 forks source link

Retro Proxy

This program does two things:

You can also selectively bypass the second part for retro sites by editing the file "allowed.txt".

Quick Start

With Node installed, and Yarn installed via NPM:

git clone https://github.com/DrKylstein/retro-proxy.git
cd retro-proxy
yarn install
cp example.env .env
cp allowed.txt.example allowed.txt
yarn start

On Debian, Raspberry Pi, or Ubuntu, with Yarn installed from Apt:

git clone https://github.com/DrKylstein/retro-proxy.git
cd retro-proxy
yarnpkg install
cp example.env .env
cp allowed.txt.example allowed.txt
yarnpkg start