mastodon / flodgatt

A blazingly fast drop-in replacement for the Mastodon streaming API server
GNU Affero General Public License v3.0
86 stars 8 forks source link

Dotenv #17

Closed codesections closed 5 years ago

codesections commented 5 years ago

This PR adds the ability to configure basic configuration settings in a .env file. It does not yet support separate production/development environments, nor does it have all the configuration variables we'll eventually want. But it provides a foundation to implement those features later.

This PR also removes some outdated files and updates the README with installation/testing instructions. As discussed in #13, I believe that the repo is far enough along that it should be usable/testable by other developers (though, as documented in the README, it is still missing several features before it can be deployed in production).

Gargron commented 5 years ago

It is currently missing essential features including support for SSL

The Node-based server sits behind Nginx which takes care of SSL termination. So I don't think you need to do anything extra about it?