From 49587d515637c2dbc630a9e10c27906eba711638 Mon Sep 17 00:00:00 2001 From: Cris Mathew Date: Fri, 23 May 2025 12:02:20 +0300 Subject: [PATCH] Update ConvertX/readme.md --- ConvertX/readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ConvertX/readme.md b/ConvertX/readme.md index e69de29..1c1cbd3 100644 --- a/ConvertX/readme.md +++ b/ConvertX/readme.md @@ -0,0 +1,21 @@ +# ConvertX File Converter + + +## Setup + +First go to your cloudflare at https://dash.cloudflare.com and create a new CNAME record, something like ```convert.YOURDOMAIN.com``` + +Then let's setup directories in your homefolder like so: +- ~/convertx + +Basically: +``` +mkdir ~/convertx +cd ~/convertx +``` + +Then copy the contents from my compose.yml to your portainer > stacks > create new stack, and make the necessary changes. + +## Run + +Ater making the changes in the compose.yml, deploy it.