/tinyproxy

Custom container image for Tinyproxy

Primary LanguageDockerfileApache License 2.0Apache-2.0

tinyproxy

Build Status Docker Hub Quay.io

Custom container image for Tinyproxy.

Ports

  • 8000

Environment Variables

TINYPROXY_PORT=8000
TINYPROXY_BIND_SAME=False

TINYPROXY_TIMEOUT=600
TINYPROXY_LOG_LEVEL="Info"
TINYPROXY_MAX_CLIENTS=100

TINYPROXY_ALLOW_LIST=
TINYPROXY_CONNECT_PORT_LIST="80,443"

TINYPROXY_FILTER_LIST=
TINYPROXY_FILTER_URLS=False
TINYPROXY_FILTER_DEFAULT_DENY=False

TINYPROXY_BASIC_AUTH_USER=
TINYPROXY_BASIC_AUTH_PASSWORD=

Build

You could use the BUILD_VERSION to specify the target version.

docker build -f Dockerfile -t tinyproxy:latest .

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.