Geoff Bourne
Geoff Bourne
Like @xnaas, I was going to suspect a firewall issue. FYI, telnet won't work for testing as far as I know since bedrock is using UDP rather than TCP. `nc...
If your host system is Linux or MacOS you could use tcpdump to help debug that the broadcast/connect packets sent by the client are arrive at the host: ``` sudo...
It looks like I need to update the example snippet. I started one using that and saw this in the log: ``` Error: environment variable RWA_PASSWORD must be set ```
Example has been updated https://github.com/itzg/docker-rcon-web-admin/blob/master/README.md#getting-started and I documented that and `RWA_RCON_HOST` to summarize important variables from https://github.com/rcon-web-admin/rcon-web-admin#environment-variables See if adding those helps your container run better.
I have never seen the `._filename.zip` type files created by Mac OS. Is that your particular editor doing that? > I am sure I'm not the only one who had...
> Is your first response always to shoot down ideas and suggestions rather than consider them ? No, it's not, so please focus on the questions I asked, mainly: So,...
I would like to propose the feature be opt-in and generic with a variable named something like `REMOVE_FILES_SPEC` where it would be a comma or space separated list of `DIR:GLOB`...
> But another flaw I found is a startup check for the data for ownership. Ie if gif pid set to 1009:6. Should allow a flag to chown the data...
> But another flaw I found is a startup check for the data for ownership. Ie if gif pid set to 1009:6. Should allow a flag to chown the data...
Unfortunately this is something unique to your network; however, the most common cause I have heard for odd network connectivity issues is a mismatch in [MTU](https://www.baeldung.com/cs/tcp-max-packet-size) of the docker network...