update readme
parent
7e73268bb7
commit
12de3bd087
15
README.md
15
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?
|
### How can I set this up myself?
|
||||||
|
|
||||||
- #### You need:
|
<details>
|
||||||
- Mail server with IMAP
|
<summary>Option 1 - bare-bones install:</summary>
|
||||||
- One or multiple domains dedicated to this
|
|
||||||
- git & nodejs
|
|
||||||
<br><br>
|
|
||||||
|
|
||||||
- #### Setup:
|
- #### Setup:
|
||||||
- `git clone https://github.com/Crazyco-xyz/48hr.email.git`
|
- `git clone https://github.com/Crazyco-xyz/48hr.email.git`
|
||||||
|
@ -74,17 +71,21 @@ RestartSec=5s
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
<br><br>
|
<details>
|
||||||
|
<summary>Option 2 - Docker:</summary>
|
||||||
|
|
||||||
- #### Docker:
|
- #### Setup:
|
||||||
- `git clone https://github.com/Crazyco-xyz/48hr.email.git`
|
- `git clone https://github.com/Crazyco-xyz/48hr.email.git`
|
||||||
- `cd 48hr.email`
|
- `cd 48hr.email`
|
||||||
- Change all settings to the desired values:
|
- Change all settings to the desired values:
|
||||||
- Either use environmental variables, or modify `application/config.js`
|
- Either use environmental variables, or modify `application/config.js`
|
||||||
- `docker compose up -d`
|
- `docker compose up -d`
|
||||||
- If desired, you can also move the config file somewhere else (change volume mount accordingly)
|
- If desired, you can also move the config file somewhere else (change volume mount accordingly)
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
|
||||||
-----
|
-----
|
||||||
### TODO:
|
### TODO:
|
||||||
|
|
Loading…
Reference in New Issue