(dimail) management command to fetch domain status

Add a management command for a future cron to
to check and update regularly domains status
from dimail.
This commit is contained in:
Sabrina Demagny
2025-01-09 14:26:01 +01:00
parent c48957612b
commit f969b118cb
4 changed files with 135 additions and 0 deletions

View File

@@ -403,3 +403,7 @@ install-secret: ## install the kubernetes secrets from Vaultwarden
--set installCRDs=true; \
fi
.PHONY: build-k8s-cluster
fetch-domain-status:
@$(MANAGE) fetch_domain_status
.PHONY: fetch-domain-status