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

Bump

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