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

bump to v2

Changed files
+2 -2
+1 -1
README.md
···
docker run -p 8080:8080 \
-e JWT_SECRET=change-me-in-production \
-v simplelink_data:/data \
-
ghcr.io/waveringana/simplelink:v1.0.2
+
ghcr.io/waveringana/simplelink:v2
```
Find the admin-setup-token pasted into the terminal output, or in admin-setup-token.txt in the container's root.
+1 -1
docker-compose.yml
···
- shortener-network
app:
-
image: ghcr.io/waveringana/simplelink:v1.0.2
+
image: ghcr.io/waveringana/simplelink:v2
container_name: shortener-app
ports:
- "8080:8080"