initial commit
This commit is contained in:
12
deploy/scripts/update-caddy-certs-mailadmin.patch.sh
Executable file
12
deploy/scripts/update-caddy-certs-mailadmin.patch.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# Helper snippet for your existing caddy/update-caddy-certs.sh.
|
||||
# Inside the loop that generates blocks for each $domain, add:
|
||||
|
||||
cat <<'CADDY'
|
||||
# MailAdmin UI
|
||||
mailadmin.$domain {
|
||||
encode gzip
|
||||
reverse_proxy mailadmin:3000
|
||||
}
|
||||
|
||||
CADDY
|
||||
Reference in New Issue
Block a user