Go to file
2021-12-12 22:51:43 +01:00
node_app update websocket api to rest api 2021-12-12 22:51:43 +01:00
public update websocket api to rest api 2021-12-12 22:51:43 +01:00
.gitignore adding docker-compose 2020-09-14 22:56:34 +02:00
app.js update websocket api to rest api 2021-12-12 22:51:43 +01:00
docker-compose.yml update websocket api to rest api 2021-12-12 22:51:43 +01:00
LICENSE Create LICENSE 2020-08-11 15:56:03 +02:00
nginx.conf update websocket api to rest api 2021-12-12 22:51:43 +01:00
package.json update websocket api to rest api 2021-12-12 22:51:43 +01:00
README.md adding docker-compose 2020-09-14 22:56:34 +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 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