about summary refs log tree commit diff
path: root/scalingo.json
AgeCommit message (Collapse)Author
2022-11-10Make enable_starttls configurable by envvars (#20321)F
ENABLE_STARTTLS is designed to replace ENABLE_STARTTLS_AUTO by accepting three values: 'auto' (the default), 'always', and 'never'. If ENABLE_STARTTLS isn't provided, we fall back to ENABLE_STARTTLS_AUTO. In this way, this change should be fully backwards compatible. Resolves #20311
2022-03-21Format JSON and YAML using Prettier (#17823)Yamagishi Kazutoshi
* Format JSON and YAML using Prettier * Add prettier to devDep
2021-07-13Change references to tootsuite/mastodon to mastodon/mastodon (#16491)Claire
* Change references to tootsuite/mastodon to mastodon/mastodon * Remove obsolete test fixture * Replace occurrences of tootsuite/mastodon with mastodon/mastodon in CHANGELOG And a few other places
2019-09-23Remove deprecated config from Heroku and Scalingo (#11925)Yamagishi Kazutoshi
2018-08-29Add ffmpeg buildpack for scalingo (#8500)Satsuki Yanagi
* Add ffmpeg buildpack for scalingo. * Add environment variable to install ffprobe Note: For existing applications, admins needs to add 'WITH_FFPROBE=true' to environment variable.
2018-07-03Fix Unknown addon provider in scalingo.json (#7928)Satsuki Yanagi
2018-03-26Missing OTP_SECRET in scalingo.json (#6917)Yann Klis
2017-08-01Change logo URL for Heroku and Scalingo (#4476)Yamagishi Kazutoshi
2017-07-23Fix logo URL (#4309)Yamagishi Kazutoshi
2017-04-10More SMTP customization (#1372)Alexander Mankuta
* Allow SMTP auth method customization * Add SMTP openssl_verify_mode option support Allows one use self-signed certs with their SMTP server. * Add SMTP enable_starttls_auto option support
2017-04-05Fix wrong url in scalingo.jsonJonathan Hurter
2017-04-05Add scalingo supportJonathan Hurter