Add support for Caddy on-demand TLS.

This commit is contained in:
Catherine
2025-09-15 07:39:02 +00:00
parent abaf6d993b
commit aa2ce12970
5 changed files with 58 additions and 17 deletions
+5 -1
View File
@@ -1,9 +1,13 @@
data-dir = "./data"
[listen]
[pages]
protocol = "tcp"
address = ":3333"
[caddy]
protocol = "tcp"
address = ":3334"
[wildcard]
domain = "codeberg.page"
clone-url = "https://codeberg.org/%s/%s.git"