Sign inSign up

majorsilence/pygopherd

By majorsilence

Updated about 5 years ago
Archived

Gopher server and protocol stuff I find this amusing 🤣.

Image
0

294

majorsilence/pygopherd repository overview

See https://github.com/majorsilence/pygopherd-docker for Dockerfile.

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.

Tag summary

Content type

Image

Digest

Size

54 MB

Last updated

about 5 years ago

docker pull majorsilence/pygopherd