tangled
alpha
login
or
join now
nekomimi.pet
/
simplelink
A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
0
fork
atom
overview
issues
pulls
pipelines
fix readme
nekomimi.pet
11 months ago
dd85ccc9
9b9834e1
options
unified
split
Changed files
+1
-1
README.md
+1
-1
README.md
···
34
34
### From Docker
35
35
36
36
```bash
37
37
-
docker build --build-arg -t simplelink .
37
37
+
docker build -t simplelink .
38
38
docker run -p 8080:8080 \
39
39
-e JWT_SECRET=change-me-in-production \
40
40
-v simplelink_data:/data \