Jakub Krzyżanowski
08d87d8a90
feat: add struxa template ( #1037 )
...
* feat: add struxa template
Adds a Dokploy blueprint for Struxa (github.com/struxadotcloud/struxa),
a self-hosted, open-source server management panel. Deploys the
published GHCR images (dashboard, watchkeeper, migrate) plus MySQL
and MinIO sidecars. The web service generates its RS256 JWT keypair
at startup via Node's built-in crypto module, since no Dokploy
template helper covers RSA key generation.
* fix: pin struxa images to latest floating tag
struxa's release workflow pushes a latest floating tag alongside
version tags on every stable release, matching the convention used
by ~44% of existing blueprints (version: "latest" in meta.json).
* fix: generate a 64-char DATABASE_ENCRYPTION_KEY
Dokploy's runtime \${hash:N} helper produces N hex characters, not N
bytes (the templates repo's local preview helpers.ts models it as
byte count, which is inconsistent with the platform). struxa's env
schema requires DATABASE_ENCRYPTION_KEY to be >=64 chars (it's hex
decoded to a 32-byte AES-256 key), so \${hash:32} only produced half
the required length. Confirmed against other blueprints (sim,
chatwoot, outline) which all use \${hash:64} for 64-char secrets.
* fix: address Copilot review comments
- Add explicit \`version: "3.8"\` to docker-compose.yml, matching the
documented template format.
- Pin minio/minio to a specific RELEASE tag (used elsewhere in the
repo: plane, posthog) instead of the floating latest tag.
- Default BETTER_AUTH_URL/APP_URL/CORS_ORIGIN to http://, matching
repo convention for Dokploy-fronted apps (TLS terminates at the
proxy).
* fix: rename web service to struxa
AGENTS.md convention: the primary Docker service name should match
the blueprint folder name. Renamed the web/dashboard service from
"web" to "struxa" in docker-compose.yml and updated
template.toml's config.domains.serviceName to match.
2026-07-19 19:19:42 -06:00
..
2026-07-14 12:04:30 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 21:04:58 +03:00
2026-07-14 10:55:42 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 21:04:58 +03:00
2026-07-08 11:00:56 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:11:39 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 11:28:22 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 21:04:58 +03:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 21:04:58 +03:00
2026-07-08 21:04:58 +03:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 16:24:32 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 13:37:16 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:16:26 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 21:04:58 +03:00
2026-07-19 19:11:40 -06:00
2026-07-19 19:11:40 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:54:56 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 10:55:57 -06:00
2026-07-08 01:37:50 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 16:41:48 -07:00
2026-07-07 23:58:10 -06:00
2026-07-14 11:36:03 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 12:29:15 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 21:04:58 +03:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:10:02 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 01:11:26 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:44:14 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-14 11:38:27 -06:00
2026-07-08 01:41:12 -06:00
2026-07-08 01:41:12 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 01:00:34 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 00:05:34 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 13:53:41 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 00:05:15 -06:00
2026-07-08 03:03:58 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 11:11:25 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:20:36 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:54:56 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 00:45:53 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 10:58:33 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:54:56 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 01:13:53 -06:00
2026-07-14 11:19:38 -06:00
2026-07-14 11:30:46 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-08 02:54:56 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 00:05:19 -06:00
2026-07-14 10:56:19 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 03:03:58 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:54:56 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 03:03:58 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 11:04:17 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 12:03:04 -06:00
2026-07-07 23:58:10 -06:00
2026-07-16 17:50:39 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 13:47:42 -06:00
2026-07-08 03:03:58 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 21:04:58 +03:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 01:13:53 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 11:55:53 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:50:24 -06:00
2026-07-08 21:04:58 +03:00
2026-07-07 23:58:10 -06:00
2026-07-14 16:15:50 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 11:58:34 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 01:49:54 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-16 17:46:15 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-13 23:25:21 +02:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 11:53:37 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 14:06:04 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 01:54:04 -06:00
2026-07-08 00:05:19 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 01:55:26 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 21:04:58 +03:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 11:47:20 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 01:26:27 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 20:09:23 +03:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 11:36:03 -06:00
2026-07-14 15:50:16 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:05:00 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:54:56 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 21:04:58 +03:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 11:39:58 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 00:05:19 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:26:08 -06:00
2026-07-14 11:30:07 -06:00
2026-07-14 13:19:16 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 12:41:18 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 13:30:17 -06:00
2026-07-08 02:54:56 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 13:10:56 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:19:42 -06:00
2026-07-14 12:04:30 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 12:12:24 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:09:19 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 00:31:53 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 01:55:38 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 13:57:21 -06:00
2026-07-14 12:04:30 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 11:00:56 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 02:00:49 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 11:00:56 -06:00
2026-07-19 19:11:40 -06:00
2026-07-08 00:05:34 -06:00
2026-07-07 23:58:10 -06:00
2026-07-08 00:05:19 -06:00
2026-07-08 01:37:02 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 12:07:41 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-14 11:55:19 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-07 23:58:10 -06:00
2026-07-19 19:11:40 -06:00
2026-07-14 11:12:30 -06:00
2026-07-08 01:24:58 -06:00