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.
- Host: GitHub
- URL: https://github.com/moddedtechnic/link-shortener
- Owner: moddedTechnic
- License: mpl-2.0
- Created: 2024-05-23T16:49:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T20:41:11.000Z (about 2 years ago)
- Last Synced: 2025-07-05T08:03:58.268Z (12 months ago)
- Language: HTML
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```