Stacktora
Stacktora / Vault / Go + Postgres + Redis: Certificate & Domain Expiry Monitoring
Observability by @ops

Go + Postgres + Redis: Certificate & Domain Expiry Monitoring

Watches SSL certificate and domain expiration dates, a worker checking on schedule — distinct from Uptime & Status: that checks if an endpoint responds right now, this catches the thing that fails silently weeks in advance until it suddenly doesn't.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Go 1.26 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install go-cert-domain-expiry-monitoring --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault