Skip to content

Instantly share code, notes, and snippets.

View waterflamev8's full-sized avatar
🤩
stargazing

Lachlan Goh waterflamev8

🤩
stargazing
  • Raffles Institution
  • Singapore
View GitHub Profile
@waterflamev8
waterflamev8 / self-hosting.md
Last active August 6, 2022 20:33
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.