[PR #489] [CLOSED] Add SeaTable template #495

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/489
Author: @m2b-creator
Created: 10/29/2025
Status: Closed

Base: mainHead: add-seatable-template


📝 Commits (1)

📊 Changes

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

View changed files

blueprints/seatable/docker-compose.yml (+69 -0)
blueprints/seatable/seatable.svg (+14 -0)
blueprints/seatable/template.toml (+28 -0)
📝 meta.json (+19 -0)

📄 Description

Summary

This PR adds a new template for SeaTable, a powerful online collaborative table and information management system.

What's included

  • Docker Compose configuration with three services:
    • SeaTable server (v6.0.6)
    • MariaDB 11.8.3 (database backend)
    • Redis 8.2.2 (caching layer)
  • template.toml with Dokploy integration:
    • Domain configuration for the SeaTable service
    • Environment variables for database, Redis, and JWT configuration
    • Automatic password generation for secure secrets
  • Logo: SeaTable SVG logo
  • meta.json entry with proper metadata and tags

Key features

  • Health checks for all services
  • Persistent volumes for data storage
  • Automatic SSL/TLS through Dokploy's reverse proxy
  • Secure password generation for MariaDB and Redis
  • Proper service dependencies with health check conditions

Testing

  • Validated with node dedupe-and-sort-meta.js
  • All files follow the Dokploy templates structure
  • Docker Compose configuration tested locally

🔄 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/489 **Author:** [@m2b-creator](https://github.com/m2b-creator) **Created:** 10/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-seatable-template` --- ### 📝 Commits (1) - [`43d736f`](https://github.com/Dokploy/templates/commit/43d736f624a97ad21894fa195b44b1a80678686f) Add SeaTable template ### 📊 Changes **4 files changed** (+130 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/seatable/docker-compose.yml` (+69 -0) ➕ `blueprints/seatable/seatable.svg` (+14 -0) ➕ `blueprints/seatable/template.toml` (+28 -0) 📝 `meta.json` (+19 -0) </details> ### 📄 Description ## Summary This PR adds a new template for SeaTable, a powerful online collaborative table and information management system. ## What's included - **Docker Compose configuration** with three services: - SeaTable server (v6.0.6) - MariaDB 11.8.3 (database backend) - Redis 8.2.2 (caching layer) - **template.toml** with Dokploy integration: - Domain configuration for the SeaTable service - Environment variables for database, Redis, and JWT configuration - Automatic password generation for secure secrets - **Logo**: SeaTable SVG logo - **meta.json** entry with proper metadata and tags ## Key features - Health checks for all services - Persistent volumes for data storage - Automatic SSL/TLS through Dokploy's reverse proxy - Secure password generation for MariaDB and Redis - Proper service dependencies with health check conditions ## Testing - Validated with `node dedupe-and-sort-meta.js` - All files follow the Dokploy templates structure - Docker Compose configuration tested locally ## Related links - **Website**: https://seatable.io - **Documentation**: https://admin.seatable.io - **GitHub**: https://github.com/seatable/seatable --- <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:46 -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#495