Adam Woodbeck

Results 16 comments of Adam Woodbeck

@sjatsh if you want to use these changes before they are merged into this repo, feel free to use my fork: https://github.com/awoodbeck/caddy-git I've merged these changes into it. Once these...

[This commit](https://github.com/golang/go/commit/3226f2d492963d361af9dfc6714ef141ba606713) changed `url.Parse`'s behavior to satify [CVE-2019-14809](https://nvd.nist.gov/vuln/detail/CVE-2019-14809). Since this middleware relies on `url.Parse`, it was affected by the change. We often use SSH URLs with relative paths (e.g., [email protected]:abiosoft/caddy-git.git...

@blankoworld Yes. Use https://github.com/awoodbeck/caddy-git temporarily until either this PR gets merged or Abiola comes up with another solution. My fork of this repo includes the changes I'm proposing here. I've...

@blankoworld I'd be happy to. The following is applicable to Caddy version 1. It wouldn't surprise me if these steps change with version 2. I haven't been following its development....

You add their import path to the example `main.go` I posted above. See: https://github.com/caddyserver/caddy/wiki/Plugging-in-Plugins-Yourself For example, I'm including the caddy-git plugin by adding `_ "github.com/awoodbeck/caddy-git"` to the `import` block. The...

> Does this fix #106? It resolves the issue for me and is the most minimal approach I could come up with to address the issue. There's no telling when...

Thank you, gentlemen. I haven't had the bandwidth yet to check this out. I had to make significant changes to the gRPC chapter twice before publishing because of breaking changes....

Thank you for your feedback, Dr. Porter. I agree that it would be beneficial to have instruction on setting up your environment, cloning this repo, and running the tests. I'll...

Thank you for bringing this to my attention. I appreciate the feedback. I realize that the table heading and accompanying text isn't as clear as it should be. You are...

Nick is spot on. Walter, please reach out if you need further assistance. Feel free to email me: adam at woodbeck.net.