Go to file
2020-08-12 01:56:05 +02:00
public PWA manifest and some CSS 2020-08-12 01:55:46 +02:00
index.js PWA manifest and some CSS 2020-08-12 01:55:46 +02:00
LICENSE Create LICENSE 2020-08-11 15:56:03 +02:00
package.json backend file types 2020-08-03 13:50:58 +02:00
README.md Update README.md 2020-08-07 16:43:03 +02:00

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:

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.

A test instance is running under s.adb.sh.

//good luck