Antti Ellilä

Results 9 comments of Antti Ellilä

You can already set the default mode by adjusting the maps `start-location` setting

The first error is most likely an issue because of windows. This way of setting environmental variables only works on unix platforms. A solution such as [`cross-env`](https://www.npmjs.com/package/cross-env) might be preferable....

Simply move the `VITE_API_URL=https://api.testaustime.fi` to an `.env` file and remove it from the package script.

The project calls the API with some fancy custom hooks with `react-query` mutations. See the [`src/hooks/useActivities.tsx`](https://github.com/Testaustime/testaustime-frontend/blob/main/src/hooks/useActivities.tsx) Also, GitHub issues are a bit clunky. May I interest you in joining our...

Sorry this is on me, I have arbitrarily decided that latest is the actual latest. You should never actually use the tag, nor should you actually any other tag other...

I don't know where you have gotten the idea that it is normal to exec into containers to edit config files. What you should do instead is to use [ConfigMaps](https://kubernetes.io/docs/concepts/configuration/configmap/)...

You can get the entire default config locally by running `docker run --rm -it -v "$(pwd)/config:/config" ghcr.io/bluemap-minecraft/bluemap:latest -c /config` and then modify those and generate a ConfigMap from that directory....

Feels out of scope, should be achieved by using something like WorldGuard or similar