Alfonso Montero López

Results 262 comments of Alfonso Montero López

@trishika: Ping, in case you didn't get notifications. Trivial merge ;)

If you're not passing any parameter after the `docker run [...] universalmediaserver/ums` command, you will not notice anything. However, if you're passing some command after the image name (ie. overwitting...

Cross-linking to related #3206. Also, exposing the run defaults via environment vars with default (eg.` ${UMS_PROFILE:-/profile}`) would allow easily overriding them on run: ```console $ docker run -e UMS_PROFILE=/myprofile universalmediaserver/ums...

I wasn't aware of that workaround. Thanks @TuxPaper.

Not familiar with what IV's code needs to do and if a reduced scope would do. Not even found a home page to report the issue. Leaving open just in...

@samschott I'd like to chime in to provide a few insights on the issue, based on my own experience. The current Dockerfile just installs via `pip` some files built outside...

Allow passing configuration options via the command line would be great, too. At least, the most important/required ones, which would override config file or make it unnecessary. I would also...

To those not finding this issue, truth is, looks a bit confusing. The "stable" public Docker image even doesn't have a `:latest` tag. Adding some notice or at least a...

My use case (as I'm doing in GCP) is mainly two-fold: * Using it as a bastion host to enable access to VMs which have no public IP, and avoid...