3 "description": "A GNU Social-compatible microblogging server",
4 "repository": "https://github.com/tootsuite/mastodon",
5 "logo": "https://github.com/tootsuite/mastodon/raw/master/app/assets/images/logo.png",
8 "description": "The domain that your Mastodon instance will run on (this can be appname.scalingo.io or a custom domain)",
12 "description": "Will your domain support HTTPS? (Automatic for *.scalingo.io, requires manual configuration for custom domains)",
17 "description": "The secret key for storing media files",
21 "description": "The secret key base",
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 Scalingo 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": "Internal scalingo configuration",
77 "value": "https://github.com/Scalingo/multi-buildpack.git"
81 "postdeploy": "bundle exec rails db:migrate && bundle exec rails db:seed"
84 "scalingo-postgresql",