ᴊᴏᴇ ᴄʜᴇɴ

Results 333 comments of ᴊᴏᴇ ᴄʜᴇɴ

@yuukiyuuna @CWempe - Thanks for reporting! I'm not sure what the cause of this would be but based on the error message: ``` Failed to initialize ORM engine: migrate: do...

Thanks for the reporting and @abrander for the hint! While this is a bug for the internal SSH server, I do see you're running on Centos 7 which has an...

Internal SSH server is disabled by default, so you must have turned it on. Just flip the switch to turn it off.

Note to the implementer: - Relevant code block: https://github.com/gogs/gogs/blob/main/internal/ssh/ssh.go#L181-L191 - Add config options to decide which key type to generate, default will become `ed25519` (`gogs.ed25519`) instead of `rsa` (`gogs.rsa`).

Thanks for the info! But I don't see [any usage of `github.com/opencontainers/runc`](https://sourcegraph.com/search?q=context:global+repo:deps%28%5Egithub%5C.com/gogs/gogs%24%29+opencontainers/runc&patternType=literal) within this repository and its dependencies, how do I upgrade it?

>But I don't see any usage of github.com/opencontainers/runc within this repository and its dependencies "within this repository and its dependencies" 😀 buy anyway, I think it's just a base image...

OK, just checked out building based on alpine:3.16 also doesn't fix the problem. I think that's because the patch from `github.com/opencontainers/runc` is just too new, downstream hasn't been able to...

Thanks for the feedback! Just to confirm, you're using system's SSHD, not Gogs's builtin SSH server, is that right?

Hey, could you also answer the question I asked in https://github.com/gogs/gogs/issues/6626#issuecomment-966400298?

![image](https://user-images.githubusercontent.com/2946214/50320661-61dfa700-049b-11e9-8fcc-96d672e85aab.png)