Skip to content

Instantly share code, notes, and snippets.

View snowy-jaguar's full-sized avatar

Snowy Jaguar (Teagan) snowy-jaguar

View GitHub Profile
@snowy-jaguar
snowy-jaguar / modmail#5460-self-hosting.md
Last active April 21, 2022 09:49 — forked from waterflamev8/self-hosting.md
Self-hosting Modmail

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.