12 lines
502 B
Text
12 lines
502 B
Text
{
|
|
name = "lemmy",
|
|
version = "1.0.0",
|
|
description = "ActivityPub-federated link aggregator (Rust backend + TS UI + pictrs image hosting + nginx proxy) with PostgreSQL",
|
|
tags = ["fediverse", "activitypub", "forum", "rust", "postgresql"],
|
|
modes = ["cluster"],
|
|
dependencies = [],
|
|
provides = [{ id = "lemmy", version = "latest", interface = "lemmy" }],
|
|
requires = [{ capability = "storage", kind = 'Mandatory }],
|
|
conflicts_with = [],
|
|
best_practices = [],
|
|
}
|