[PR #51] [MERGED] Add Ackee blueprint with Docker Compose and configuration files #188

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/51
Author: @Siumauricio
Created: 3/30/2025
Status: Merged
Merged: 3/31/2025
Merged by: @Siumauricio

Base: mainHead: feat/bulk-templates


📝 Commits (10+)

  • 722ce8c Add Ackee blueprint with Docker Compose and configuration files
  • 187108f Add Ackee entry to meta.json with relevant details and links
  • 2b6d0cb Add MongoDB root password variable to Ackee template.toml
  • 996600b Update Ackee Docker Compose to include MongoDB data volume
  • 60c1c62 Refactor README and Ackee template.toml to use TOML format
  • 720ca72 Add AdGuard Home blueprint with Docker Compose and metadata
  • f2b6b3f Reintroduce AdGuard Home entry in meta.json
  • ee91373 Update AdGuard Home template.toml to streamline configuration
  • a679656 Add blueprints for Adminer, Affine Pro, and AllTube with Docker Compose and metadata
  • df67a6f Add blueprints for Ampache, AnythingLLM, Apprise API, and ArangoDB with Docker Compose and metadata

📊 Changes

119 files changed (+2496 additions, -11 deletions)

View changed files

📝 README.md (+14 -11)
blueprints/ackee/docker-compose.yml (+23 -0)
blueprints/ackee/logo.png (+0 -0)
blueprints/ackee/template.toml (+18 -0)
blueprints/adguardhome/docker-compose.yml (+21 -0)
blueprints/adguardhome/logo.svg (+20 -0)
blueprints/adguardhome/template.toml (+12 -0)
blueprints/adminer/docker-compose.yml (+7 -0)
blueprints/adminer/logo.svg (+42 -0)
blueprints/adminer/template.toml (+8 -0)
blueprints/affinepro/docker-compose.yml (+65 -0)
blueprints/affinepro/logo.png (+0 -0)
blueprints/affinepro/template.toml (+25 -0)
blueprints/alltube/docker-compose.yml (+12 -0)
blueprints/alltube/logo.png (+0 -0)
blueprints/alltube/template.toml (+18 -0)
blueprints/ampache/docker-compose.yml (+17 -0)
blueprints/ampache/logo.png (+0 -0)
blueprints/ampache/template.toml (+12 -0)
blueprints/anonupload/docker-compose.yml (+16 -0)

...and 80 more files

📄 Description

  • Introduced Docker Compose setup for Ackee service and MongoDB.
  • Added logo for Ackee.
  • Created template.toml for Ackee configuration with default variables.

🔄 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/51 **Author:** [@Siumauricio](https://github.com/Siumauricio) **Created:** 3/30/2025 **Status:** ✅ Merged **Merged:** 3/31/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `feat/bulk-templates` --- ### 📝 Commits (10+) - [`722ce8c`](https://github.com/Dokploy/templates/commit/722ce8ca2e5f49b4e13ba6a38338a679876e186c) Add Ackee blueprint with Docker Compose and configuration files - [`187108f`](https://github.com/Dokploy/templates/commit/187108f0e77ef64e9293145912b6230ae2e0551e) Add Ackee entry to meta.json with relevant details and links - [`2b6d0cb`](https://github.com/Dokploy/templates/commit/2b6d0cb69402dabf520f38de6941714737889ac7) Add MongoDB root password variable to Ackee template.toml - [`996600b`](https://github.com/Dokploy/templates/commit/996600bf55520c6851d0498d8e2b0bb4b329c222) Update Ackee Docker Compose to include MongoDB data volume - [`60c1c62`](https://github.com/Dokploy/templates/commit/60c1c62264610b7aa19717c788a7e8c91d48b9da) Refactor README and Ackee template.toml to use TOML format - [`720ca72`](https://github.com/Dokploy/templates/commit/720ca72c0a82ab74f5ac9b7f2d3265034b0f88b9) Add AdGuard Home blueprint with Docker Compose and metadata - [`f2b6b3f`](https://github.com/Dokploy/templates/commit/f2b6b3fa108bc2b563f9c683f085c3aee854bcec) Reintroduce AdGuard Home entry in meta.json - [`ee91373`](https://github.com/Dokploy/templates/commit/ee91373ea7ab7b5c161c025d832885bc9d4e225b) Update AdGuard Home template.toml to streamline configuration - [`a679656`](https://github.com/Dokploy/templates/commit/a67965698798927f6e3fdfe188f197cb97b426f4) Add blueprints for Adminer, Affine Pro, and AllTube with Docker Compose and metadata - [`df67a6f`](https://github.com/Dokploy/templates/commit/df67a6f8720060c41aa3830a79ea8a214f156293) Add blueprints for Ampache, AnythingLLM, Apprise API, and ArangoDB with Docker Compose and metadata ### 📊 Changes **119 files changed** (+2496 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+14 -11) ➕ `blueprints/ackee/docker-compose.yml` (+23 -0) ➕ `blueprints/ackee/logo.png` (+0 -0) ➕ `blueprints/ackee/template.toml` (+18 -0) ➕ `blueprints/adguardhome/docker-compose.yml` (+21 -0) ➕ `blueprints/adguardhome/logo.svg` (+20 -0) ➕ `blueprints/adguardhome/template.toml` (+12 -0) ➕ `blueprints/adminer/docker-compose.yml` (+7 -0) ➕ `blueprints/adminer/logo.svg` (+42 -0) ➕ `blueprints/adminer/template.toml` (+8 -0) ➕ `blueprints/affinepro/docker-compose.yml` (+65 -0) ➕ `blueprints/affinepro/logo.png` (+0 -0) ➕ `blueprints/affinepro/template.toml` (+25 -0) ➕ `blueprints/alltube/docker-compose.yml` (+12 -0) ➕ `blueprints/alltube/logo.png` (+0 -0) ➕ `blueprints/alltube/template.toml` (+18 -0) ➕ `blueprints/ampache/docker-compose.yml` (+17 -0) ➕ `blueprints/ampache/logo.png` (+0 -0) ➕ `blueprints/ampache/template.toml` (+12 -0) ➕ `blueprints/anonupload/docker-compose.yml` (+16 -0) _...and 80 more files_ </details> ### 📄 Description - Introduced Docker Compose setup for Ackee service and MongoDB. - Added logo for Ackee. - Created template.toml for Ackee configuration with default variables. --- <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:32:09 -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#188