Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Set up WaybackProxy to tunnel requests through the Internet Archive Wayback Machine

License

Notifications You must be signed in to change notification settings

aguslr/docker-waybackproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-pulls image-size

This Docker image sets up WaybackProxy inside a docker container.

WaybackProxy is an HTTP proxy for tunneling requests through the Internet Archive Wayback Machine

Installation

To use docker-waybackproxy with follow these steps:

  1. Clone and start the container:

    docker run -p 8888:8888 \
      docker.io/aguslr/waybackproxy:latest
    
  2. Set your web browser to proxy HTTP requests via WaybackProxy.

Build locally

Instead of pulling the image from a remote repository, you can build it locally:

  1. Clone the repository:

    git clone https://github.com/aguslr/docker-waybackproxy.git
    
  2. Change into the newly created directory and use docker-compose to build and launch the container:

    cd docker-waybackproxy && docker-compose up --build -d
    

About

Set up WaybackProxy to tunnel requests through the Internet Archive Wayback Machine

Topics

Resources

License

Stars

Watchers

Forks