Trey Yoder

Results 18 comments of Trey Yoder

Here are instructions on how to spool up a Dockerized server in seconds: https://github.com/treyyoder/quakejs-docker

Piggybacking on @begleysm's work here is a Dockerized server: https://github.com/treyyoder/quakejs-docker Super simple and rolls all those steps into a single command

@nicolasgreenhill are you Docker savvy? https://github.com/treyyoder/quakejs-docker

Or you could just use Docker: https://github.com/treyyoder/quakejs-docker

The [documentation](https://github.com/xmrig/xmrig-amd/wiki/Windows-Build) only provides directions for VS2017. Fumbling around with a few different cmake commands gives me the same result: ``` R:\DEV\community\xmrig-amd\build (master -> origin) λ cmake .. -G "Visual...

Yeah, I just tested this and its broke: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL Ill try to debug soon.

I have pushed some updates to this repo and everything seems to be working now. Please pull the latest from https://hub.docker.com/repository/docker/treyyoder/quakejs

Have you tried the docker run command in the readme? `docker run -d --name quakejs -e HTTP_PORT=8080 -p 8080:80 -p 27960:27960 treyyoder/quakejs:latest` -make sure you pull the latest image

I’m really not that familiar with reverse proxies, but if you figure it out let me know. I’ll leave this issue open and see if we can solicit some feedback...

Has anyone tried using nginx?