Fixes
Endpoint and certificate creation failed with no such column: deleted_at
The standalone certificate quota check ran a SELECT COUNT(*) FROM cert_monitors WHERE source='standalone' AND deleted_at IS NULL query, but cert_monitors has no deleted_at column. Every quota check errored out, causing both HTTP/HTTPS endpoint creation and SSL certificate monitor creation to fail with Failed to create endpoint.
The stray deleted_at filter has been removed. Fixes #19.
Thanks to @samymokhtari for the detailed report and logs.
Upgrading from v1.2.2
docker compose pull && docker compose up -d --force-recreateNo database migrations, no configuration changes required.