Add healthchecks and coder

This commit is contained in:
Tobias Reisinger 2022-11-24 15:22:31 +01:00
parent acc83618f3
commit e7c78aa678
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
16 changed files with 245 additions and 1 deletions
caddy/config

View file

@ -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
}
}
}