Hi, I'm using Dascr Scorenoard in a docker container (hosted on unraid behind traefik), everything works really well, except sound.
I'm not able to get sound working. even without reverse proxy i cannot get sound working. There are no error messages in the browser console. Should the sounds be played through frontend or backend?
Hi, I'm using Dascr Scorenoard in a docker container (hosted on unraid behind traefik), everything works really well, except sound. I'm not able to get sound working. even without reverse proxy i cannot get sound working. There are no error messages in the browser console. Should the sounds be played through frontend or backend?
this is my Compose File:
btw, found a typo (label autoswitch):
frontend/src/routes/[gameid]/game/GameForm.svelte:218: <label for="autoswtich" class="flex justify-start items-start">
should be:frontend/src/routes/[gameid]/game/GameForm.svelte:218: <label for="autoswitch" class="flex justify-start items-start">