https://github.com/cpfriend1721994/tinyproxy
Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems.
https://github.com/cpfriend1721994/tinyproxy
docker docker-compose tinyproxy
Last synced: 2 months ago
JSON representation
Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems.
- Host: GitHub
- URL: https://github.com/cpfriend1721994/tinyproxy
- Owner: cpfriend1721994
- Created: 2022-10-07T08:14:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T09:51:12.000Z (over 2 years ago)
- Last Synced: 2024-04-25T00:42:26.123Z (about 1 year ago)
- Topics: docker, docker-compose, tinyproxy
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/tunnm/tinyproxy
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tinyproxy
=========[Tinyproxy][1] is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems.
## dockerhub
```bash
https://hub.docker.com/r/tunnm/tinyproxy
```## docker-compose.yml
```yaml
version: "3.8"
services:
tinyproxy:
container_name: tinyproxy
image: tunnm/tinyproxy:1.11.1
ports:
- "8888:8888"
volumes:
- ./data:/etc/tinyproxy
restart: unless-stopped
```## Server Setup
```bash
$ docker-compose up -d tinyproxy
```## Client Setup
```bash
$ curl -x https://127.0.0.1:8888 https://ifconfig.co
```[1]: https://tinyproxy.github.io/