drew1kun

Results 16 comments of drew1kun

With `DNS2: no` getting: ``` ERROR: The Compose file './docker-compose.yml' is invalid because: services.pihole.environment.DNS2 contains false, which is an invalid type, it should be a string, number, or a null...

I am asking, because I'm planning to build small (4 node rpi3) cluster running dockerized SELKS. but I am affraid It will return something like: ``` FATA[0003] Error response from...

https://github.com/balenalabs/balena-sound/issues/342 may be related

Hi @tmigone! Thanks for helping! Here is similar issue I've found: https://github.com/balenalabs/balena-sound/issues/342 and https://github.com/balenalabs/balena-sound/pull/405 It also kinda suggests a solution (moving to newer version(v0.0.9) of `gmrenderer` and potentially to `gmrenderer-resurrect`),...

basically after updating FROM stanza at `plugins/upnp/Dockerfile.template` as follows: ``` FROM balenalib/%%BALENA_MACHINE_NAME%%-debian:bullseye ``` and rebuilding the project from scratch, the issue is gone, but the stability of the UPnP sound...

@JodyGoldberg, So I just changed the Dockerfile.template in accordance with the commit you linked above as follows: ``` ... FROM balenalib/%%BALENA_MACHINE_NAME%%-ubuntu:focal ... ``` But when doing `balena push` receiving this:...

Ok, so using the **gmrender 0.0.9** from **debian-bullseye** helps - the tracks become stoppable so it is cool, but the packets are still being lost from time to time.. I...

Yeah, would be great! I came across this request hoping to find any way to integrate it into my HA.

Same problem here((

Is there any way to provide mpd.conf to the app on Android 14? (installed the last Version 0.23.14 (72) from [FDroid](https://f-droid.org/en/packages/org.musicpd/#:~:text=Music%20Player%20Daemon%20(MPD)%20is,controlled%20by%20its%20network%20protocol.) but cannot find where to put the config file)....