Commit Graph

9 Commits (3d82a1de052ff3cf8698985eb3e8c1cd73c7eedd)

Author SHA1 Message Date
Daigo 3 Dango 66acf8203b
Stop using heroku-buildpack-nodejs ()
heroku-buildpack-ruby started to install Node 12 by default.
This makes it possible to run Mastodon without heroku-buildpack-nodejs.
Yamagishi Kazutoshi 9707e64715 Remove deprecated config from Heroku and Scalingo ()
Yamagishi Kazutoshi e05606c8d0 Change logo URL for Heroku and Scalingo ()
Yamagishi Kazutoshi bdbfb10cff Fix logo URL ()
Daigo 3 Dango 831386977e Use cid3 on Heroku ()
Use https://github.com/heroku/heroku-buildpack-apt to
install protobuf-compiler and libprotobuf-dev which are needed by cid3
Alexander Mankuta 0dbbc16c69 More SMTP customization ()
* 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
James Smith b79c80b620 Add OTP_SECRET to Heroku app.json ()
Tom McAtee 8a93ae4f18 Added SMTP_FROM_ADDRESS to heroku deploy config
Allows the user to set the address mastodon emails are maraked as being sent from
Effy Elden ab4f5f5da5 Add Heroku deployment support