Skip to content

Instantly share code, notes, and snippets.

View SnowyJaguar1034's full-sized avatar

SnowyJaguar1034 SnowyJaguar1034

View GitHub Profile

A Definitive Guide to Self-hosting Modmail

Setup
  1. Fork the repo (Best to make it private).
  2. Define a Procfile in the root of the directory and fill the contents with worker: python3 launcher.py.
  3. Create a new app on Heroku and deploy the repo you've just forked.
  4. Go to "elements" and install the PostgresQL and Redis add-ons to your new app.