# LinkLog 0.1.1 LinkLog is a Firefox extension and Python web service for saving links with a title, comment, timestamp, and tracking parameters removed. The service stores links in SQLite and can publish them through plugins, including Mastodon. ## Docker Container The current backend/container version is 0.1.1. Pull it from the Gitea container registry: ```sh docker pull git.kolkman.org/olaf/link-log:0.1.1 ``` The same image is also published as: ```sh docker pull git.kolkman.org/olaf/link-log:latest ``` The developer version of the backend is always published as git.kolkman.org/olaf/link-log:latest, which may be ahead of the current release version and may be unstable. Additional information about the backend can be found in the [README](https://git.kolkman.org/olaf/Link-Log/src/branch/main/backend/README.md). ## Firefox Extension The current signed Firefox plugin version, compatible with this version of the backend, is 0.1.0. Download it from the raw repository artifact: https://git.kolkman.org/olaf/Link-Log/raw/branch/main/XPI/signed/LinkLog-0.1.0.xpi