Matthias Ludwig

Results 9 comments of Matthias Ludwig

Is there any update how to add songs into the playlist on controller side and start playing it?

@greenled this sounds like a great idea. I'am mostly happy with docker, except the absence of propper access control.

@greenled Wow, this is great! I did a quick check and basically it works. Great job! :1st_place_medal: What's not working, is creating a stack with configs. The proxy crashed with...

@greenled I think the design to just set the correct resources is the way to go. Everything else seems to complicated.

Here is a potential workaround. ##### Needs * envsubst (`apt-get install gettext-base` or https://www.thegeekdiary.com/envsubst-command-not-found/) ##### `build.args` * contains the variables for `--build-arg` ```bash BASE_URI=registry.my-private-registry.com/my-customer ``` ##### `Dockerfile` ```Dockerfile ARG BASE_URI=registry.gitlab.com/my-customer...

I had the same issue on gitlab and the solution was simple: adding `GIT_DEPTH=0`. By default the runner clones just the last 20 commit messages and if you have more...

The problem still exists (three Ubuntu 14.04 Hosts, Rancher Release - v1.1.0-dev1). Any updates or workarounds? Docker v1.10.3 from official docker repo. Cattle environment.

I have the same issue using MicroOS 20251205 (kernel 6.18) and k3s v1.33.6+k3s1. On 20251127 (6.17) and k3s v1.31.14+k3s1 the same setup worked like expected. Disabling Selinux or setting it...