From 299f3563cd7b2ed82f15912686a47e61c46c4221 Mon Sep 17 00:00:00 2001 From: //ADB <38115351+adb-sh@users.noreply.github.com> Date: Tue, 4 Aug 2020 12:16:30 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f16c2f0..9b9cc8a 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# short_url \ No newline at end of file +# short_url +This is a simple application to short you urls with your own web server. +It is based on Nodejs and Redis. +You will have to change the IPs in the "index.js" and "./public/index.html" files to your public IP or domain. +To start the server simply execute "index.js". +f\e\: "screen -A -m -d -S short_url nodejs index.js" +It's recommended to use a reverse proxy like nginx to manage SSL certificates etc. +//good luck