Sign inSign up

aguslr/waybackproxy

By aguslr

Updated 22 days ago

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

Image
0

6.2K

aguslr/waybackproxy repository overview

aguslr/docker-waybackproxy

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
    

Tag summary

Content type

Image

Digest

sha256:3b4afcd8e

Size

399.8 MB

Last updated

22 days ago

docker pull aguslr/waybackproxy