You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
adb-sh 5af8687ebb
smartphone compatibility and url timeout added
4 years ago
public smartphone compatibility and url timeout added 4 years ago
LICENSE Create LICENSE 4 years ago
README.md Update README.md 4 years ago
index.js smartphone compatibility and url timeout added 4 years ago
package.json backend file types 4 years ago

README.md

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