From dd43ad0d691faf1b6c176277e33a5f07c167cbd1 Mon Sep 17 00:00:00 2001 From: subnub Date: Thu, 5 Mar 2020 15:20:37 -0500 Subject: [PATCH] more readme --- readme.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 808f8c6..93af8d7 100755 --- a/readme.md +++ b/readme.md @@ -26,16 +26,17 @@ Required: - MongoDB Optional: -- FFMPEG (For Video Transcoding, Does not work very well because of encrytion ATM, But non-transcoded videos stream without any issue, I do not recommend using this yet.) +- FFMPEG (For Video Transcoding, Does not work very well because of encryption ATM, But non-transcoded videos stream without any issue, I do not recommend using this yet.) Setup: -- "npm run init", Asks user for some enviroment variable details, pressing enter on these fields will instead use the default values. +- "npm run init", Asks user for some environment variable details, pressing enter on these fields will instead use the default values. - "npm run build", This will look for the HTTPS Certificate, Place this HTTPS certificate at the root of the project, with the naming convention (certificate.ca-bundle, certificate.crt, and certificate.key). -Note: If you do not have or want to use a HTTPS certificate, run "npm run build:no--ssl". This will run the server in production mode, without SSL encryption, this is vunerabile to man in the middle attacks! +Note: If you do not have or want to use a HTTPS certificate, run "npm run build:no--ssl". This will run the server in production mode, without SSL encryption, this is vulnerable to man in the middle attacks! -- "npm start" or "npm run start:no-ssl" If you do not want SSL Encrytion. +- "npm start" or "npm run start:no-ssl" If you do not want SSL Encryption. -- It will then asks for an encrytion key, this can be whatever you would like, this key is later hashed. Do not lose this key, there is NO way to recover data from a lost key! +- It will then ask for an encryption key, this can be whatever you would like, this key is later hashed. Do not lose this key, there is NO way to recover data from a lost key! + +- That's It! Now just Create a new account. -- That's It! Now just Create a new account. \ No newline at end of file