All apps · 0 apps
Linkdinger
Docker app from dbv's Repository
Overview
Readme
View on GitHubUnRAID 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.
Categories
Download Statistics
Related apps
Explore more like this
Explore allDetails
ghcr.io/lmmendes/linkdinger:1.0.5Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
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
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
API token from Linkding: log in, then Settings > Integrations > REST API.
- Target
- LINKDING_API_TOKEN
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