Adrien Girardeau
Adrien Girardeau
I think it would be better to support this here. Having multiple arm64-bit distributions in the same place is much more interesting I think. What did you had in mind...
What is the purpose of the documentation ? It may not be that difficult to keep it understandable. I will experiment with what you already have to add alpine. I...
Maybe you can apply the principles explained here : https://community.arm.com/iot/embedded/b/embedded-blog/posts/cross-compilation-for-arm and https://resin.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/ to cross compile programs for aarch64 on x86 machines ? You can find statically compiled qemu binaries here...
@BirgerK Did you activate the client_to_client option in your config ? I did some research and I think you might have some hints on how to proceed here : http://blog.bobbyallen.me/2016/02/07/enabling-openvpn-clients-to-access-to-the-lan/...
To access the other eth* interfaces you might need to create a bridge and add them to the bridge. This might be the solution according to my research.
@BirgerK I tried to apply this : http://powtos.fr/255-openvpn-bridge/ but I didn't succeed. May be you might have an idea. I made a docker image based on this one with bridge-utils...
I have some experience with Docker (even-though seeing my github profile might not reflect this) and this docker image cannot be much improved upon. I would just add some of...
Hi, Yes I have the same issue. I would like to reset the admin ssh key. I'm using sqlite and I have also "local" access to the server. After a...
I have been able to use another user account as admin by using litecli [https://litecli.com/](https://litecli.com/) and changing the is_admin value in the users table and the users_user_role mapping to set...