12 lines
508 B
Text
12 lines
508 B
Text
{
|
|
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 = [],
|
|
}
|