Joe Workman

Results 62 comments of Joe Workman

phpcs definitely processes all files in the project folder. Not just open files. I have a very large repository that has a lot of legacy PHP code that I need...

I would be onboard with testing this! I am completely new to Caddy and I need this plugin to replace my existing setup on my Apache server.

I am a super n00b with Caddy. How would I take the source to compile it into a custom Caddy build? I have used xcaddy. Although I learned that I...

I thought that I would need to use xcaddy to build this on my linux server. When I built a custom build on my Mac earlier today, it would not...

I would love to test this today. How can I use xcaddy to build with the version from this PR?

@mholt Thanks. That got me close. That errored out saying that I needed a local directory. I clone the other repo and an built it like this... ``` xcaddy build...

I build caddy like this on my local Mac. Server is running Ubuntu. ``` GOOS=linux GOARCH=amd64 xcaddy build --with github.com/caddy-dns/cloudflare --with github.com/vrongmeal/caddygit/module/git=./caddygit ``` Here is my Caddyfile ``` { email...

Yes. I have verified that it's the server being used. ![CleanShot 2022-01-10 at 15 09 17](https://user-images.githubusercontent.com/225628/148853083-8b329a96-518b-4f1d-9038-be6668fa7c04.jpg)

That is from the `update-alternatives` command from the Caddy docs... https://caddyserver.com/docs/build#package-support-files-for-custom-builds-for-debianubunturaspbian It does mean that /usr/bin/caddy is pointing to my version that is compile with Cloudflare and Git modules.