Matthew Hill

Results 14 comments of Matthew Hill

You'll need to compile the native code (C++) via the NDK: http://developer.android.com/ndk/index.html That's what that "libnative_wallet.so" file is.

Thanks for the report. That is strange. I will try and figure out a way to reproduce.

I think if someone were to proxy through your SSH server, it should show up as an "ssh" command event. For example, seeing an ssh command shortly after connection establishment,...

Can you provide more info to help me reproduce? How did you install? Which operating system? is this x86 or arm? What command are you running to see this error?

Ahh, I see. I believe the reason it does not work is because the kernel version is too low. SSHLog requires Linux Kernel 5.4 or higher (released Nov 2019). Your...

You'll want to forward to port 8080 inside Docker, rather than port 80. The Nginx config inside the Docker container exposes two ports: 80 and 8080. Port 80 is just...

I tested and it works fine for me. One caveat seems to be that you need to upload a single package file to the repo. Before a RPM/Deb or generic...

I apologize, maybe I'm misunderstanding. Are you saying that this URL works: http://openrepo.opentech.local/infra-el8/ But this URL provides a redirect: http://openrepo.opentech.local/infra-el8 to: http://openrepo.opentech.local:8080/infra-el8/ The bug here being the reference to port...

I pushed a change (commit c43f6385) that hopefully resolves that issue. You can test it by either rebuilding the docker image and redeploying, or you can manually replace the config...

The current default behavior is that OpenRepo will sign the repository, not the individual RPM/Deb files. Here's a discussion about how to sign the package, and then separately how to...