coolify/templates
Andras Bacsai 01aa534556 fix(application-source): support localhost key with id=0
Previously, the view checked $privateKeyId with ! operator, which
incorrectly treats 0 (localhost key) as falsy. Changed to explicit
is_null() checks to distinguish between null (no key) and 0 (localhost).
Added test coverage for both cases.
2026-03-09 17:20:33 +01:00
..
compose chore(templates): update n8n templates to 2.10.2 (#8679) 2026-03-05 16:23:47 +01:00
service-templates-latest.json fix(application-source): support localhost key with id=0 2026-03-09 17:20:33 +01:00
service-templates.json fix(application-source): support localhost key with id=0 2026-03-09 17:20:33 +01:00
test-database-detection.yaml Pinning to the current latest 2025-12-15 17:56:33 +01:00