13 lines
492 B
Text
13 lines
492 B
Text
|
|
{
|
||
|
|
name = "mobilizon",
|
||
|
|
version = "1.0.0",
|
||
|
|
description = "ActivityPub-federated event organizing platform (Elixir/Phoenix) with PostgreSQL backend",
|
||
|
|
tags = ["events", "fediverse", "activitypub", "elixir", "postgresql"],
|
||
|
|
modes = ["cluster"],
|
||
|
|
dependencies = [],
|
||
|
|
provides = [{ id = "mobilizon", version = "latest", interface = "mobilizon" }],
|
||
|
|
requires = [{ capability = "storage", kind = 'Mandatory }],
|
||
|
|
conflicts_with = [],
|
||
|
|
best_practices = [],
|
||
|
|
}
|