provisioning-catalog/components/listmonk/metadata.ncl

13 lines
508 B
Text
Raw Permalink Normal View History

{
name = "listmonk",
version = "1.0.0",
description = "Self-hosted newsletter and mailing list manager — PostgreSQL backend, uploads PVC",
tags = ["newsletter", "mail", "webapp", "go"],
modes = ["cluster"],
dependencies = [{ capability = "postgresql", kind = 'Mandatory }],
provides = [{ id = "listmonk", version = "latest", interface = "listmonk" }],
requires = [{ capability = "storage", kind = 'Mandatory }],
conflicts_with = [],
best_practices = [],
}