majorsilence / effective-rotary-phone

Gohper server and protocol stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

effective-rotary-phone

Gopher server and protocol stuff

I find this amusing šŸ¤£.

/pygopherd

Pygophered docker image. Inspriation taken from:

The purpose of this is to create an gopher server image based on the last ubuntu supported verison of pygopherd. Perhaps once a newer version pygopherd is updated to python 3 and included in a modern ubuntu version I'll switch to that.

Usage

Run the container as follows:

docker run --name pygopherd \
	-p 70:70 \
	-e PYGOPHERD_HOSTNAME="Whatever Your Hosts Hostname is" \
	-v /var/www/gopher:/opt/gopher \
	-d majorsilence/pygopherd

Update /var/www/gopher path to whatever path you are storing your gopher files and the PYGOPHERD_HOSTNAME to your hosts hostname.

About

Gohper server and protocol stuff

License:MIT License


Languages

Language:Dockerfile 58.8%Language:Shell 41.2%