feat(update): move caddy code into separate file and support git revs

This commit is contained in:
matt1432 2025-04-08 19:09:03 -04:00
parent d4d07b8a8d
commit 59cfbec460
4 changed files with 99 additions and 78 deletions
configurations/cluster/modules/caddy

View file

@ -1,11 +1,18 @@
# This file was autogenerated. DO NOT EDIT!
{
plugins = {
certmagic = {
url = "github.com/caddyserver/certmagic";
version = "v0.22.2";
type = "version";
};
cloudflare = {
url = "github.com/caddy-dns/cloudflare";
version = "v0.0.0-20250228175314-1fb64108d4de";
type = "version";
};
};
hash = "sha256-YYpsf8HMONR1teMiSymo2y+HrKoxuJMKIea5/NEykGc=";
hash = "sha256-rT+igzVTqHXUHqYFENH9GJYNTgY6oB4XlEzUU/vihdk=";
}