chore: new masto release
This commit is contained in:
parent
baa46f3ec8
commit
0faeae4e1c
1 changed files with 32 additions and 2 deletions
32
recipes.json
32
recipes.json
|
@ -1532,7 +1532,37 @@
|
||||||
"name": "mastodon",
|
"name": "mastodon",
|
||||||
"repository": "https://git.coopcloud.tech/coop-cloud/mastodon.git",
|
"repository": "https://git.coopcloud.tech/coop-cloud/mastodon.git",
|
||||||
"ssh_url": "ssh://git@git.coopcloud.tech:2222/coop-cloud/mastodon.git",
|
"ssh_url": "ssh://git@git.coopcloud.tech:2222/coop-cloud/mastodon.git",
|
||||||
"versions": [],
|
"versions": [
|
||||||
|
{
|
||||||
|
"0.1.1+3.4.6": {
|
||||||
|
"app": {
|
||||||
|
"digest": "f01b330",
|
||||||
|
"image": "tootsuite/mastodon",
|
||||||
|
"tag": "v3.4.6"
|
||||||
|
},
|
||||||
|
"db": {
|
||||||
|
"digest": "84e6f6c",
|
||||||
|
"image": "postgres",
|
||||||
|
"tag": "9.6-alpine"
|
||||||
|
},
|
||||||
|
"redis": {
|
||||||
|
"digest": "32f8cf4",
|
||||||
|
"image": "redis",
|
||||||
|
"tag": "6.2-alpine"
|
||||||
|
},
|
||||||
|
"sidekiq": {
|
||||||
|
"digest": "f01b330",
|
||||||
|
"image": "tootsuite/mastodon",
|
||||||
|
"tag": "v3.4.6"
|
||||||
|
},
|
||||||
|
"streaming": {
|
||||||
|
"digest": "f01b330",
|
||||||
|
"image": "tootsuite/mastodon",
|
||||||
|
"tag": "v3.4.6"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"website": "https://joinmastodon.org"
|
"website": "https://joinmastodon.org"
|
||||||
},
|
},
|
||||||
"matomo": {
|
"matomo": {
|
||||||
|
|
Loading…
Reference in a new issue