Skip to content

A simple proxy service to bypass cors restriction on third party resources for Single Page application without backend. It can be deployed on kubernetes cluster or docker host.

License

Notifications You must be signed in to change notification settings

hiteshnayak305/cors-proxy

Repository files navigation

Helm Chart - cors-proxy

Artifact Hub

This helm chart provides deployment of cors-proxy to bypass cors strict requests.

Installing this chart

You can install the cors-proxy chart with Helm v3:

helm repo add cors-proxy https://hiteshnayak305.github.io/cors-proxy
helm install cors-proxy cors-proxy/cors-proxy -f values.yaml --create-namespace --namespace cors-proxy

You can also include it in as dependency of helm chart in Chart.yml as:

dependencies:
  - name: cors-proxy
    repository: https://hiteshnayak305.github.io/cors-proxy
    version: x.x.x
    condition: cors-proxy.enabled

Usage

Pull and run docker image

docker pull ghcr.io/hiteshnayak305/cors-proxy:$version
docker run -p 3000:3000 ghcr.io/hiteshnayak305/cors-proxy:$version

You can access application at localhost:3000/proxy?url=<destination-url>.

License

This project is licensed under the MIT License

About

A simple proxy service to bypass cors restriction on third party resources for Single Page application without backend. It can be deployed on kubernetes cluster or docker host.

Resources

License

Stars

Watchers

Forks

Packages