Commit Graph

9 Commits

Author SHA1 Message Date
emilylange
9d9d06dd7b
xcaddy: 0.3.4 -> 0.3.5
https://github.com/caddyserver/xcaddy/releases/tag/v0.3.5
https://github.com/caddyserver/xcaddy/compare/v0.3.4...v0.3.5
2023-08-08 19:15:12 +02:00
emilylange
b0e7f7f5db
maintainers: rename indeednotjames to emilylange 2023-05-21 16:01:35 +02:00
IndeedNotJames
84a1117d5b
xcaddy: 0.3.3 -> 0.3.4
https://github.com/caddyserver/xcaddy/releases/tag/v0.3.4
diff: https://github.com/caddyserver/xcaddy/compare/v0.3.3...v0.3.4
2023-05-18 12:03:30 +02:00
IndeedNotJames
edfc946b04
xcaddy: 0.3.2 -> 0.3.3
https://github.com/caddyserver/xcaddy/releases/tag/v0.3.3
diff: https://github.com/caddyserver/xcaddy/compare/v0.3.2...v0.3.3
2023-04-26 16:28:19 +02:00
IndeedNotJames
897bc4daab
xcaddy: fix build info 2023-02-07 15:58:25 +01:00
IndeedNotJames
ed903ee4ef
xcaddy: add indeednotjames as maintainer 2023-02-07 15:58:25 +01:00
IndeedNotJames
2a4cb50a3f
xcaddy: 0.3.1 -> 0.3.2 2023-02-07 15:58:25 +01:00
Theodore Ni
7a23457bac
xcaddy: use temp dir on Darwin
Upstream xcaddy uses the $HOME directory as the temp directory on Darwin
in order to fix an interesting bug.

In order to find version information for Caddy, it runs a command that
needs to operate on file system without "noexec" set, but Darwin's temp
directory has it set.

We can tolerate losing version information, since the alternative is
that xcaddy does not run on Darwin.
2022-09-19 00:06:14 -07:00
Theodore Ni
157918af5d
xcaddy: init at 0.3.1.
A tool that can be used to build the Caddy webserver with plugins.

It functions as its own package manager and calls out to the network, so
it can't build Caddy in nixpkgs, but it's useful for environments that:

1. Do not need sandboxed and reproducible builds.

2. Pin Caddy and plugin versions when using the tool and trust it to be
   a reproducible, fixed derivation.
2022-09-18 23:49:04 -07:00