[PR #703] [MERGED] Add IPFS Kubo template #5662

Closed
opened 2026-05-13 19:55:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/703
Author: @kien-ngo
Created: 2/7/2026
Status: Merged
Merged: 2/16/2026
Merged by: @Siumauricio

Base: canaryHead: ipfs-template


📝 Commits (3)

📊 Changes

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

View changed files

blueprints/ipfs/docker-compose.yml (+17 -0)
blueprints/ipfs/ipfs.svg (+1 -0)
blueprints/ipfs/template.toml (+25 -0)
📝 meta.json (+18 -0)

📄 Description

What is this PR about?

New template for IPFS (Kubo)

IPFS (InterPlanetary File System) is a peer-to-peer protocol for storing and sharing data in a distributed file system. Kubo is the earliest and most widely used implementation of IPFS, written in Go.

This template deploys a Kubo node with:

  • Gateway (port 8080) for accessing IPFS content via HTTP
  • API (port 5001) for node management and the built-in Web UI (/webui)
  • Swarm port (4001 TCP/UDP) for peer-to-peer connectivity

Links:

Checklist

Before submitting this PR, please make sure that:

N/A

Screenshots or Videos

image image image

🔄 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/703 **Author:** [@kien-ngo](https://github.com/kien-ngo) **Created:** 2/7/2026 **Status:** ✅ Merged **Merged:** 2/16/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `ipfs-template` --- ### 📝 Commits (3) - [`8795632`](https://github.com/Dokploy/templates/commit/8795632a871d2a26d3adbdf9a9e8e38b39e3abf5) Add IPFS Kubo template - [`38bcbde`](https://github.com/Dokploy/templates/commit/38bcbde57fdc0bc0370cdaebca2383141b26cdc3) Update init cmds - [`2e34f80`](https://github.com/Dokploy/templates/commit/2e34f80362a3099009214fc5c84df0385a26f2f5) Remove port forwarding ### 📊 Changes **4 files changed** (+61 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/ipfs/docker-compose.yml` (+17 -0) ➕ `blueprints/ipfs/ipfs.svg` (+1 -0) ➕ `blueprints/ipfs/template.toml` (+25 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description ## What is this PR about? New template for [IPFS (Kubo)](https://github.com/ipfs/kubo) IPFS (InterPlanetary File System) is a peer-to-peer protocol for storing and sharing data in a distributed file system. Kubo is the earliest and most widely used implementation of IPFS, written in Go. This template deploys a Kubo node with: - Gateway (port 8080) for accessing IPFS content via HTTP - API (port 5001) for node management and the built-in Web UI (`/webui`) - Swarm port (4001 TCP/UDP) for peer-to-peer connectivity **Links:** - Website: https://ipfs.tech - GitHub: https://github.com/ipfs/kubo - Docs: https://docs.ipfs.tech ## Checklist Before submitting this PR, please make sure that: - [x] I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-requirements-when-creating-a-template - [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [ ] I have added tests that demonstrate that my correction works or that my new feature works. ## Issues related (if applicable) N/A ## Screenshots or Videos <img width="2226" height="1309" alt="image" src="https://github.com/user-attachments/assets/4b2015b9-93c5-4b96-acc2-9df7a4373e63" /> <img width="2165" height="1351" alt="image" src="https://github.com/user-attachments/assets/e5fa6709-d8f5-4c7a-8f5e-1295dfee6f4c" /> <img width="449" height="454" alt="image" src="https://github.com/user-attachments/assets/68412a4b-1d78-48e8-9a38-81ed4c3572b5" /> --- <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-05-13 19:55:23 -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#5662