Giter Site home page Giter Site logo

sleepergithub / docker-cors-anywhere Goto Github PK

View Code? Open in Web Editor NEW

This project forked from testcab/docker-cors-anywhere

0.0 0.0 0.0 3 KB

The docker image for [cors-anywhere](https://github.com/Rob--W/cors-anywhere)

License: MIT License

Dockerfile 9.41% JavaScript 90.59%

docker-cors-anywhere's Introduction

testcab/cors-anywhere

docker build automated

The docker image for cors-anywhere.

Run

docker run --rm testcab/cors-anywhere

Supported tags and respective Dockerfile links

Envirionment Variables

Env Default Description
PORT 8080 Server listening port
KEY Content or filename of TLS Key
CERT Content or filename of TLS Certificate
CORSANYWHERE_BLACKLIST If set, requests whose origin is listed are blocked.
Comma separated. Example: https://abuse.example.com,http://abuse.example.com
CORSANYWHERE_WHITELIST If set, requests whose origin is not listed are blocked.
If this list is empty, all origins are allowed.
Comma separated. Example: https://good.example.com,http://good.example.com
CORSANYWHERE_RATELIMIT Format: <max requests per period> <period in minutes> <non-ratelimited hosts>
For example, to blacklist abuse.example.com and rate-limit everything to 50 requests per 3 minutes, except for my.example.com and my2.example.com (which may be unlimited), use:
50 3 my.example.com my2.example.com

LICENSE

This repository is licensed under MIT.

cors-anywhere is Copyright (C) 2013 - 2016 Rob Wu [email protected]

docker-cors-anywhere's People

Contributors

pallxk avatar sleepergithub avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.