Sébastien Celles

Results 294 comments of Sébastien Celles

+1 I'm also looking for this feature (especially to be able to [connect HA behind a proxy](https://github.com/home-assistant/cli/issues/412)). Ideally a configuration file which could be stored on micro SD card of...

Did you tried [Traefik](https://traefik.io/) ? It should be worth mentioning it here

Hi, I also tried to deploy Mopidy on a Raspberry Pi 2 model B with [Balena Cloud](https://www.balena.io/cloud/) (previously known as Resin.io) using : [![deploy button](https://balena.io/deploy.png)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/wernight/docker-mopidy/&defaultDeviceType=raspberry-pi) but deployment failed. Here is...

I wonder if job-run can be used with Docker labels (see my question #270) This could be a solution to your problement as you could simply copy paste in docker-compose.yml...

I understand. Maybe you can put values into a `.env` file like so MYSERVER_NAME=myserver [email protected] and use `docker-compose.yml` like so environment: - MYSERVER_NAME=${MYSERVER_NAME} - MYSERVER_EMAIL=${MYSERVER_EMAIL} so you won't have to...

My problem looks similar see #270 (I'm not using this `--docker` parameter) Documentation about how to use `job-run` with labels should probably be improved. I will do (if I understand...

On my side I'm locked with conda 23.11.0 ==> WARNING: A newer version of conda exists.

Probably not the best solution... but it can give some ideas for a possible implementation of a transpose method for DataFrame. ```html MWE (function(window, document, undefined) { // code that...

This is probably not the best approach but here is a solution ```html MWE (function(window, document, undefined) { // code that should be taken care of right away window.onload =...