Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

Packages

Contributors