ttserver is a simple TCP server allowing to:
finger
and gopher
protocols' handlers includedI really like the idea to be able to have a Gopher and a finger spaces to serve contents.
If you want to know more about my motivations:
lynx gopher://gopher.t18s.fr/1/about/server
finger about/server@finger.t18s.fr
I tried to have both running for some times now but it’s not easy to find tools that support all the above features.
So I wrote ttserver.
My skills in Go improved a lot (Go routines, templates, etc.).
And I’ve started to use
I also wrote a GitHub Actions to handle checksums and signatures: ghaction-checksum-sign-artifact.