pleroma/app.json
2022-08-05 15:42:56 -05:00

13 lines
No EOL
253 B
JSON

{
"name": "Soapbox BE",
"description": "Soapbox BE (Backend), the recommended backend for Soapbox based on Pleroma.",
"keywords": [
"fediverse"
],
"website": "https://soapbox.pub",
"dokku": {
"plugins": [
"postgres"
]
}
}