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 7caef4ed1a
update websocket api to rest api
2 years ago
node_app update websocket api to rest api 2 years ago
public update websocket api to rest api 2 years ago
.gitignore adding docker-compose 4 years ago
LICENSE Create LICENSE 4 years ago
README.md adding docker-compose 4 years ago
app.js update websocket api to rest api 2 years ago
docker-compose.yml update websocket api to rest api 2 years ago
nginx.conf update websocket api to rest api 2 years ago
package.json update websocket api to rest api 2 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 can change the public ports 8080 (web UI) and 8081 (websocket) in the docker-compose.yml file To start the server simply use docker-compose:

docker-compose -p surl up -d

It's recommended to use a reverse proxy like nginx to manage SSL certificates.

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

//good luck