update readme

This commit is contained in:
ClaraCrazy 2025-12-12 22:40:35 +01:00
parent f7e804d512
commit 243e2f95ca
No known key found for this signature in database
GPG key ID: EBBC896ACB497011

View file

@ -56,8 +56,8 @@ All data is being removed 48hrs after they have reached the mail server.
- `cd 48hr.email` - `cd 48hr.email`
- `npm i` - `npm i`
- Change all settings to the desired values: - Change all settings to the desired values:
- Either use environmental variables, or modify `application/config.sample.js` (Rename to `config.js` after) - Either use environmental variables, or modify `.env` (see `.env.example`)
- For a list of values, check `application/config.sample.js`. - For a list of values, check `.env.example`.
- `npm run start` - `npm run start`
- #### Service file example: - #### Service file example:
@ -90,7 +90,7 @@ WantedBy=multi-user.target
- `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 `.env`, see `.env.example`
- `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> </details>