3 "description": "A GNU Social-compatible microblogging server",
4 "repository": "https://github.com/tootsuite/mastodon",
5 "logo": "https://github.com/tootsuite.png",
8 "description": "Leave this as true",
13 "description": "The domain that your Mastodon instance will run on (this can be appname.herokuapp.com or a custom domain)",
17 "description": "The secret key base",
21 "description": "One-time password secret",
25 "description": "Should the instance run in single user mode? (Disable registrations, redirect to front page)",
30 "description": "Should Mastodon use Amazon S3 for storage? This is highly recommended, as Heroku does not have persistent file storage (files will be lost).",
35 "description": "Amazon S3 Bucket",
39 "description": "Amazon S3 region that the bucket is located in",
42 "AWS_ACCESS_KEY_ID": {
43 "description": "Amazon S3 Access Key",
46 "AWS_SECRET_ACCESS_KEY": {
47 "description": "Amazon S3 Secret Key",
51 "description": "Hostname for SMTP server, if you want to enable email",
55 "description": "Port for SMTP server",
59 "description": "Username for SMTP server",
63 "description": "Password for SMTP server",
67 "description": "Domain for SMTP server. Will default to instance domain if blank.",
70 "SMTP_FROM_ADDRESS": {
71 "description": "Address to send emails from",
75 "description": "Authentication method to use with SMTP server. Default is 'plain'.",
78 "SMTP_OPENSSL_VERIFY_MODE": {
79 "description": "SMTP server certificate verification mode. Defaults is 'peer'.",
82 "SMTP_ENABLE_STARTTLS_AUTO": {
83 "description": "Enable STARTTLS if SMTP server supports it? Default is true.",
89 "url": "https://github.com/heroku/heroku-buildpack-apt"
92 "url": "heroku/nodejs"
99 "postdeploy": "bundle exec rails db:migrate && bundle exec rails db:seed"