rimago
rimago
Hey, I have created a fork and modified it to run on Raspberry Pi 4 without x11docker. It is not fully tested, but you can have a look at: [rimago/rpi-kodi](https://hub.docker.com/r/rimago/rpi-kodi)...
Hey, thank you for providing the logfile. It seems to be a permission problem with the home directory? Did you add the kodi user to your host and make him...
You can find an example docker-compose.yml in the Readme of the Git-Repository: https://github.com/rimago/rpi-kodi
Good point. I have not attached a keyboard or mouse to my raspberry. I am controlling kodi with the web-interface and the Android app (Kore). I guess if you want...
Btw. this issue is now splitting up into two different topics. It might be useful if you could create separate issues (permission problem and no mouse/keyboard) in the fork: https://github.com/rimago/rpi-kodi...
Ok, it seems the user pi is still the owner. Try to change this with the following command: sudo chown -R kodi:kodi /home/pi/kodi/home
You don't need ssh. You can start a bash in the container with the following command: docker exec -it kodi /bin/bash However, to enable the webserver for Kore you do...
I am happy to hear that :-) I enabled the issues and also the discussion. Thank you for the hint ;-)