feat: coopcloud!

This commit is contained in:
f 2024-09-12 15:02:12 -03:00
parent 43de8f0af1
commit 5306318182
No known key found for this signature in database

View File

@ -63,3 +63,6 @@ endif
all: ca install-ca ## Generate and install
domain: $(domain_key) $(domain_csr) $(domain_crt) ## Issue a site certificate
rm templates/domain.tpl
coopcloud: domain
abra app secret insert traefik.$(domain) ssl_cert v1 "`cat $(domain_crt)`"
abra app secret insert traefik.$(domain) ssl_key v1 "`cat $(domain_key)`"