captn3m0 / docker-tinyproxy

A quick and easy to use Dockerised Tinyproxy with configurable ACL.

Home Page:https://registry.hub.docker.com/u/captn3m0/tinyproxy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Tinyproxy

Dependabot Status

A quick and easy Dockerised Tinyproxy.

Find it on GitHub.

Find it on DockerHub.

Usage

Running a new Tinyproxy container

Usage:
    docker run --detach --name='tinyproxy' --publish <Host_Port>:8888 captn3m0/tinyproxy:latest

Running with custom configuration

Runs in the default configuration by itself. If you wish to pass a custom configuration, use the --volume option to mount it to /etc/tinyproxy/tinyproxy.conf:

docker run -d --name='tinyproxy' -p <Host_Port>:8888 --volume tinyproxy.conf:/etc/tinyproxy/tinyproxy.conf captn3m0/tinyproxy:latest

Monitoring

Logs

docker logs -f tinyproxy will display a following tail of /var/log/tinyproxy/tinyproxy.log

Stats

Navigating to http://tinyproxy.stats/ while connected to the proxy will display the Tinyproxy Stats page.

Contribute

As always, contributions are appriciated. Simply open a Pull request.

About

A quick and easy to use Dockerised Tinyproxy with configurable ACL.

https://registry.hub.docker.com/u/captn3m0/tinyproxy/

License:Other


Languages

Language:Shell 66.1%Language:Dockerfile 33.9%