pleroma/app.json

13 lines
238 B
JSON
Raw Normal View History

2022-08-05 13:42:56 -07:00
{
2022-08-17 09:25:39 -07:00
"name": "Rebased",
"description": "Rebased, the recommended backend for Soapbox written in Elixir.",
2022-08-05 13:42:56 -07:00
"keywords": [
"fediverse"
],
"website": "https://soapbox.pub",
"dokku": {
"plugins": [
"postgres"
]
}
}