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-linksaverConfiguration 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.
- All go packages listed in dependencies
- Bootstrap
- Themes: Free themes for Bootstrap


