3 "description": "A GNU Social-compatible microblogging server",
4 "repository": "https://github.com/tootsuite/mastodon",
5 "logo": "https://github.com/tootsuite.png",
8 "description": "The domain that your Mastodon instance will run on (this can be appname.scalingo.io or a custom domain)",
12 "description": "The secret key base",
16 "description": "One-time password secret",
20 "description": "Should the instance run in single user mode? (Disable registrations, redirect to front page)",
25 "description": "Should Mastodon use Amazon S3 for storage? This is highly recommended, as Scalingo does not have persistent file storage (files will be lost).",
30 "description": "Amazon S3 Bucket",
34 "description": "Amazon S3 region that the bucket is located in",
37 "AWS_ACCESS_KEY_ID": {
38 "description": "Amazon S3 Access Key",
41 "AWS_SECRET_ACCESS_KEY": {
42 "description": "Amazon S3 Secret Key",
46 "description": "Hostname for SMTP server, if you want to enable email",
50 "description": "Port for SMTP server",
54 "description": "Username for SMTP server",
58 "description": "Password for SMTP server",
62 "description": "Domain for SMTP server. Will default to instance domain if blank.",
65 "SMTP_FROM_ADDRESS": {
66 "description": "Address to send emails from",
70 "description": "Authentication method to use with SMTP server. Default is 'plain'.",
73 "SMTP_OPENSSL_VERIFY_MODE": {
74 "description": "SMTP server certificate verification mode. Defaults is 'peer'.",
77 "SMTP_ENABLE_STARTTLS_AUTO": {
78 "description": "Enable STARTTLS if SMTP server supports it? Default is true.",
82 "description": "Internal scalingo configuration",
84 "value": "https://github.com/Scalingo/multi-buildpack.git"
87 "description": "Internal scalingo configuration to install ffprobe",
93 "postdeploy": "bundle exec rails db:migrate && bundle exec rails db:seed"