facundoolano / feedi

A personal news aggregator and Mastodon client
GNU Affero General Public License v3.0
888 stars 28 forks source link

Production setup #18

Closed facundoolano closed 1 year ago

facundoolano commented 1 year ago

This adds gunicorn as a dependency to run the app outside of flask's development server, a setup file to install it on a debian server and run it as a service (tested on a raspberry pi), and a few support make targets. The gunicorn workers and logging config may need to be revisited on another PR.