[PR #887] feat: add NodeLink template #13391

Open
opened 2026-06-15 13:14:10 -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: 🔄 Open

Base: canaryHead: codex/add-nodelink-template


📝 Commits (1)

  • 79c38c5 feat: add NodeLink template

📊 Changes

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

View changed files

blueprints/nodelink/docker-compose.yml (+36 -0)
blueprints/nodelink/nodelink.svg (+6 -0)
blueprints/nodelink/template.toml (+45 -0)
📝 meta.json (+18 -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:** 🔄 Open **Base:** `canary` ← **Head:** `codex/add-nodelink-template` --- ### 📝 Commits (1) - [`79c38c5`](https://github.com/Dokploy/templates/commit/79c38c58368d4eebd9259704490b60bd870526f2) feat: add NodeLink template ### 📊 Changes **4 files changed** (+105 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/nodelink/docker-compose.yml` (+36 -0) ➕ `blueprints/nodelink/nodelink.svg` (+6 -0) ➕ `blueprints/nodelink/template.toml` (+45 -0) 📝 `meta.json` (+18 -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-06-15 13:14:10 -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#13391