Skip to content

proxies gopher url directories as http rss feeds (rudimentary)

Notifications You must be signed in to change notification settings

beep-beep-beep-boop/gopher-rss-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gopher-rss-proxy

proxies gopher url directories as http rss feeds (rudimentary)

usage

go build
./gopher-rss

access http://localhost:9000/<gopher_url> where gopher_url is a gopher url directory link

with docker

docker build -t gopher-rss-proxy .
docker run --restart always -d -p <host port>:9000 gopher-rss-proxy

(note, some code was borrowed from https://git.mills.io/prologic/gopherproxy/src/branch/master/gopherproxy.go)

About

proxies gopher url directories as http rss feeds (rudimentary)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published