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": "Will your domain support HTTPS? (Automatic for herokuapp, requires manual configuration for custom domains)",
22 "description": "The secret key for storing media files",
26 "description": "The secret key base",
30 "description": "One-time password secret",
34 "description": "Should the instance run in single user mode? (Disable registrations, redirect to front page)",
39 "description": "Should Mastodon use Amazon S3 for storage? This is highly recommended, as Heroku does not have persistent file storage (files will be lost).",
44 "description": "Amazon S3 Bucket",
48 "description": "Amazon S3 region that the bucket is located in",
51 "AWS_ACCESS_KEY_ID": {
52 "description": "Amazon S3 Access Key",
55 "AWS_SECRET_ACCESS_KEY": {
56 "description": "Amazon S3 Secret Key",
60 "description": "Hostname for SMTP server, if you want to enable email",
64 "description": "Port for SMTP server",
68 "description": "Username for SMTP server",
72 "description": "Password for SMTP server",
76 "description": "Domain for SMTP server. Will default to instance domain if blank.",
79 "SMTP_FROM_ADDRESS": {
80 "description": "Address to send emails from",
84 "description": "Authentication method to use with SMTP server. Default is 'plain'.",
87 "SMTP_OPENSSL_VERIFY_MODE": {
88 "description": "SMTP server certificate verification mode. Defaults is 'peer'.",
91 "SMTP_ENABLE_STARTTLS_AUTO": {
92 "description": "Enable STARTTLS if SMTP server supports it? Default is true.",
98 "url": "https://github.com/heroku/heroku-buildpack-apt"
101 "url": "heroku/nodejs"
108 "postdeploy": "bundle exec rails db:migrate && bundle exec rails db:seed"