https://github.com/freedomben/dory-http-proxy
https://github.com/freedomben/dory-http-proxy
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/freedomben/dory-http-proxy
- Owner: FreedomBen
- License: mit
- Created: 2016-03-21T04:29:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T22:53:52.000Z (over 3 years ago)
- Last Synced: 2025-02-16T15:14:44.693Z (over 1 year ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dory-http-proxy
Forked from dinghy-http-proxy for SSL support. Not pushed upstream since the solution here is temporary.
### Build and push images
Create the builder:
```bash
make builder
```
Build and push images:
```bash
make build push
```