mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
[PR #654] [CLOSED] Add LinknLink Template with Docker Compose and Metadata #12277
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/654
Author: @sonmezerekrem
Created: 1/15/2026
Status: ❌ Closed
Base:
canary← Head:add-linknlink-template📝 Commits (1)
201e76afeat: add LinknLink template with Docker Compose and metadata📊 Changes
4 files changed (+88 additions, -0 deletions)
View changed files
➕
blueprints/linknlink/docker-compose.yml(+42 -0)➕
blueprints/linknlink/linknlink.svg(+4 -0)➕
blueprints/linknlink/template.toml(+24 -0)📝
meta.json(+18 -0)📄 Description
What is this PR about?
New PR of LinknLink
Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
Close automatically the related issues using the keywords:
closes #ISSUE_NUMBERScreenshots or Videos
https://github.com/sonmezerekrem/linknlink
Greptile Summary
Added a new LinknLink template for a self-hosted link management application. The template includes a two-service architecture with PocketBase backend and Next.js frontend, both using container images from the author's GitHub Container Registry. The docker-compose configuration follows Dokploy conventions by using
exposeinstead ofports, avoidingcontainer_nameandnetworks, and including proper restart policies and volume mounts. The template.toml correctly configures domain routing to the frontend service and defines all necessary environment variables with appropriate Dokploy helpers (${domain},${email},${password:32}). The meta.json entry is properly structured with all required fields and positioned alphabetically between "linkding" and "linkstack" entries.Confidence Score: 4/5
Last reviewed commit:
201e76a(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used:
dashboard- AGENTS.md (source)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.