CORS setup can't seem to work in hosted environment
I could be missing something, but I don't think this will ever work in a hosted environment. Does this need to pull the FE path from ENV?
https://github.com/getmaxun/maxun/blob/c9dc44884b46593d93e3dd1ed6dd81c078c774e1/server/src/server.ts#L22-L27
@publicvirtualvoid what's your configuration to self host? We currently have provided local development infrastructure and in the next release will help users to self host.
Are you running it on a remote server and have set up a reverse proxy?
We have a few users that have modified our existing codebase to self host and are running it.
I run everything behind traefik and use docker compose labels to configure each service. I think the code just needs to be changed to pull from an env var instead.
@publicvirtualvoid I'm working on setting up self-hosted infrastructure. Should be available by this weekend.
fixed in #223