link_shortener/README.md
2025-12-12 21:12:47 +02:00

10 lines
175 B
Markdown

# link_shortener
sssg based link shortener.
Env:
```
PASSWORD="this is a valid password that can be used yesyes"
PORT=3001
HOST="0.0.0.0"
ORIGIN="http://localhost:8080"
```