mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 14:52:05 -05:00
[PR #1021] [MERGED] feat: add Silex template #16329
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
canary← Head:feat/silex📝 Commits (1)
0bfb50dfeat: add Silex template📊 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
silexlabs/silex:3.7.0(latest stable release, pushed 2026-06-16)STORAGE_CONNECTORS=fs,HOSTING_CONNECTORS=fs,download) so it works out of the box without FTP/GitLab OAuth setup — websites are stored in thesilex-storagevolume and published sites insilex-hostingSILEX_SESSION_SECRETis auto-generated (${password:32}),SILEX_URLis set to the assigned domainTest evidence (deployed on hostinger.dokploy.com)
<title>Silex</title>, GrapesJS workspace)GET /api/connector/?type=STORAGE→fs-storageconnector active and logged in (anonymous FS mode)PUT /api/website/?connectorId=fs-storagecreated a site ("Website meta saved") and it shows up in the website list, confirming the storage volume is writable and persistentCloses #201
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.