From a144474f84e23b00f91acc880fc4e3f721c41fed Mon Sep 17 00:00:00 2001 From: "Martin B." <55140357+martinbndr@users.noreply.github.com> Date: Wed, 6 May 2026 20:31:28 +0200 Subject: [PATCH] Add railway templates Adds templates for railway to make the installation of modmail and the logviewer easier. Basically the normal installation requires to clone (copy) the modmail projects from github and some manual work done (inserting variables). Templates directly allow (after login) to deploy the services, inserting the variables into a form. Then it deploys automatically using Docker. --- installation/railway.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/installation/railway.md b/installation/railway.md index 0c2c76a..8cd7358 100644 --- a/installation/railway.md +++ b/installation/railway.md @@ -18,7 +18,19 @@ Railway is a deployment platform where you can provision infrastructure, develop ## Costs Their lowest plan starts at $5 per month. -Visit the [pricing](https://railway.app/pricing) page for the up-to-date pricing info. +Visit the [pricing](https://railway.com/pricing) page for the up-to-date pricing info. + +# Deploy on Railway using Railway Templates + +### Modmail Bot: + +[![Deploy Modmail Bot](https://railway.com/button.svg)](https://railway.com/deploy/modmail) + +### Modmail Logviewer: + +[![Deploy Modmail Logviewer](https://railway.com/button.svg)](https://railway.com/deploy/modmail-logviewer) + +Deploying via these templates makes it easier because you do not need to fork (copy) our github repository and creating the project is made a bit smoother. However if you do face issues or anything else, you may use the alternative way to deploy below. The User account creation instructions can be followed from below ## Fork our GitHub repositories