David Girón
David Girón
I'm doing some modifications to **Xiaomi XiaoAI Speaker Pro LX06**, and managed to install [MPD](https://www.musicpd.org/), Snapcast (both client and server) and [shairport-sync](https://github.com/mikebrady/shairport-sync) . With this last one you may be...
It's simple, but there's a lot of people that doesn't know a simple word in English - focusing on end users, not devs.
As how the **arg_botcmd** is working now, first argument creates the **ArgumentParser** object, and does not allow setting the **required** flag you're looking for. https://docs.python.org/3/library/argparse.html#required https://github.com/errbotio/errbot/blob/54542fd38250b4cb977283854c5cb2b446b1281b/errbot/__init__.py#L383-L386 But the next ones...
https://github.com/bitnami/charts/tree/master/bitnami/keycloak#use-with-ingress-offloading-ssl > If your ingress controller has the SSL Termination, you should set `proxy` to `edge`.
I've been working on this for couple of days, maybe it's not 100% production-ready, but close to. Have a look! https://github.com/midokura/helm-charts-community/tree/main/librenms
does this help? https://serverfault.com/a/870620
@clintkitson That image does not exist.
Strange, but cannot access to it. ``` > docker pull rexray/cinder Trying to pull repository docker.io/rexray/cinder ... repository docker.io/rexray/cinder not found: does not exist or no pull access ```
Magnum is using the Rexray image as a container, not plugin: https://github.com/openstack/magnum/blob/master/magnum/drivers/common/templates/swarm/fragments/volume-service.sh#L52-L65 If I install it as plugin, I still can use **openstack** service instead of **cinder**, or should it...
According to Magnum, on new versions, the image `openstackmagnum/rexray:alpine` is still used, not sure if more users have the same crash problem or not. Also, the default configuration sent by...