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
··· 16 16 -e SIMPLELINK_USER=admin@example.com \ 17 17 -e SIMPLELINK_PASS=your-secure-password \ 18 18 -v simplelink_data:/data \ 19 - ghcr.io/waveringana/simplelink:v2 19 + ghcr.io/waveringana/simplelink:v2.1 20 20 ``` 21 21 22 22 ### Environment Variables
+1 -1
docker-compose.yml
··· 19 19 - shortener-network 20 20 21 21 app: 22 - image: ghcr.io/waveringana/simplelink:v2 22 + image: ghcr.io/waveringana/simplelink:v2.1 23 23 container_name: shortener-app 24 24 ports: 25 25 - "8080:8080"