Hello everyone. Extending caddy with custom plugins using the
xcaddy utility is fun. But i wonder how does the distribution of
these custom binaries actually happens to work, in a production system?
By distribution system, i meant a standard and convenient way of
shipping custom Caddy binaries. Caddy on its own provides a way of
shipping on Debian systems using its custom repos:
But i wonder what kind of solution do people use, if they wanted to use
Caddy with a bunch of modules. Do we need to setup some kind of CI/CD solution to continuously build custom caddy binaries or…?
As for myself, i literally build Caddy in my workstation, and then i move the binary to my server using something like scp. But I’m not so sure how can i improve the situation.
I would be happy to hear what are the people’s solution for this situation. Thanks