https://github.com/owncloud-ops/tinyproxy
Custom container image for Tinyproxy
https://github.com/owncloud-ops/tinyproxy
container oci tinyproxy
Last synced: 22 days ago
JSON representation
Custom container image for Tinyproxy
- Host: GitHub
- URL: https://github.com/owncloud-ops/tinyproxy
- Owner: owncloud-ops
- License: apache-2.0
- Created: 2023-04-13T14:27:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T11:09:57.000Z (2 months ago)
- Last Synced: 2026-01-29T02:22:32.560Z (2 months ago)
- Topics: container, oci, tinyproxy
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/owncloudops/tinyproxy
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinyproxy
[](https://drone.owncloud.com/owncloud-ops/tinyproxy/)
[](https://hub.docker.com/r/owncloudops/tinyproxy)
[](https://quay.io/repository/owncloudops/tinyproxy)
Custom container image for [Tinyproxy](https://tinyproxy.github.io/).
## Ports
- 8000
## Environment Variables
```Shell
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.
```Shell
docker build -f Dockerfile -t tinyproxy:latest .
```
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ops/tinyproxy/blob/main/LICENSE) file for details.