Add healthchecks and coder
This commit is contained in:
parent
acc83618f3
commit
e7c78aa678
16 changed files with 245 additions and 1 deletions
caddy/config
|
@ -17,3 +17,14 @@
|
|||
(default) {
|
||||
encode zstd gzip
|
||||
}
|
||||
|
||||
(acmedns) {
|
||||
tls {
|
||||
dns acmedns {
|
||||
username {args.0}
|
||||
password {args.1}
|
||||
subdomain {args.2}
|
||||
server_url https://acme.serguzim.me
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue