tinyproxy 1.11.0-rc1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-03-27 12:29:48 +01:00
parent 82009192e3
commit b5011fb187
7 changed files with 59 additions and 17 deletions

8
docker/docker-entrypoint.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
set -e
echo "Configure tinyproxy"
dockerize -template /etc/tinyproxy/tinyproxy.conf.template:/etc/tinyproxy/tinyproxy.conf
echo "Done."
exec "$@"

View File

@ -1,6 +0,0 @@
[program:tinyproxy]
command=/usr/bin/tinyproxy -d
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
redirect_stderr=true

View File

@ -0,0 +1,4 @@
Port 8888
Timeout {{ default .Env.TINYPROXY_TIMEOUT "60" }}
LogLevel Info
MaxClients {{ default .Env.TINYPROXY_MAXCLIENTS "100" }}