Justin Cichra
Justin Cichra
@rexagod I've completed all the prerequisites and all the tests are passing. Please review at your earliest convenience. :)
@CatherineF-dev thanks for the review, would you mind taking another look?
I'll be free to test the containers tomorrow.
I tested the bookworm version by building it with this: `docker build -t ghcr.io/raspap/raspap-docker:bookworm -f Dockerfile.deb12 .` and running with this: `docker run --name raspap -it -d --privileged --network=host --cgroupns...
Give it another try. Builds were failing because they changed a docker container upstream. I'm able to pull through Heroes of the Storm.
Ok. I'll need to add that back in.
I had removed it here because they modified the Dockerfile and I wasn't sure if it was needed anymore: https://github.com/jrcichra/lancache-rpi/commit/f4f161f9c0e962fea54028a7b3528098c7b08cbc Putting it back here on a different line: https://github.com/jrcichra/lancache-rpi/commit/3c376e975680d72c176f34b4009f4bc6e28f93e4
The new build should have the right `proxy_max_temp_file_size` from before.
Ok - there was still an issue. Looks like the monolithic build step overwrote the `proxy_max_temp_file_size`. I moved the build-step into there: https://github.com/lancachenet/monolithic/blob/master/overlay/etc/nginx/sites-available/cache.conf.d/root/20_cache.conf This repo now has it's own `20_cache.conf`...
Hi @Spodi could you try pulling the latest containers `docker-compose pull` and see if everything is working as expected? A few others are having positive results on the latest build.