Update README.md

This commit is contained in:
saiujwal chelamkuri 2022-05-25 17:17:23 +05:30 committed by GitHub
parent 351e5a5563
commit 216a57bba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -2,3 +2,17 @@
source code of https://salvusmail.com/register.html page.
Just a simple registraiton page with a hcaptcha, using Mail-In-A-Box's in-build api for creating email.
## Installation:
1. Clone the files into your website directory (Your website directory is `/home/user-data/www/default`)
2. edit line numbers 195, 200 (pattern), 214 (data-sitekey) in register.html
3. edit line 40 (api) in action_page.php
4. create a file .env in `/home/user-data/www` and save your admin accout creds and captcha secret key in it, make sure format is like this:
```
PWDD="PASSWORD_HERE"
EML="EMAILHERE@domain.com"
SEC="hCaptcha secret key here"
```
5. make sure you have composer installed, run `composer install` in website directory.