[PR #897] [MERGED] feat: add Snipe-IT template #15232

Closed
opened 2026-07-13 16:57:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/897
Author: @MANFIT7
Created: 5/21/2026
Status: Merged
Merged: 7/7/2026
Merged by: @Siumauricio

Base: canaryHead: add-snipe-it-template


📝 Commits (1)

  • b67039a feat: add Snipe-IT template

📊 Changes

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

View changed files

blueprints/snipe-it/docker-compose.yml (+68 -0)
blueprints/snipe-it/snipe-it.png (+0 -0)
blueprints/snipe-it/template.toml (+25 -0)
📝 meta.json (+18 -0)

📄 Description

@algora-pbc /claim #152

Closes #152

Summary

  • adds a Snipe-IT blueprint using the official snipe/snipe-it:v8.5.0 image and pinned mariadb:11.4.7 database image
  • wires Dokploy domain/env variables for APP_URL, Laravel APP_KEY, database credentials, trusted proxy settings, TLS cookies, and persistent storage
  • adds the Snipe-IT logo and meta.json entry with docs/website/GitHub links

Validation

  • node dedupe-and-sort-meta.js
  • PATH="/Applications/Codex.app/Contents/Resources:$PATH" npm run validate-template -- --dir ../blueprints/snipe-it
  • PATH="/Applications/Codex.app/Contents/Resources:$PATH" npm run validate-docker-compose -- --file ../blueprints/snipe-it/docker-compose.yml
  • git diff --check

Note: Docker is not installed in my local environment, so I could not run docker compose config locally. The repository template and compose validators both pass.


🔄 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/897 **Author:** [@MANFIT7](https://github.com/MANFIT7) **Created:** 5/21/2026 **Status:** ✅ Merged **Merged:** 7/7/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `add-snipe-it-template` --- ### 📝 Commits (1) - [`b67039a`](https://github.com/Dokploy/templates/commit/b67039ab1fd0def8a28398c7c4dec0559992bbcf) feat: add Snipe-IT template ### 📊 Changes **4 files changed** (+111 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/snipe-it/docker-compose.yml` (+68 -0) ➕ `blueprints/snipe-it/snipe-it.png` (+0 -0) ➕ `blueprints/snipe-it/template.toml` (+25 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description @algora-pbc /claim #152 Closes #152 ## Summary - adds a Snipe-IT blueprint using the official `snipe/snipe-it:v8.5.0` image and pinned `mariadb:11.4.7` database image - wires Dokploy domain/env variables for `APP_URL`, Laravel `APP_KEY`, database credentials, trusted proxy settings, TLS cookies, and persistent storage - adds the Snipe-IT logo and `meta.json` entry with docs/website/GitHub links ## Validation - `node dedupe-and-sort-meta.js` - `PATH="/Applications/Codex.app/Contents/Resources:$PATH" npm run validate-template -- --dir ../blueprints/snipe-it` - `PATH="/Applications/Codex.app/Contents/Resources:$PATH" npm run validate-docker-compose -- --file ../blueprints/snipe-it/docker-compose.yml` - `git diff --check` Note: Docker is not installed in my local environment, so I could not run `docker compose config` locally. The repository template and compose validators both pass. --- <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-13 16:57:17 -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#15232