"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": {
"LOCAL_DOMAIN": {
"description": "The domain that your Mastodon instance will run on (this can be appname.scalingo.io or a custom domain)",
"description": "The secret key base",
"generator": "secret"
},
+ "OTP_SECRET": {
+ "description": "One-time password secret",
+ "generator": "secret"
+ },
"SINGLE_USER_MODE": {
"description": "Should the instance run in single user mode? (Disable registrations, redirect to front page)",
"value": "false",
"description": "Internal scalingo configuration",
"required": true,
"value": "https://github.com/Scalingo/multi-buildpack.git"
+ },
+ "WITH_FFPROBE": {
+ "description": "Internal scalingo configuration to install ffprobe",
+ "required": true,
+ "value": "true"
}
},
"scripts": {
"postdeploy": "bundle exec rails db:migrate && bundle exec rails db:seed"
},
"addons": [
- "scalingo-postgresql",
- "scalingo-redis"
+ "postgresql",
+ "redis"
]
}