Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,5 @@
* [Frequently Asked Questions](<frequently-asked-questions (1).md>)
* [Modmail Usage](modmail-usage.md)
* [Permissions](permissions.md)
* [Plugins](plugins.md)
* [Seperate Server Setup](seperate-server-setup.md)
* [The Unofficial List of Plugins](the-unofficial-list-of-plugins.md)
* [Updating](<updating (1).md>)
* [Video Tutorials](video-tutorials.md)
7 changes: 6 additions & 1 deletion frequently-asked-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ And then, fetch the original files with:
git checkout FETCH_HEAD -- Pipfile && git checkout FETCH_HEAD -- Pipfile.lock
```

###
### I would like to have threads in a seperate guild inbox, how can I do that?

If you want to use a separate server to the main one as the inbox server (Where threads get relayed to) add the following environment variables into your ``.env`` file:

* `MODMAIL_GUILD_ID` (the server where messages are sent to)
* `GUILD_ID` (The server where users message from)
9 changes: 4 additions & 5 deletions installation/community-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ description: Unofficial installation guides created by the community.
# Community Guides

{% hint style="warning" %}
Community guides are not verified by the Modmail team, so use them at your own risks.
{% endhint %}
Community guides are not verified by the Modmail team, so use them at your own risks.{% endhint %}

## [Replit Guide](https://gist.github.com/anondev-sudo/24978429b85b44348bcff5c0885afe82) by AnonDev

An online code execution environment. You can host Modmail there for free using certain exploits. The legitimate method costs $7 USD per month. However, regardless if you pay or host for free, hosting on Replit are often unstable and thus not recommended. But for now, this is the only option for those without a payment method for hosting or verification.
An online code execution environment which used to be free with certain exploids but starting 2024 replit removed the free tier. You can deploy modmail there if you pay for their monthly plans/deployment costs. For the up-to--date pricing info check out their [pricing](https://replit.com/pricing) page.

## [Northflank](https://blog.project-mei.xyz/2023/04/11/hosting-discord-modmail-on-northflank/) Guide by raidensakura
## [Northflank](https://blog.project-mei.xyz/posts/2023-08-02-hosting-modmail-on-northflank.html) Guide by raidensakura

Northflank is a Platform as a Service (PaaS) like Railway that offers abilities to run micro-services like bots, schedule jobs that run periodically and databases with a powerful UI, API and CLI. Their panel is a bit more advanced as compared to Railway but comes with the perk of more customization and features. You will need a valid payment method to verify your account, but will unlock a free tier project that's separated from paid resources. They will not charge your card if you go over resource usage as you have limited allocation per service.
Northflank is a Platform as a Service (PaaS) like Railway that offers abilities to run micro-services like bots, schedule jobs that run periodically and databases with a powerful UI, API and CLI. Their panel is a bit more advanced as compared to Railway but comes with the perk of more customization and features. You will need a valid payment method to verify your account, but will unlock a free tier project that's separated from paid resources. They will not charge your card if you go over resource usage as you have limited allocation per service.
9 changes: 3 additions & 6 deletions installation/railway.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ Railway is a deployment platform where you can provision infrastructure, develop

## Requirements

* A credit card (for verification only).
* A credit card.
* An email account.
* A [GitHub](https://github.com/signup) account.
* You have completed the initial steps: [invited your bot](./#create-a-discord-bot) and [created a MongoDB database](./#create-a-mongodb-database).

## Costs

Railway provides a **free** "Starter" plan. This plan allows you to try out their platform for free without requiring a credit card\*. Your bot will be online for 10 days after signing up.

To keep your bot running 24/7, you'll need to sign up for their "Developer" plan. This plan is also **free**, but you will need to verify using your credit card, as it's to prevent abuse on their systems.

\*Credit card may be required for some users.
Railway is no longer free. Their lowest plan starts at $5 per month.
Visit the [pricing](https://railway.app/pricing) page for the up-to-date pricing info.

## Fork our GitHub repositories

Expand Down
147 changes: 0 additions & 147 deletions plugins.md

This file was deleted.

6 changes: 0 additions & 6 deletions seperate-server-setup.md

This file was deleted.

52 changes: 0 additions & 52 deletions the-unofficial-list-of-plugins.md

This file was deleted.

Loading