Simple and lightweight link saver
10K+
Simple and lightweight link saver
https://github.com/aceberg/go-LinkSaver

docker run --name linksaver \
-e "TZ=Asia/Novosibirsk" \
-v ~/.dockerdata/linksaver:/data/linksaver \
-p 8841:8841 \
aceberg/go-linksaver
Configuration can be done through config file or environment variables
| Variable | Description | Default |
|---|---|---|
| DBPATH | Path to Database | /data/linksaver/db.sqlite |
| GUIPORT | Port for web GUI | 8841 |
| THEME | Any theme name from https://bootswatch.com in lowcase | minty |
| TZ | Set your timezone for correct time | "" |
Config file path is /data/linksaver/config. All variables could be set there.
Content type
Image
Digest
sha256:6c8afd336…
Size
12.2 MB
Last updated
almost 4 years ago
docker pull aceberg/go-linksaver