[PR #475] [MERGED] feat(upsnap): add blueprint for Upsnap network monitor #484

Closed
opened 2025-11-22 20:39:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/475
Author: @jaainil
Created: 10/24/2025
Status: Merged
Merged: 10/25/2025
Merged by: @Siumauricio

Base: mainHead: adding-UpSnap


📝 Commits (1)

  • 1005ab7 feat(upsnap): add blueprint for Upsnap network monitor

📊 Changes

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

View changed files

blueprints/upsnap/docker-compose.yml (+24 -0)
blueprints/upsnap/template.toml (+23 -0)
blueprints/upsnap/upsnap.svg (+114 -0)
📝 meta.json (+18 -0)

📄 Description

What is this PR about?

New PR of Upsnap

  • Add docker-compose.yml for containerized deployment with health checks and environment variables
  • Include template.toml with configuration variables, domain settings, and mount points
  • Add upsnap.svg icon for the service visualization

This commit introduces a complete blueprint to simplify deployment of the Upsnap network monitoring tool using Docker.

Checklist

Before submitting this PR, please make sure that:


🔄 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/475 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 10/24/2025 **Status:** ✅ Merged **Merged:** 10/25/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `adding-UpSnap` --- ### 📝 Commits (1) - [`1005ab7`](https://github.com/Dokploy/templates/commit/1005ab733f430b92dc20eebb5df8c4431d37ea63) feat(upsnap): add blueprint for Upsnap network monitor ### 📊 Changes **4 files changed** (+179 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/upsnap/docker-compose.yml` (+24 -0) ➕ `blueprints/upsnap/template.toml` (+23 -0) ➕ `blueprints/upsnap/upsnap.svg` (+114 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description ## What is this PR about? New PR of Upsnap - Add docker-compose.yml for containerized deployment with health checks and environment variables - Include template.toml with configuration variables, domain settings, and mount points - Add upsnap.svg icon for the service visualization This commit introduces a complete blueprint to simplify deployment of the Upsnap network monitoring tool using Docker. ## 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-suggestions-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. - [x] I have added tests that demonstrate that my correction works or that my new feature works. --- <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 2025-11-22 20:39:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#484