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.

14 lines
461 B

4 years ago
# 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`:
4 years ago
```
docker-compose -p surl up -d
4 years ago
```
It's recommended to use a reverse proxy like nginx to manage SSL certificates.
4 years ago
A test instance is running at [s.adb.sh](https://s.adb.sh).
4 years ago
4 years ago
//good luck