Kyle Manna
Kyle Manna
> I think it's time to support 18.04 Does the current init script not work?
Hmm, I'd consider tagging per release but think it's kind of hard to get to a good versioning scheme that is future proof enough. Thoughts on `bitcoind:$UPSTREAM_TAG[-$DOCKER_PATCH]` Examples: ``` bitcoind:v22.0...
Would be nice to keep the URLs relative and specify a URL base somewhere, but this doesn't seem to be possible. Only solution is to make them absolute URLs I...
Is your docker image update to date? PR #620 fixed this. ``` docker pull kylemanna/openvpn ``` And retry.
Oh, re-reading the error it seems that the volume container (or mount) isn't initialized. See the README. Can verify this with something simple as: ``` docker run -v $OVPN_DATA:/etc/openvpn --rm...
Unless it has full support for testing on Travis CI I can't merge it.
Travis-CI has never worked. Someone need to wrap it in a qemu script or something. I'm very hesitant to merge Aarch64 stuff as I can't test it.
One of the main reasons this is an issue is that's not expected to run the container with networking mode = host. Why do that? At that point why not...
Ahh yes, I see your reasoning, the original feature of endorsing host only behavior was a misstep on my part. My concern with these off nominal cases is that they...
The bypass sounds plausible based on what you described, but I don't use TOTP directly to comment any more beyond that. I would be interested in seeing a test case...