mmcc-xx / BirdCAGE

181 stars 18 forks source link

Ability to disable CORS #48

Closed NickM-27 closed 1 year ago

NickM-27 commented 1 year ago

I am running on Unraid so docker compose is not an option for me. I have the separate containers running but of course the frontend and backend share different ports which means the CORS is going to fail. I'd like to be able to disable it or some way to accept cross origin requests. I tried setting the variable to * but it did not work.

matthew73210 commented 1 year ago

Hello, are you 100% sure that you can't get docker-compose on unraid? I have no experience with unraid but I've deffo heard it's poss with something like a plug-in. Apologies if you've already tried this.

NickM-27 commented 1 year ago

Last time I tried it was not possible, but it does seem that there is now a plugin in the community store which has worked so thanks for the suggestion.