A small CORS proxy
Go to file
2023-05-14 18:22:15 -05:00
.gitignore initial commit 2023-05-14 17:57:40 -05:00
docker-compose.yml add restart: always to docker-compose 2023-05-14 18:22:15 -05:00
Dockerfile initial commit 2023-05-14 17:57:40 -05:00
go.mod initial commit 2023-05-14 17:57:40 -05:00
go.sum initial commit 2023-05-14 17:57:40 -05:00
LICENSE initial commit 2023-05-14 17:57:40 -05:00
main.go initial commit 2023-05-14 17:57:40 -05:00
README.md initial commit 2023-05-14 17:57:40 -05:00

lightcors

A small CORS proxy. To be used for web experiments.

Set the ALLOWED_ORIGINS environment variable in .env to make the proxy only allow specific origins.