[PR #887] [MERGED] feat: add NodeLink template #16204

Closed
opened 2026-07-14 23:13:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/887
Author: @BinkyTwin
Created: 5/20/2026
Status: Merged
Merged: 7/8/2026
Merged by: @Siumauricio

Base: canaryHead: codex/add-nodelink-template


📝 Commits (3)

  • 79c38c5 feat: add NodeLink template
  • cbc0a9f Merge remote-tracking branch 'origin/canary' into codex/add-nodelink-template
  • ef8071e fix: send Authorization header in NodeLink healthcheck

📊 Changes

4 files changed (+105 additions, -0 deletions)

View changed files

blueprints/nodelink/docker-compose.yml (+36 -0)
blueprints/nodelink/meta.json (+18 -0)
blueprints/nodelink/nodelink.svg (+6 -0)
blueprints/nodelink/template.toml (+45 -0)

📄 Description

Summary

  • add a NodeLink template backed by the official 3.8.0 Docker image
  • configure Dokploy domain routing, generated server password, persistent cache/local music/log volumes
  • add README mount, SVG logo, and metadata entry

/claim #152
Closes #697

Validation

  • node dedupe-and-sort-meta.js
  • node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-template.ts --dir blueprints/nodelink
  • node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-docker-compose.ts --file blueprints/nodelink/docker-compose.yml
  • NODELINK_SERVER_PASSWORD=dummy-password NODELINK_LOGGING_LEVEL=info NODELINK_LOGGING_FILE_ENABLED=false NODELINK_SOURCES_LOCAL_ENABLED=false NODELINK_METRICS_ENABLED=false docker compose -f blueprints/nodelink/docker-compose.yml config
  • git diff --check

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/887 **Author:** [@BinkyTwin](https://github.com/BinkyTwin) **Created:** 5/20/2026 **Status:** ✅ Merged **Merged:** 7/8/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `codex/add-nodelink-template` --- ### 📝 Commits (3) - [`79c38c5`](https://github.com/Dokploy/templates/commit/79c38c58368d4eebd9259704490b60bd870526f2) feat: add NodeLink template - [`cbc0a9f`](https://github.com/Dokploy/templates/commit/cbc0a9f242fd4229830a3f40d4d9ceebfdba0598) Merge remote-tracking branch 'origin/canary' into codex/add-nodelink-template - [`ef8071e`](https://github.com/Dokploy/templates/commit/ef8071e5ffae0b31beeb7c779d6a710b09183a3f) fix: send Authorization header in NodeLink healthcheck ### 📊 Changes **4 files changed** (+105 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/nodelink/docker-compose.yml` (+36 -0) ➕ `blueprints/nodelink/meta.json` (+18 -0) ➕ `blueprints/nodelink/nodelink.svg` (+6 -0) ➕ `blueprints/nodelink/template.toml` (+45 -0) </details> ### 📄 Description ## Summary - add a NodeLink template backed by the official 3.8.0 Docker image - configure Dokploy domain routing, generated server password, persistent cache/local music/log volumes - add README mount, SVG logo, and metadata entry /claim #152 Closes #697 ## Validation - node dedupe-and-sort-meta.js - node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-template.ts --dir blueprints/nodelink - node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-docker-compose.ts --file blueprints/nodelink/docker-compose.yml - NODELINK_SERVER_PASSWORD=dummy-password NODELINK_LOGGING_LEVEL=info NODELINK_LOGGING_FILE_ENABLED=false NODELINK_SOURCES_LOCAL_ENABLED=false NODELINK_METRICS_ENABLED=false docker compose -f blueprints/nodelink/docker-compose.yml config - git diff --check --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-14 23:13:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#16204