From 12de3bd087cc666d2076c5db272a9c2356f02093 Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Sat, 28 Sep 2024 05:09:34 +0200 Subject: [PATCH] update readme --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dcfdcb6..e6c626d 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,8 @@ All data is being removed 48hrs after they have reached the mail server. ### How can I set this up myself? -- #### You need: - - Mail server with IMAP - - One or multiple domains dedicated to this - - git & nodejs -

+
+Option 1 - bare-bones install: - #### Setup: - `git clone https://github.com/Crazyco-xyz/48hr.email.git` @@ -74,17 +71,21 @@ RestartSec=5s [Install] WantedBy=multi-user.target ``` +
-

+
+Option 2 - Docker: -- #### Docker: +- #### Setup: - `git clone https://github.com/Crazyco-xyz/48hr.email.git` - `cd 48hr.email` - Change all settings to the desired values: - Either use environmental variables, or modify `application/config.js` - `docker compose up -d` - If desired, you can also move the config file somewhere else (change volume mount accordingly) +
+

----- ### TODO: