https://github.com/swisscom/cf-reverse-proxy
Proxy app to make your your HTTP backends publicy accessible
https://github.com/swisscom/cf-reverse-proxy
Last synced: about 1 year ago
JSON representation
Proxy app to make your your HTTP backends publicy accessible
- Host: GitHub
- URL: https://github.com/swisscom/cf-reverse-proxy
- Owner: swisscom
- License: other
- Created: 2015-12-16T16:43:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T15:15:51.000Z (over 1 year ago)
- Last Synced: 2025-04-15T10:17:49.537Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 11
- Watchers: 32
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CF Reverse Proxy
This small proxy app helps you to make arbitrary HTTP backends available over CF.
## How to use
1. Clone this repo
1. Change the entry `BACKEND_URL` in `manifest.yml` to the backend you want to reverse-proxy.
1. Run `cf push`