https://github.com/ukhomeoffice/dq-haproxy-openssl-sidekick
https://github.com/ukhomeoffice/dq-haproxy-openssl-sidekick
haproxy hodq sidekick
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ukhomeoffice/dq-haproxy-openssl-sidekick
- Owner: UKHomeOffice
- License: mit
- Created: 2018-02-23T17:03:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T10:50:24.000Z (11 months ago)
- Last Synced: 2025-02-16T21:18:57.905Z (4 months ago)
- Topics: haproxy, hodq, sidekick
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 0
- Watchers: 18
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dq-haproxy-openssl-sidekick
Simple wrap around haproxy to act as a sidekick for openssl TCP services
```bash
docker run -d -p 5000:5000 -e HOST=google.com -e PORT=443 quay.io/ukhomeofficedigital/dq-haproxy-openssl-sidekick
curl localhost:5000
```- Always listens on port `5000`
- Adds and runs as `haproxy` user