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
··· 14 14 docker run -p 8080:8080 \ 15 15 -e JWT_SECRET=change-me-in-production \ 16 16 -v simplelink_data:/data \ 17 - ghcr.io/waveringana/simplelink:v1.0.2 17 + ghcr.io/waveringana/simplelink:v2 18 18 ``` 19 19 20 20 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
··· 19 19 - shortener-network 20 20 21 21 app: 22 - image: ghcr.io/waveringana/simplelink:v1.0.2 22 + image: ghcr.io/waveringana/simplelink:v2 23 23 container_name: shortener-app 24 24 ports: 25 25 - "8080:8080"