Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
/ nibbled Public archive

A gopher server in Go. Almost meta.

License

Notifications You must be signed in to change notification settings

kgaughan/nibbled

Repository files navigation

nibbled

nibbled is a Gopher daemon.

This is yet another COVID-19 project, reviving an old project I'd intended on starting when I first started using Go in anger.

It has partial gophermap support, but only supports a subset of Gophernicus's functionality. It supports #, ., and *.

Running under Docker

By default, nibbled will serve from /srv/gopher. The most straightforward way to get up and running is to mount a local directory at that path:

docker run -d -p 70:70 -v /path/to/your/gopherhole:/srv/gopher ghcr.io/kgaughan/nibbled:latest