zeripath

Results 158 comments of zeripath

I think that this is corresponding to HOME and this line here: https://github.com/go-gitea/gitea/blob/326d29dce0cf2dcd5478f297d899f098aefaadaa/docker/rootless/usr/local/bin/docker-setup.sh#L4 Have you tried setting HOME to somewhere different?

ah so perhaps we need to pre-prepare the rootless docker to have these directories ready in case the daemon is running as non-root?

You should only be uploading the PUBLIC key not the PRIVATE key. That is why this is failing,

Now interestingly I thought we had code that was able to detect this sort of mistake - and report back to the user that they were doing the wrong thing....

@delvh I was going to use that compromised private key to try to improve the error detection!!

I suspect we should leverage git notes or git notes-like behaviour for this. I suspect that putting this in to the database is only going to cause trouble. I wonder...

@rakshith-ravi If you can program in an imperative language you can program in go. It's really not a very difficult language if you can get past its idiosyncrasies.