diff --git a/recipes.json b/recipes.json index b528b6d..e7fe353 100755 --- a/recipes.json +++ b/recipes.json @@ -2098,6 +2098,18 @@ "tag": "9.6" } } + }, + { + "2.1.2+1.19.3-rootless": { + "app": { + "image": "gitea/gitea", + "tag": "1.19.3-rootless" + }, + "db": { + "image": "postgres", + "tag": "15.2" + } + } } ], "website": "" @@ -6039,7 +6051,24 @@ "name": "plausible", "repository": "https://git.coopcloud.tech/coop-cloud/plausible.git", "ssh_url": "ssh://git@git.coopcloud.tech:2222/coop-cloud/plausible.git", - "versions": [], + "versions": [ + { + "plausible.analytics-latest": { + "app": { + "image": "plausible/analytics", + "tag": "latest" + }, + "db": { + "image": "postgres", + "tag": "12" + }, + "plausible_events_db": { + "image": "yandex/clickhouse-server", + "tag": "21.3.2.5" + } + } + } + ], "website": "https://github.com/plausible/analytics/" }, "portainer": {