Docker image providing the websocket Rcon client from Facepunch. This multi-architecture image supports linux/amd64 and linux/arm64 architectures.
Run the Docker image like this:
docker run --rm -it --publish 80:80 pfeiffermax/rust-web-rcon:latest
Then point your browser to http://localhost
.
The installation is done as follows:
$ helm repo add rust https://max-pfeiffer.github.io/rust-web-rcon
$ helm install rust-web-rcon rust-web-rcon/rust-web-rcon --values your_values.yaml --namespace yournamespace