Linkdinger

Linkdinger

Docker app from dbv's Repository

Overview

Telegram bot that saves links straight to your Linkding bookmark manager. Send the bot a URL to bookmark it, add tags with hashtags, attach notes, and search your bookmarks without leaving Telegram. Requires a running Linkding instance and a Telegram bot token from @BotFather. The bot is headless: no web UI, no ports, no storage — all data lives in Linkding.

UnRAID Templates

Docker templates for UnRAID Community Applications, maintained by dbvcode.

Each template packages an existing upstream Docker image for UnRAID — nothing is forked or rebuilt here. Templates pin a specific upstream release (never :latest); the tag is bumped after each upstream release is reviewed.

Applications

App Description Upstream
Linkdinger Telegram bot that saves links straight to your Linkding bookmark manager lmmendes/linkdinger

Install

Via Community Applications (once listed): search for the app name in the Apps tab.

Manually: copy the app's XML from templates/ to /boot/config/plugins/dockerMan/templates-user/ on your UnRAID flash drive, then go to Docker → Add Container and pick it from the template dropdown.

Linkdinger

You need:

  • A running Linkding instance (also available in Community Applications).
  • A Telegram bot token from @BotFather (/newbot).
  • A Linkding API token (Settings → Integrations → REST API).

The bot is headless: no web UI, no ports, no volumes. All bookmarks live in Linkding.

Bot can't reach Linkding, but the URL is right? If Linkding runs on br0 (its own LAN IP), UnRAID blocks traffic between the default bridge network and br0 containers. Either run Linkdinger on br0 too, or enable Host access to custom networks in Settings → Docker.

Support

  • App problems (crashes, features, upstream behavior): the app's upstream issue tracker.
  • Template problems (fields, install on UnRAID): open an issue here.

License

Templates in this repository are MIT licensed. Each packaged application keeps its own upstream license.

Install Linkdinger on Unraid in a few clicks.

Find Linkdinger in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Linkdinger Review the template variables and paths Click Install

Download Statistics

1,347
Total Downloads

Related apps

Details

Repository
ghcr.io/lmmendes/linkdinger:1.0.5
Last Updated2026-03-26
First Seen2026-07-28

Runtime arguments

Network
bridge
Shell
sh
Privileged
false

Template configuration

Telegram Bot TokenVariable

Bot token from @BotFather on Telegram. Open a chat with @BotFather, send /newbot and follow the steps to get one.

Target
LINKDING_TELEGRAM_BOT_TOKEN
Linkding URLVariable

Full URL of your Linkding instance, e.g. http://192.168.1.10:9090 or https://linkding.example.com. If Linkding runs on br0 (its own LAN IP), this container cannot reach it from the default bridge network: either set this container's Network Type to br0 as well, or enable 'Host access to custom networks' in Docker settings.

Target
LINKDING_URL
Linkding API TokenVariable

API token from Linkding: log in, then Settings > Integrations > REST API.

Target
LINKDING_API_TOKEN
Allowed Telegram UsersVariable

Optional. Comma-separated Telegram user IDs allowed to use the bot (get yours from @userinfobot). Leave empty to allow anyone who finds the bot.

Target
LINKDING_ALLOWED_USERS