pidgin/developer.pidgin.im

developer.pidgin.im-static

This repository builds a static HTML container for running the old developer.pidgin.im site. The content was downloaded from the live site, using the crawl.sh script and stored in data.imfreedom.org.

The Dockerfile in this repository downloads the archive from data.imfreedom.org and throws it into an nginx container to be served statically. We use the try_files nginx directive to keep old links working.

Running

The container is based on [nginx-unprivileged]https://hub.docker.com/r/nginxinc/nginx-unprivileged which means it runs on port 8080 rather than port 80. So to run it you just need to run the following command:

docker run --tty --interactive --rm --publish 8080:8080 docker.io/pidgin/developer.pidgin.im:latest
Recent Changes
Tags
Branches
Bookmarks