Tom Wiesing

Results 60 comments of Tom Wiesing

When I do `docker-compose up` and navigate to `http://localhost:8011/` I get `File not found. `. Navigating to `http://localhost:8011/index.php`, I get a phpinfo page. Perhaps you have an outdated version of...

For context, the `default.conf` that gets generated for me is: ``` # If we receive X-Forwarded-Proto, pass it through; otherwise, pass along the # scheme used to connect to this...

Based on the example by @flowl I have implemented https://github.com/tkw1536/nginx-proxy-fpm-workaround. This solution does not require manually intervening in the `nginx-proxy` container. It additionally serves non-php files statically.

From what I understand you want to serve static content on the domain belonging to the server itself. Let's call that domain `host.domain.com`. There is nothing that makes this domain...

I have considered publishing images to dockerhub, however using dockerhub auto-builds is difficult, because the `Dockerfile` is in the release subfolder whereas the build context needed is in the repository...

I'll happily volunteer as maintainer of the DockerHub images, if we can figure out: - what images we want (with / without TexLive) - when do we want them updated...

I've made a PR that adds support for DockerHub auto builds: #1181

From my end the [Dockerfile](https://github.com/brucemiller/LaTeXML/blob/master/release/docker/Dockerfile) in this repository still works. The only thing outstanding is that it should be published on some registry (e.g. DockerHub, GitHub Package Registry).

I think we should use this to restart the discussion of having an official docker image or not.

I don’t think this is the case at the moment. However [this page](https://support.google.com/stadia/answer/9566513?hl=en) mentions that "Game availability may vary depending on countries where publishers choose to make their games available"....