Skip to content

someodd/docker-spacecookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spacecookie Docker

Spacecookie is a Gopher protocol server.

I also made a static gopherhole builder called burrow and there's a special branch of this project for serving a gopherhole built with burrow.

I like to run this behind my host's Tor:

docker network create --subnet=172.18.0.0/16 servicenet
docker build -t spacecookie .
docker run -d -v $(pwd)/gopher-content/:/srv/gopher --restart=always --net servicenet --hostname=spacecookie --ip=172.18.0.68 spacecookie

Sometimes when you update the files you may need to use this:

docker exec -t b72 bash -c "chown -R spacecookie:spacecookie /srv/gopher"

It's very important to set your host to the domain you'll be using for the gopherhole (not localhost). For me it was my .onion address.

Spacecookie version

This repo is setup so the latest GitHub main branch from Spacecookie is always used. If you want to upgrade to the latest version simply rebuild the image like this:

docker build --no-cache -t spacecookie .

About

Docker for the Spacecookie Gopher server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published