gopherproxy/README.md

49 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2016-09-22 01:22:10 +00:00
# Gopher (RFC 1436) Web Proxy
2019-07-31 17:30:57 +00:00
[![Build Status](https://travis-ci.org/prologic/gopherproxy.svg)](https://travis-ci.org/prologic/gopherproxy)
[![GoDoc](https://godoc.org/github.com/prologic/gopherproxy?status.svg)](https://godoc.org/github.com/prologic/gopherproxy)
[![Wiki](https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/prologic/gopherproxy/wiki)
[![Go Report Card](https://goreportcard.com/badge/github.com/prologic/gopherproxy)](https://goreportcard.com/report/github.com/prologic/gopherproxy)
[![Coverage](https://coveralls.io/repos/prologic/gopherproxy/badge.svg)](https://coveralls.io/r/prologic/gopherproxy)
2016-09-22 01:22:10 +00:00
2017-01-12 08:58:51 +00:00
gopherproxy is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace
2016-09-22 01:22:10 +00:00
by proxying standard Web HTTP requests to Gopher requests of the target server.
gopherproxy is written in Go (#golang) using the
[go-gopher](https://github.com/prologic/go-gopher) library.
2017-09-30 08:22:53 +00:00
Demo: https://gopher.mills.io/
2016-09-22 01:22:10 +00:00
## Installation
2019-08-17 20:07:19 +00:00
```bash
go get github.com/envs-net/gopherproxy/
go install github.com/envs-net/gopherproxy/
```
2017-02-13 05:50:42 +00:00
### Docker
2017-02-13 05:51:15 +00:00
Run directly from a prebuild image from the [Docker Hub](https://hub.docker.com):
2019-08-17 20:07:19 +00:00
```bash
docker run -p 8000:8000 prologic/gopherproxy
```
Or build your own custom image from a source checkout:
2019-08-17 20:07:19 +00:00
```bash
docker build -t gopherproxy .
docker run -p 80:80 gopherproxy -uri floodgap.com
2017-02-13 05:51:15 +00:00
```
2016-09-22 01:22:10 +00:00
## Usage
2019-08-17 20:07:19 +00:00
```bash
gopherproxy
2016-09-22 01:22:10 +00:00
```
Then simply visit: http://localhost/gopher.floodgap.com
2016-09-22 01:22:10 +00:00
## License
MIT