[PR #149] [MERGED] FreeScout template #246

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/149
Author: @aropsta
Created: 5/21/2025
Status: Merged
Merged: 5/24/2025
Merged by: @Siumauricio

Base: mainHead: add-freescout-template


📝 Commits (2)

  • 0d8438f Add FreeScout template
  • 62e08f4 Final commit. Tested and working.

📊 Changes

4 files changed (+124 additions, -29 deletions)

View changed files

blueprints/freescout/docker-compose.yml (+61 -0)
blueprints/freescout/freescout.svg (+13 -0)
blueprints/freescout/template.toml (+30 -0)
📝 meta.json (+20 -29)

📄 Description

This PR adds a FreeScout template to Dokploy Templates.

FreeScout is an open-source help desk and shared inbox system, providing a self-hosted alternative to services like HelpScout and Zendesk.

Features included in this template:

  • Support for external MySQL/MariaDB databases
  • Persistent storage for all data
  • Admin user configuration
  • Automatic HTTPS support via Dokploy

Testing Status:

  • The template has been thoroughly tested with external MySQL database
  • Installation completes successfully and the application is accessible
  • Admin user creation works properly
  • Web interface functions as expected

Important Notes:

  • FreeScout requires a MySQL/MariaDB database (PostgreSQL is not supported)
  • The database user needs full permissions on the database
  • The application will automatically set up the fresh database tables on first run

🔄 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/149 **Author:** [@aropsta](https://github.com/aropsta) **Created:** 5/21/2025 **Status:** ✅ Merged **Merged:** 5/24/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `add-freescout-template` --- ### 📝 Commits (2) - [`0d8438f`](https://github.com/Dokploy/templates/commit/0d8438fad04472ba15fb8ea61368d95849988280) Add FreeScout template - [`62e08f4`](https://github.com/Dokploy/templates/commit/62e08f42abe0582b0ddf78ecb18534c4d93bd0d7) Final commit. Tested and working. ### 📊 Changes **4 files changed** (+124 additions, -29 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/freescout/docker-compose.yml` (+61 -0) ➕ `blueprints/freescout/freescout.svg` (+13 -0) ➕ `blueprints/freescout/template.toml` (+30 -0) 📝 `meta.json` (+20 -29) </details> ### 📄 Description This PR adds a FreeScout template to Dokploy Templates. FreeScout is an open-source help desk and shared inbox system, providing a self-hosted alternative to services like HelpScout and Zendesk. Features included in this template: - Support for external MySQL/MariaDB databases - Persistent storage for all data - Admin user configuration - Automatic HTTPS support via Dokploy Testing Status: - The template has been thoroughly tested with external MySQL database - Installation completes successfully and the application is accessible - Admin user creation works properly - Web interface functions as expected Important Notes: - FreeScout requires a MySQL/MariaDB database (PostgreSQL is not supported) - The database user needs full permissions on the database - The application will automatically set up the fresh database tables on first run --- <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:33:22 -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#246