[PR #1021] [MERGED] feat: add Silex template #16329

Closed
opened 2026-07-14 23:19:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/1021
Author: @Siumauricio
Created: 7/14/2026
Status: Merged
Merged: 7/14/2026
Merged by: @Siumauricio

Base: canaryHead: feat/silex


📝 Commits (1)

📊 Changes

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

View changed files

blueprints/silex/docker-compose.yml (+20 -0)
blueprints/silex/logo.png (+0 -0)
blueprints/silex/meta.json (+17 -0)
blueprints/silex/template.toml (+13 -0)

📄 Description

Adds a template for Silex, the free/libre no-code website builder (silexlabs/Silex).

Details

  • Image: silexlabs/silex:3.7.0 (latest stable release, pushed 2026-06-16)
  • Single service listening on port 6805
  • Configured with the filesystem connectors (STORAGE_CONNECTORS=fs, HOSTING_CONNECTORS=fs,download) so it works out of the box without FTP/GitLab OAuth setup — websites are stored in the silex-storage volume and published sites in silex-hosting
  • SILEX_SESSION_SECRET is auto-generated (${password:32}), SILEX_URL is set to the assigned domain

Test evidence (deployed on hostinger.dokploy.com)

  • Deploy finished in 82s, editor returns HTTP 200 with the Silex editor UI (<title>Silex</title>, GrapesJS workspace)
  • GET /api/connector/?type=STORAGEfs-storage connector active and logged in (anonymous FS mode)
  • Functional check: PUT /api/website/?connectorId=fs-storage created a site ("Website meta saved") and it shows up in the website list, confirming the storage volume is writable and persistent

Closes #201

🤖 Generated with Claude Code


🔄 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/1021 **Author:** [@Siumauricio](https://github.com/Siumauricio) **Created:** 7/14/2026 **Status:** ✅ Merged **Merged:** 7/14/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `feat/silex` --- ### 📝 Commits (1) - [`0bfb50d`](https://github.com/Dokploy/templates/commit/0bfb50d62f3fafc87ac24cfafc3d49f5a70d2355) feat: add Silex template ### 📊 Changes **4 files changed** (+50 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/silex/docker-compose.yml` (+20 -0) ➕ `blueprints/silex/logo.png` (+0 -0) ➕ `blueprints/silex/meta.json` (+17 -0) ➕ `blueprints/silex/template.toml` (+13 -0) </details> ### 📄 Description Adds a template for [Silex](https://www.silex.me), the free/libre no-code website builder ([silexlabs/Silex](https://github.com/silexlabs/Silex)). ## Details - Image: `silexlabs/silex:3.7.0` (latest stable release, pushed 2026-06-16) - Single service listening on port 6805 - Configured with the filesystem connectors (`STORAGE_CONNECTORS=fs`, `HOSTING_CONNECTORS=fs,download`) so it works out of the box without FTP/GitLab OAuth setup — websites are stored in the `silex-storage` volume and published sites in `silex-hosting` - `SILEX_SESSION_SECRET` is auto-generated (`${password:32}`), `SILEX_URL` is set to the assigned domain ## Test evidence (deployed on hostinger.dokploy.com) - Deploy finished in 82s, editor returns HTTP 200 with the Silex editor UI (`<title>Silex</title>`, GrapesJS workspace) - `GET /api/connector/?type=STORAGE` → `fs-storage` connector active and logged in (anonymous FS mode) - Functional check: `PUT /api/website/?connectorId=fs-storage` created a site ("Website meta saved") and it shows up in the website list, confirming the storage volume is writable and persistent Closes #201 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <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-14 23:19:27 -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#16329