"name": "Mastodon",
"description": "A GNU Social-compatible microblogging server",
"repository": "https://github.com/tootsuite/mastodon",
- "logo": "https://github.com/tootsuite/mastodon/raw/master/app/assets/images/logo.png",
+ "logo": "https://github.com/tootsuite.png",
"env": {
"HEROKU": {
"description": "Leave this as true",
"SMTP_FROM_ADDRESS": {
"description": "Address to send emails from",
"required": false
+ },
+ "SMTP_AUTH_METHOD": {
+ "description": "Authentication method to use with SMTP server. Default is 'plain'.",
+ "required": false
+ },
+ "SMTP_OPENSSL_VERIFY_MODE": {
+ "description": "SMTP server certificate verification mode. Defaults is 'peer'.",
+ "required": false
+ },
+ "SMTP_ENABLE_STARTTLS_AUTO": {
+ "description": "Enable STARTTLS if SMTP server supports it? Default is true.",
+ "required": false
}
},
"buildpacks": [
+ {
+ "url": "https://github.com/heroku/heroku-buildpack-apt"
+ },
{
"url": "heroku/nodejs"
},