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.
| App | Description | Upstream |
|---|---|---|
| Linkdinger | Telegram bot that saves links straight to your Linkding bookmark manager | lmmendes/linkdinger |
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.
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.
- App problems (crashes, features, upstream behavior): the app's upstream issue tracker.
- Template problems (fields, install on UnRAID): open an issue here.
Templates in this repository are MIT licensed. Each packaged application keeps its own upstream license.