A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.

Bump to v2.1

Changed files
+2 -2
+1 -1
README.md
···
-e SIMPLELINK_USER=admin@example.com \
-e SIMPLELINK_PASS=your-secure-password \
-v simplelink_data:/data \
-
ghcr.io/waveringana/simplelink:v2
+
ghcr.io/waveringana/simplelink:v2.1
```
### Environment Variables
+1 -1
docker-compose.yml
···
- shortener-network
app:
-
image: ghcr.io/waveringana/simplelink:v2
+
image: ghcr.io/waveringana/simplelink:v2.1
container_name: shortener-app
ports:
- "8080:8080"