eeRieee1

Results 4 comments of eeRieee1

```Caddyfile { git { repo docs { base_dir /var/www auth key /var/keys/id_ed25519 url git@localhost:20002/xxx/doc.git branch web } } } ``` and I got an error: ``` ERROR git failed managing...

Didn't get anything in gitea logs :(

Can i use username and password auth with http instead?

I tested it on my wsl with same caddyfile, it works locally, but didn't work on my nas (in docker), and I cannot get any log from gitea when I...