An open API service indexing awesome lists of open source software.

https://github.com/moddedtechnic/link-shortener

A simple link shortener.
https://github.com/moddedtechnic/link-shortener

Last synced: 4 months ago
JSON representation

A simple link shortener.

Awesome Lists containing this project

README

          

# Link Shortener

A simple link shortener.

Set the `AUTH_TOKEN` environment variable to a secure random string.

Either run with Docker (below) or bung into a docker-compose.

```sh
docker build -t link-shortener .
docker run -p 8000:8000 -e AUTH_TOKEN= -v ./routes.json:/app/routes.json link-shortener
```