diff --git a/app.json b/app.json new file mode 100644 index 0000000000..41ecdb0630 --- /dev/null +++ b/app.json @@ -0,0 +1,13 @@ +{ + "name": "Soapbox BE", + "description": "Soapbox BE (Backend), the recommended backend for Soapbox based on Pleroma.", + "keywords": [ + "fediverse" + ], + "website": "https://soapbox.pub", + "dokku": { + "plugins": [ + "postgres" + ] + } +} \ No newline at end of file