@better-openclaw/core 1.0.24 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. package/dist/addon-stack.cjs +725 -0
  2. package/dist/addon-stack.cjs.map +1 -0
  3. package/dist/addon-stack.d.cts +23 -0
  4. package/dist/addon-stack.d.cts.map +1 -0
  5. package/dist/addon-stack.d.mts +23 -0
  6. package/dist/addon-stack.d.mts.map +1 -0
  7. package/dist/addon-stack.mjs +723 -0
  8. package/dist/addon-stack.mjs.map +1 -0
  9. package/dist/addon-stack.test.cjs +461 -0
  10. package/dist/addon-stack.test.cjs.map +1 -0
  11. package/dist/addon-stack.test.d.cts +1 -0
  12. package/dist/addon-stack.test.d.mts +1 -0
  13. package/dist/addon-stack.test.mjs +461 -0
  14. package/dist/addon-stack.test.mjs.map +1 -0
  15. package/dist/bare-metal-partition.test.cjs +20 -20
  16. package/dist/bare-metal-partition.test.cjs.map +1 -1
  17. package/dist/bare-metal-partition.test.mjs +2 -2
  18. package/dist/compose-validation.test.cjs +1 -1
  19. package/dist/composer.cjs +5 -1
  20. package/dist/composer.cjs.map +1 -1
  21. package/dist/composer.d.cts +24 -1
  22. package/dist/composer.d.cts.map +1 -1
  23. package/dist/composer.d.mts +24 -1
  24. package/dist/composer.d.mts.map +1 -1
  25. package/dist/composer.mjs +1 -1
  26. package/dist/composer.mjs.map +1 -1
  27. package/dist/composer.snapshot.test.cjs +20 -20
  28. package/dist/composer.snapshot.test.cjs.map +1 -1
  29. package/dist/composer.snapshot.test.mjs +2 -2
  30. package/dist/composer.test.cjs +54 -54
  31. package/dist/composer.test.cjs.map +1 -1
  32. package/dist/composer.test.mjs +2 -2
  33. package/dist/deployers/strip-host-ports.cjs +1 -1
  34. package/dist/deployers/strip-host-ports.test.cjs +26 -26
  35. package/dist/deployers/strip-host-ports.test.cjs.map +1 -1
  36. package/dist/deployers/strip-host-ports.test.mjs +1 -1
  37. package/dist/generate.cjs +3 -3
  38. package/dist/generate.mjs +3 -3
  39. package/dist/generate.test.cjs +56 -56
  40. package/dist/generate.test.cjs.map +1 -1
  41. package/dist/generate.test.mjs +1 -1
  42. package/dist/generators/bare-metal-install.test.cjs +18 -18
  43. package/dist/generators/bare-metal-install.test.cjs.map +1 -1
  44. package/dist/generators/bare-metal-install.test.mjs +1 -1
  45. package/dist/generators/caddy.test.cjs +13 -13
  46. package/dist/generators/caddy.test.cjs.map +1 -1
  47. package/dist/generators/caddy.test.mjs +1 -1
  48. package/dist/generators/clone-repos.test.cjs +27 -27
  49. package/dist/generators/clone-repos.test.cjs.map +1 -1
  50. package/dist/generators/clone-repos.test.mjs +1 -1
  51. package/dist/generators/env.cjs +1 -1
  52. package/dist/generators/env.test.cjs +17 -17
  53. package/dist/generators/env.test.cjs.map +1 -1
  54. package/dist/generators/env.test.mjs +1 -1
  55. package/dist/generators/health-check.test.cjs +39 -39
  56. package/dist/generators/health-check.test.cjs.map +1 -1
  57. package/dist/generators/health-check.test.mjs +1 -1
  58. package/dist/generators/postgres-init.cjs +5 -0
  59. package/dist/generators/postgres-init.cjs.map +1 -1
  60. package/dist/generators/postgres-init.d.cts.map +1 -1
  61. package/dist/generators/postgres-init.d.mts.map +1 -1
  62. package/dist/generators/postgres-init.mjs +5 -0
  63. package/dist/generators/postgres-init.mjs.map +1 -1
  64. package/dist/generators/scripts.test.cjs +39 -39
  65. package/dist/generators/scripts.test.cjs.map +1 -1
  66. package/dist/generators/scripts.test.mjs +1 -1
  67. package/dist/generators/skills.cjs +1 -1
  68. package/dist/generators/skills.d.cts.map +1 -1
  69. package/dist/generators/skills.d.mts.map +1 -1
  70. package/dist/generators/skills.mjs +141 -0
  71. package/dist/generators/skills.mjs.map +1 -1
  72. package/dist/generators/traefik.test.cjs +32 -32
  73. package/dist/generators/traefik.test.cjs.map +1 -1
  74. package/dist/generators/traefik.test.mjs +1 -1
  75. package/dist/index.cjs +21 -5
  76. package/dist/index.d.cts +5 -4
  77. package/dist/index.d.mts +5 -4
  78. package/dist/index.mjs +7 -6
  79. package/dist/migrations.test.cjs +16 -16
  80. package/dist/migrations.test.cjs.map +1 -1
  81. package/dist/migrations.test.mjs +1 -1
  82. package/dist/presets/presets.test.cjs +1 -1
  83. package/dist/presets/registry.test.cjs +14 -14
  84. package/dist/presets/registry.test.cjs.map +1 -1
  85. package/dist/presets/registry.test.mjs +1 -1
  86. package/dist/resolver.test.cjs +95 -95
  87. package/dist/resolver.test.cjs.map +1 -1
  88. package/dist/resolver.test.mjs +1 -1
  89. package/dist/{schema-eX44HhRp.d.mts → schema-BQnZrcw8.d.cts} +300 -2
  90. package/dist/schema-BQnZrcw8.d.cts.map +1 -0
  91. package/dist/{schema-tn5RK8CM.d.cts → schema-SBpL0bdI.d.mts} +300 -2
  92. package/dist/schema-SBpL0bdI.d.mts.map +1 -0
  93. package/dist/schema.cjs +148 -2
  94. package/dist/schema.cjs.map +1 -1
  95. package/dist/schema.d.cts +2 -2
  96. package/dist/schema.d.mts +2 -2
  97. package/dist/schema.mjs +139 -2
  98. package/dist/schema.mjs.map +1 -1
  99. package/dist/schema.test.cjs +86 -86
  100. package/dist/schema.test.cjs.map +1 -1
  101. package/dist/schema.test.mjs +1 -1
  102. package/dist/services/definitions/browserless.cjs +4 -1
  103. package/dist/services/definitions/browserless.cjs.map +1 -1
  104. package/dist/services/definitions/browserless.mjs +4 -1
  105. package/dist/services/definitions/browserless.mjs.map +1 -1
  106. package/dist/services/definitions/burnlink.cjs +142 -0
  107. package/dist/services/definitions/burnlink.cjs.map +1 -0
  108. package/dist/services/definitions/burnlink.d.cts +7 -0
  109. package/dist/services/definitions/burnlink.d.cts.map +1 -0
  110. package/dist/services/definitions/burnlink.d.mts +7 -0
  111. package/dist/services/definitions/burnlink.d.mts.map +1 -0
  112. package/dist/services/definitions/burnlink.mjs +141 -0
  113. package/dist/services/definitions/burnlink.mjs.map +1 -0
  114. package/dist/services/definitions/convex.cjs +43 -1
  115. package/dist/services/definitions/convex.cjs.map +1 -1
  116. package/dist/services/definitions/convex.mjs +43 -1
  117. package/dist/services/definitions/convex.mjs.map +1 -1
  118. package/dist/services/definitions/grafana.cjs +11 -1
  119. package/dist/services/definitions/grafana.cjs.map +1 -1
  120. package/dist/services/definitions/grafana.mjs +11 -1
  121. package/dist/services/definitions/grafana.mjs.map +1 -1
  122. package/dist/services/definitions/hindsight.cjs +130 -0
  123. package/dist/services/definitions/hindsight.cjs.map +1 -0
  124. package/dist/services/definitions/hindsight.d.cts +7 -0
  125. package/dist/services/definitions/hindsight.d.cts.map +1 -0
  126. package/dist/services/definitions/hindsight.d.mts +7 -0
  127. package/dist/services/definitions/hindsight.d.mts.map +1 -0
  128. package/dist/services/definitions/hindsight.mjs +129 -0
  129. package/dist/services/definitions/hindsight.mjs.map +1 -0
  130. package/dist/services/definitions/index.cjs +9 -0
  131. package/dist/services/definitions/index.cjs.map +1 -1
  132. package/dist/services/definitions/index.d.cts +4 -1
  133. package/dist/services/definitions/index.d.cts.map +1 -1
  134. package/dist/services/definitions/index.d.mts +4 -1
  135. package/dist/services/definitions/index.d.mts.map +1 -1
  136. package/dist/services/definitions/index.mjs +7 -1
  137. package/dist/services/definitions/index.mjs.map +1 -1
  138. package/dist/services/definitions/meilisearch.cjs +11 -1
  139. package/dist/services/definitions/meilisearch.cjs.map +1 -1
  140. package/dist/services/definitions/meilisearch.mjs +11 -1
  141. package/dist/services/definitions/meilisearch.mjs.map +1 -1
  142. package/dist/services/definitions/minio.cjs +3 -1
  143. package/dist/services/definitions/minio.cjs.map +1 -1
  144. package/dist/services/definitions/minio.mjs +3 -1
  145. package/dist/services/definitions/minio.mjs.map +1 -1
  146. package/dist/services/definitions/n8n.cjs +11 -1
  147. package/dist/services/definitions/n8n.cjs.map +1 -1
  148. package/dist/services/definitions/n8n.mjs +11 -1
  149. package/dist/services/definitions/n8n.mjs.map +1 -1
  150. package/dist/services/definitions/ollama.cjs +3 -1
  151. package/dist/services/definitions/ollama.cjs.map +1 -1
  152. package/dist/services/definitions/ollama.mjs +3 -1
  153. package/dist/services/definitions/ollama.mjs.map +1 -1
  154. package/dist/services/definitions/opensandbox.cjs +149 -0
  155. package/dist/services/definitions/opensandbox.cjs.map +1 -0
  156. package/dist/services/definitions/opensandbox.d.cts +7 -0
  157. package/dist/services/definitions/opensandbox.d.cts.map +1 -0
  158. package/dist/services/definitions/opensandbox.d.mts +7 -0
  159. package/dist/services/definitions/opensandbox.d.mts.map +1 -0
  160. package/dist/services/definitions/opensandbox.mjs +148 -0
  161. package/dist/services/definitions/opensandbox.mjs.map +1 -0
  162. package/dist/services/definitions/qdrant.cjs +3 -1
  163. package/dist/services/definitions/qdrant.cjs.map +1 -1
  164. package/dist/services/definitions/qdrant.mjs +3 -1
  165. package/dist/services/definitions/qdrant.mjs.map +1 -1
  166. package/dist/services/definitions/searxng.cjs +8 -1
  167. package/dist/services/definitions/searxng.cjs.map +1 -1
  168. package/dist/services/definitions/searxng.mjs +8 -1
  169. package/dist/services/definitions/searxng.mjs.map +1 -1
  170. package/dist/services/definitions/uptime-kuma.cjs +8 -1
  171. package/dist/services/definitions/uptime-kuma.cjs.map +1 -1
  172. package/dist/services/definitions/uptime-kuma.mjs +8 -1
  173. package/dist/services/definitions/uptime-kuma.mjs.map +1 -1
  174. package/dist/services/registry.test.cjs +36 -36
  175. package/dist/services/registry.test.cjs.map +1 -1
  176. package/dist/services/registry.test.mjs +1 -1
  177. package/dist/{skills-BlzpHmpH.cjs → skills-BSF7iNa4.cjs} +142 -1
  178. package/dist/{skills-BlzpHmpH.cjs.map → skills-BSF7iNa4.cjs.map} +1 -1
  179. package/dist/{vi.2VT5v0um-C_jmO7m2.mjs → test.CTcmp4Su-ClCHJ3FA.mjs} +6793 -6403
  180. package/dist/test.CTcmp4Su-ClCHJ3FA.mjs.map +1 -0
  181. package/dist/{vi.2VT5v0um-iVBt6Fyq.cjs → test.CTcmp4Su-DlzTarwH.cjs} +6793 -6403
  182. package/dist/test.CTcmp4Su-DlzTarwH.cjs.map +1 -0
  183. package/dist/track-analytics.test.cjs +28 -28
  184. package/dist/track-analytics.test.cjs.map +1 -1
  185. package/dist/track-analytics.test.mjs +1 -1
  186. package/dist/types.cjs.map +1 -1
  187. package/dist/types.d.cts +10 -2
  188. package/dist/types.d.cts.map +1 -1
  189. package/dist/types.d.mts +10 -2
  190. package/dist/types.d.mts.map +1 -1
  191. package/dist/types.mjs.map +1 -1
  192. package/dist/validator.cjs +1 -1
  193. package/dist/validator.test.cjs +15 -15
  194. package/dist/validator.test.cjs.map +1 -1
  195. package/dist/validator.test.mjs +2 -2
  196. package/dist/version-manager.test.cjs +37 -37
  197. package/dist/version-manager.test.cjs.map +1 -1
  198. package/dist/version-manager.test.mjs +1 -1
  199. package/package.json +4 -4
  200. package/src/__snapshots__/composer.snapshot.test.ts.snap +5 -0
  201. package/src/addon-stack.test.ts +648 -0
  202. package/src/addon-stack.ts +1046 -0
  203. package/src/composer.ts +4 -4
  204. package/src/generators/postgres-init.ts +2 -0
  205. package/src/generators/skills.ts +142 -0
  206. package/src/index.ts +20 -2
  207. package/src/schema.ts +190 -0
  208. package/src/services/definitions/browserless.ts +3 -0
  209. package/src/services/definitions/burnlink.ts +142 -0
  210. package/src/services/definitions/convex.ts +31 -0
  211. package/src/services/definitions/grafana.ts +9 -0
  212. package/src/services/definitions/hindsight.ts +131 -0
  213. package/src/services/definitions/index.ts +10 -0
  214. package/src/services/definitions/meilisearch.ts +9 -0
  215. package/src/services/definitions/minio.ts +2 -0
  216. package/src/services/definitions/n8n.ts +9 -0
  217. package/src/services/definitions/ollama.ts +2 -0
  218. package/src/services/definitions/opensandbox.ts +156 -0
  219. package/src/services/definitions/qdrant.ts +2 -0
  220. package/src/services/definitions/searxng.ts +3 -0
  221. package/src/services/definitions/uptime-kuma.ts +3 -0
  222. package/src/types.ts +18 -0
  223. package/dist/schema-eX44HhRp.d.mts.map +0 -1
  224. package/dist/schema-tn5RK8CM.d.cts.map +0 -1
  225. package/dist/vi.2VT5v0um-C_jmO7m2.mjs.map +0 -1
  226. package/dist/vi.2VT5v0um-iVBt6Fyq.cjs.map +0 -1
@@ -0,0 +1,129 @@
1
+ //#region src/services/definitions/hindsight.ts
2
+ const hindsightDefinition = {
3
+ id: "hindsight",
4
+ name: "Hindsight",
5
+ description: "Open-source agent memory system with Retain/Recall/Reflect operations, multi-strategy retrieval (semantic, keyword, graph, temporal), and MCP server support.",
6
+ category: "ai",
7
+ icon: "🧠",
8
+ image: "ghcr.io/vectorize-io/hindsight",
9
+ imageTag: "latest",
10
+ ports: [{
11
+ host: 8889,
12
+ container: 8888,
13
+ description: "Hindsight API and MCP endpoint",
14
+ exposed: true
15
+ }, {
16
+ host: 9998,
17
+ container: 9999,
18
+ description: "Hindsight admin web UI",
19
+ exposed: true
20
+ }],
21
+ volumes: [{
22
+ name: "hindsight-data",
23
+ containerPath: "/home/hindsight/.pg0",
24
+ description: "Embedded PostgreSQL data (used when no external DB configured)"
25
+ }],
26
+ environment: [
27
+ {
28
+ key: "HINDSIGHT_API_LLM_PROVIDER",
29
+ defaultValue: "openai",
30
+ secret: false,
31
+ description: "LLM provider (openai, anthropic, gemini, groq, ollama, lmstudio)",
32
+ required: true
33
+ },
34
+ {
35
+ key: "HINDSIGHT_API_LLM_API_KEY",
36
+ defaultValue: "",
37
+ secret: true,
38
+ description: "API key for the configured LLM provider",
39
+ required: true
40
+ },
41
+ {
42
+ key: "HINDSIGHT_API_LLM_MODEL",
43
+ defaultValue: "o3-mini",
44
+ secret: false,
45
+ description: "LLM model to use for memory operations (e.g., o3-mini, claude-sonnet-4-20250514)",
46
+ required: true
47
+ },
48
+ {
49
+ key: "HINDSIGHT_API_DATABASE_URL",
50
+ defaultValue: "postgresql://hindsight:${HINDSIGHT_DB_PASSWORD}@postgresql:5432/hindsight",
51
+ secret: false,
52
+ description: "PostgreSQL connection string (leave empty to use embedded pg0 for dev)",
53
+ required: false
54
+ },
55
+ {
56
+ key: "HINDSIGHT_API_MCP_ENABLED",
57
+ defaultValue: "true",
58
+ secret: false,
59
+ description: "Enable MCP server for agent tool integration",
60
+ required: false
61
+ },
62
+ {
63
+ key: "HINDSIGHT_API_SKIP_LLM_VERIFICATION",
64
+ defaultValue: "false",
65
+ secret: false,
66
+ description: "Skip LLM connection verification on startup",
67
+ required: false
68
+ }
69
+ ],
70
+ healthcheck: {
71
+ test: "wget -q --spider http://localhost:8888/metrics || exit 1",
72
+ interval: "30s",
73
+ timeout: "10s",
74
+ retries: 5,
75
+ startPeriod: "30s"
76
+ },
77
+ dependsOn: [],
78
+ restartPolicy: "unless-stopped",
79
+ networks: ["openclaw-network"],
80
+ skills: [],
81
+ openclawEnvVars: [{
82
+ key: "HINDSIGHT_HOST",
83
+ defaultValue: "hindsight",
84
+ secret: false,
85
+ description: "Hindsight hostname for agent memory operations",
86
+ required: false
87
+ }, {
88
+ key: "HINDSIGHT_API_PORT",
89
+ defaultValue: "8888",
90
+ secret: false,
91
+ description: "Hindsight API port",
92
+ required: false
93
+ }],
94
+ docsUrl: "https://hindsight.vectorize.io/",
95
+ tags: [
96
+ "agent-memory",
97
+ "mcp",
98
+ "recall",
99
+ "knowledge-graph",
100
+ "semantic-search"
101
+ ],
102
+ maturity: "beta",
103
+ requires: ["postgresql"],
104
+ recommends: ["ollama"],
105
+ conflictsWith: [],
106
+ minMemoryMB: 512,
107
+ gpuRequired: false,
108
+ capDropCompatible: true,
109
+ proxyPath: "/hindsight",
110
+ envQuirks: [{
111
+ key: "HINDSIGHT_API_LLM_API_KEY",
112
+ issue: "min_length",
113
+ fix: {
114
+ type: "generate_base64url",
115
+ minBytes: 16
116
+ }
117
+ }, {
118
+ key: "HINDSIGHT_API_DATABASE_URL",
119
+ issue: "must_sync",
120
+ fix: {
121
+ type: "sync_with",
122
+ syncKey: "HINDSIGHT_DB_PASSWORD"
123
+ }
124
+ }]
125
+ };
126
+ //#endregion
127
+ export { hindsightDefinition };
128
+
129
+ //# sourceMappingURL=hindsight.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hindsight.mjs","names":[],"sources":["../../../src/services/definitions/hindsight.ts"],"sourcesContent":["import type { ServiceDefinition } from \"../../types.js\";\n\nexport const hindsightDefinition: ServiceDefinition = {\n\tid: \"hindsight\",\n\tname: \"Hindsight\",\n\tdescription:\n\t\t\"Open-source agent memory system with Retain/Recall/Reflect operations, multi-strategy retrieval (semantic, keyword, graph, temporal), and MCP server support.\",\n\tcategory: \"ai\",\n\ticon: \"🧠\",\n\n\timage: \"ghcr.io/vectorize-io/hindsight\",\n\timageTag: \"latest\",\n\tports: [\n\t\t{\n\t\t\thost: 8889,\n\t\t\tcontainer: 8888,\n\t\t\tdescription: \"Hindsight API and MCP endpoint\",\n\t\t\texposed: true,\n\t\t},\n\t\t{\n\t\t\thost: 9998,\n\t\t\tcontainer: 9999,\n\t\t\tdescription: \"Hindsight admin web UI\",\n\t\t\texposed: true,\n\t\t},\n\t],\n\tvolumes: [\n\t\t{\n\t\t\tname: \"hindsight-data\",\n\t\t\tcontainerPath: \"/home/hindsight/.pg0\",\n\t\t\tdescription: \"Embedded PostgreSQL data (used when no external DB configured)\",\n\t\t},\n\t],\n\tenvironment: [\n\t\t{\n\t\t\tkey: \"HINDSIGHT_API_LLM_PROVIDER\",\n\t\t\tdefaultValue: \"openai\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"LLM provider (openai, anthropic, gemini, groq, ollama, lmstudio)\",\n\t\t\trequired: true,\n\t\t},\n\t\t{\n\t\t\tkey: \"HINDSIGHT_API_LLM_API_KEY\",\n\t\t\tdefaultValue: \"\",\n\t\t\tsecret: true,\n\t\t\tdescription: \"API key for the configured LLM provider\",\n\t\t\trequired: true,\n\t\t},\n\t\t{\n\t\t\tkey: \"HINDSIGHT_API_LLM_MODEL\",\n\t\t\tdefaultValue: \"o3-mini\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"LLM model to use for memory operations (e.g., o3-mini, claude-sonnet-4-20250514)\",\n\t\t\trequired: true,\n\t\t},\n\t\t{\n\t\t\tkey: \"HINDSIGHT_API_DATABASE_URL\",\n\t\t\tdefaultValue: \"postgresql://hindsight:${HINDSIGHT_DB_PASSWORD}@postgresql:5432/hindsight\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"PostgreSQL connection string (leave empty to use embedded pg0 for dev)\",\n\t\t\trequired: false,\n\t\t},\n\t\t{\n\t\t\tkey: \"HINDSIGHT_API_MCP_ENABLED\",\n\t\t\tdefaultValue: \"true\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"Enable MCP server for agent tool integration\",\n\t\t\trequired: false,\n\t\t},\n\t\t{\n\t\t\tkey: \"HINDSIGHT_API_SKIP_LLM_VERIFICATION\",\n\t\t\tdefaultValue: \"false\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"Skip LLM connection verification on startup\",\n\t\t\trequired: false,\n\t\t},\n\t],\n\thealthcheck: {\n\t\ttest: \"wget -q --spider http://localhost:8888/metrics || exit 1\",\n\t\tinterval: \"30s\",\n\t\ttimeout: \"10s\",\n\t\tretries: 5,\n\t\tstartPeriod: \"30s\",\n\t},\n\tdependsOn: [],\n\trestartPolicy: \"unless-stopped\",\n\tnetworks: [\"openclaw-network\"],\n\n\tskills: [],\n\topenclawEnvVars: [\n\t\t{\n\t\t\tkey: \"HINDSIGHT_HOST\",\n\t\t\tdefaultValue: \"hindsight\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"Hindsight hostname for agent memory operations\",\n\t\t\trequired: false,\n\t\t},\n\t\t{\n\t\t\tkey: \"HINDSIGHT_API_PORT\",\n\t\t\tdefaultValue: \"8888\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"Hindsight API port\",\n\t\t\trequired: false,\n\t\t},\n\t],\n\n\tdocsUrl: \"https://hindsight.vectorize.io/\",\n\ttags: [\"agent-memory\", \"mcp\", \"recall\", \"knowledge-graph\", \"semantic-search\"],\n\tmaturity: \"beta\",\n\n\trequires: [\"postgresql\"],\n\trecommends: [\"ollama\"],\n\tconflictsWith: [],\n\n\tminMemoryMB: 512,\n\tgpuRequired: false,\n\tcapDropCompatible: true,\n\tproxyPath: \"/hindsight\",\n\tenvQuirks: [\n\t\t{\n\t\t\tkey: \"HINDSIGHT_API_LLM_API_KEY\",\n\t\t\tissue: \"min_length\" as const,\n\t\t\tfix: { type: \"generate_base64url\" as const, minBytes: 16 },\n\t\t},\n\t\t{\n\t\t\tkey: \"HINDSIGHT_API_DATABASE_URL\",\n\t\t\tissue: \"must_sync\" as const,\n\t\t\tfix: { type: \"sync_with\" as const, syncKey: \"HINDSIGHT_DB_PASSWORD\" },\n\t\t},\n\t],\n};\n"],"mappings":";AAEA,MAAa,sBAAyC;CACrD,IAAI;CACJ,MAAM;CACN,aACC;CACD,UAAU;CACV,MAAM;CAEN,OAAO;CACP,UAAU;CACV,OAAO,CACN;EACC,MAAM;EACN,WAAW;EACX,aAAa;EACb,SAAS;EACT,EACD;EACC,MAAM;EACN,WAAW;EACX,aAAa;EACb,SAAS;EACT,CACD;CACD,SAAS,CACR;EACC,MAAM;EACN,eAAe;EACf,aAAa;EACb,CACD;CACD,aAAa;EACZ;GACC,KAAK;GACL,cAAc;GACd,QAAQ;GACR,aAAa;GACb,UAAU;GACV;EACD;GACC,KAAK;GACL,cAAc;GACd,QAAQ;GACR,aAAa;GACb,UAAU;GACV;EACD;GACC,KAAK;GACL,cAAc;GACd,QAAQ;GACR,aAAa;GACb,UAAU;GACV;EACD;GACC,KAAK;GACL,cAAc;GACd,QAAQ;GACR,aAAa;GACb,UAAU;GACV;EACD;GACC,KAAK;GACL,cAAc;GACd,QAAQ;GACR,aAAa;GACb,UAAU;GACV;EACD;GACC,KAAK;GACL,cAAc;GACd,QAAQ;GACR,aAAa;GACb,UAAU;GACV;EACD;CACD,aAAa;EACZ,MAAM;EACN,UAAU;EACV,SAAS;EACT,SAAS;EACT,aAAa;EACb;CACD,WAAW,EAAE;CACb,eAAe;CACf,UAAU,CAAC,mBAAmB;CAE9B,QAAQ,EAAE;CACV,iBAAiB,CAChB;EACC,KAAK;EACL,cAAc;EACd,QAAQ;EACR,aAAa;EACb,UAAU;EACV,EACD;EACC,KAAK;EACL,cAAc;EACd,QAAQ;EACR,aAAa;EACb,UAAU;EACV,CACD;CAED,SAAS;CACT,MAAM;EAAC;EAAgB;EAAO;EAAU;EAAmB;EAAkB;CAC7E,UAAU;CAEV,UAAU,CAAC,aAAa;CACxB,YAAY,CAAC,SAAS;CACtB,eAAe,EAAE;CAEjB,aAAa;CACb,aAAa;CACb,mBAAmB;CACnB,WAAW;CACX,WAAW,CACV;EACC,KAAK;EACL,OAAO;EACP,KAAK;GAAE,MAAM;GAA+B,UAAU;GAAI;EAC1D,EACD;EACC,KAAK;EACL,OAAO;EACP,KAAK;GAAE,MAAM;GAAsB,SAAS;GAAyB;EACrE,CACD;CACD"}
@@ -12,6 +12,7 @@ const require_services_definitions_axolotl = require("./axolotl.cjs");
12
12
  const require_services_definitions_baserow = require("./baserow.cjs");
13
13
  const require_services_definitions_beszel = require("./beszel.cjs");
14
14
  const require_services_definitions_browserless = require("./browserless.cjs");
15
+ const require_services_definitions_burnlink = require("./burnlink.cjs");
15
16
  const require_services_definitions_caddy = require("./caddy.cjs");
16
17
  const require_services_definitions_cal_com = require("./cal-com.cjs");
17
18
  const require_services_definitions_calibre_web = require("./calibre-web.cjs");
@@ -59,6 +60,7 @@ const require_services_definitions_grafana = require("./grafana.cjs");
59
60
  const require_services_definitions_graylog = require("./graylog.cjs");
60
61
  const require_services_definitions_headscale = require("./headscale.cjs");
61
62
  const require_services_definitions_hedgedoc = require("./hedgedoc.cjs");
63
+ const require_services_definitions_hindsight = require("./hindsight.cjs");
62
64
  const require_services_definitions_hexstrike = require("./hexstrike.cjs");
63
65
  const require_services_definitions_heyform = require("./heyform.cjs");
64
66
  const require_services_definitions_homeassistant = require("./homeassistant.cjs");
@@ -116,6 +118,7 @@ const require_services_definitions_open_webui = require("./open-webui.cjs");
116
118
  const require_services_definitions_opencode = require("./opencode.cjs");
117
119
  const require_services_definitions_openhands = require("./openhands.cjs");
118
120
  const require_services_definitions_openpanel = require("./openpanel.cjs");
121
+ const require_services_definitions_opensandbox = require("./opensandbox.cjs");
119
122
  const require_services_definitions_opensearch = require("./opensearch.cjs");
120
123
  const require_services_definitions_outline = require("./outline.cjs");
121
124
  const require_services_definitions_paperless_ngx = require("./paperless-ngx.cjs");
@@ -368,6 +371,9 @@ const allServiceDefinitions = [
368
371
  require_services_definitions_vikunja.vikunjaDefinition,
369
372
  require_services_definitions_wireguard.wireguardDefinition,
370
373
  require_services_definitions_woodpecker_ci.woodpeckerCiDefinition,
374
+ require_services_definitions_hindsight.hindsightDefinition,
375
+ require_services_definitions_burnlink.burnlinkDefinition,
376
+ require_services_definitions_opensandbox.opensandboxDefinition,
371
377
  require_services_definitions_open_saas.openSaasDefinition,
372
378
  require_services_definitions_apptension_saas.apptensionSaasDefinition,
373
379
  require_services_definitions_boxyhq_saas.boxyhqSaasDefinition,
@@ -391,6 +397,7 @@ exports.baserowDefinition = require_services_definitions_baserow.baserowDefiniti
391
397
  exports.beszelDefinition = require_services_definitions_beszel.beszelDefinition;
392
398
  exports.boxyhqSaasDefinition = require_services_definitions_boxyhq_saas.boxyhqSaasDefinition;
393
399
  exports.browserlessDefinition = require_services_definitions_browserless.browserlessDefinition;
400
+ exports.burnlinkDefinition = require_services_definitions_burnlink.burnlinkDefinition;
394
401
  exports.caddyDefinition = require_services_definitions_caddy.caddyDefinition;
395
402
  exports.calComDefinition = require_services_definitions_cal_com.calComDefinition;
396
403
  exports.calibreWebDefinition = require_services_definitions_calibre_web.calibreWebDefinition;
@@ -441,6 +448,7 @@ exports.headscaleDefinition = require_services_definitions_headscale.headscaleDe
441
448
  exports.hedgedocDefinition = require_services_definitions_hedgedoc.hedgedocDefinition;
442
449
  exports.hexstrikeDefinition = require_services_definitions_hexstrike.hexstrikeDefinition;
443
450
  exports.heyformDefinition = require_services_definitions_heyform.heyformDefinition;
451
+ exports.hindsightDefinition = require_services_definitions_hindsight.hindsightDefinition;
444
452
  exports.homeassistantDefinition = require_services_definitions_homeassistant.homeassistantDefinition;
445
453
  exports.hoppscotchDefinition = require_services_definitions_hoppscotch.hoppscotchDefinition;
446
454
  exports.immichDefinition = require_services_definitions_immich.immichDefinition;
@@ -498,6 +506,7 @@ exports.openWebuiDefinition = require_services_definitions_open_webui.openWebuiD
498
506
  exports.opencodeDefinition = require_services_definitions_opencode.opencodeDefinition;
499
507
  exports.openhandsDefinition = require_services_definitions_openhands.openhandsDefinition;
500
508
  exports.openpanelDefinition = require_services_definitions_openpanel.openpanelDefinition;
509
+ exports.opensandboxDefinition = require_services_definitions_opensandbox.opensandboxDefinition;
501
510
  exports.opensearchDefinition = require_services_definitions_opensearch.opensearchDefinition;
502
511
  exports.outlineDefinition = require_services_definitions_outline.outlineDefinition;
503
512
  exports.paperlessNgxDefinition = require_services_definitions_paperless_ngx.paperlessNgxDefinition;
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","names":["redisDefinition","qdrantDefinition","n8nDefinition","ffmpegDefinition","minioDefinition","postgresqlDefinition","caddyDefinition","traefikDefinition","uptimeKumaDefinition","grafanaDefinition","prometheusDefinition","browserlessDefinition","firecrawlDefinition","firecrawlPlaywrightDefinition","searxngDefinition","meilisearchDefinition","opensearchDefinition","ollamaDefinition","whisperDefinition","chromadbDefinition","weaviateDefinition","valkeyDefinition","gotifyDefinition","ntfyDefinition","rabbitmqDefinition","remotionDefinition","motionCanvasDefinition","temporalDefinition","outlineDefinition","docsgptDefinition","paperlessNgxDefinition","nocodbDefinition","appflowyDefinition","directusDefinition","stirlingPdfDefinition","strapiDefinition","matrixSynapseDefinition","rocketchatDefinition","mattermostDefinition","chatwootDefinition","chatwootWorkerDefinition","stableDiffusionDefinition","comfyuiDefinition","playwrightServerDefinition","openWebuiDefinition","langflowDefinition","ragflowDefinition","homeassistantDefinition","nextcloudDefinition","immichDefinition","jellyfinDefinition","vaultwardenDefinition","milvusDefinition","jenkinsDefinition","appwriteDefinition","authentikDefinition","autheliaDefinition","crowdsecDefinition","ghostDefinition","lokiDefinition","signozDefinition","supabaseDefinition","pocketbaseDefinition","pocketIdDefinition","librechatDefinition","anythingLlmDefinition","difyDefinition","flowiseDefinition","litellmDefinition","flagsmithDefinition","giteaDefinition","codeServerDefinition","portainerDefinition","watchtowerDefinition","dozzleDefinition","beszelDefinition","convexDefinition","convexDashboardDefinition","claudeCodeDefinition","opencodeDefinition","codexDefinition","geminiCliDefinition","kimiDefinition","postizDefinition","mixpostDefinition","matomoDefinition","umamiDefinition","usesendDefinition","listmonkDefinition","missionControlDefinition","openpanelDefinition","lightpandaDefinition","steelBrowserDefinition","coolifyDefinition","dokployDefinition","tailscaleDefinition","livekitDefinition","infisicalDefinition","keycloakDefinition","lasuiteMeetBackendDefinition","lasuiteMeetFrontendDefinition","lasuiteMeetAgentsDefinition","desktopEnvironmentDefinition","streamGatewayDefinition","neo4jDefinition","calComDefinition","xyopsDefinition","scraplingDefinition","hexstrikeDefinition","solidityGuardDefinition","pentagiDefinition","pentestagentDefinition","headscaleDefinition","mysqlDefinition","mariadbDefinition","langfuseDefinition","openhandsDefinition","airflowDefinition","airbyteDefinition","dagsterDefinition","lagoDefinition","twentyDefinition","mauticDefinition","formbricksDefinition","heyformDefinition","kongDefinition","hoppscotchDefinition","vaultDefinition","resticDefinition","duplicatiDefinition","fonosterDefinition","medusaDefinition","saleorDefinition","axolotlDefinition","hedgedocDefinition","excalidrawDefinition","jitsiMeetDefinition","zulipDefinition","elementWebDefinition","revoltDefinition","dragonflyDefinition","surrealdbDefinition","influxdbDefinition","timescaledbDefinition","cockroachdbDefinition","sentryDefinition","jaegerDefinition","tempoDefinition","graylogDefinition","vectorLogDefinition","adguardHomeDefinition","audiobookshelfDefinition","baserowDefinition","calibreWebDefinition","clickhouseDefinition","cloudflaredDefinition","coderDefinition","droneCiDefinition","focalboardDefinition","forgejoDefinition","invokeAiDefinition","janDefinition","localAiDefinition","metabaseDefinition","mosquittoDefinition","navidromeDefinition","nginxProxyManagerDefinition","nodeRedDefinition","photoprismDefinition","piholeDefinition","piperTtsDefinition","planeDefinition","plausibleDefinition","posthogDefinition","sonarqubeDefinition","supersetDefinition","tabbyMlDefinition","textGenWebuiDefinition","vikunjaDefinition","wireguardDefinition","woodpeckerCiDefinition","openSaasDefinition","apptensionSaasDefinition","boxyhqSaasDefinition","ixartzSaasDefinition","cmsaasStarterDefinition"],"sources":["../../../src/services/definitions/index.ts"],"sourcesContent":["export { adguardHomeDefinition } from \"./adguard-home.js\";\nexport { airbyteDefinition } from \"./airbyte.js\";\nexport { airflowDefinition } from \"./airflow.js\";\nexport { anythingLlmDefinition } from \"./anything-llm.js\";\nexport { appflowyDefinition } from \"./appflowy.js\";\nexport { appwriteDefinition } from \"./appwrite.js\";\nexport { audiobookshelfDefinition } from \"./audiobookshelf.js\";\nexport { autheliaDefinition } from \"./authelia.js\";\nexport { authentikDefinition } from \"./authentik.js\";\nexport { axolotlDefinition } from \"./axolotl.js\";\nexport { baserowDefinition } from \"./baserow.js\";\nexport { beszelDefinition } from \"./beszel.js\";\nexport { browserlessDefinition } from \"./browserless.js\";\nexport { caddyDefinition } from \"./caddy.js\";\nexport { calComDefinition } from \"./cal-com.js\";\nexport { calibreWebDefinition } from \"./calibre-web.js\";\nexport { chatwootDefinition } from \"./chatwoot.js\";\nexport { chatwootWorkerDefinition } from \"./chatwoot-worker.js\";\nexport { chromadbDefinition } from \"./chromadb.js\";\nexport { claudeCodeDefinition } from \"./claude-code.js\";\nexport { clickhouseDefinition } from \"./clickhouse.js\";\nexport { cloudflaredDefinition } from \"./cloudflared.js\";\nexport { cockroachdbDefinition } from \"./cockroachdb.js\";\nexport { codeServerDefinition } from \"./code-server.js\";\nexport { coderDefinition } from \"./coder.js\";\nexport { codexDefinition } from \"./codex.js\";\nexport { comfyuiDefinition } from \"./comfyui.js\";\nexport { convexDefinition } from \"./convex.js\";\nexport { convexDashboardDefinition } from \"./convex-dashboard.js\";\nexport { coolifyDefinition } from \"./coolify.js\";\nexport { crowdsecDefinition } from \"./crowdsec.js\";\nexport { dagsterDefinition } from \"./dagster.js\";\nexport { desktopEnvironmentDefinition } from \"./desktop-environment.js\";\nexport { difyDefinition } from \"./dify.js\";\nexport { directusDefinition } from \"./directus.js\";\nexport { docsgptDefinition } from \"./docsgpt.js\";\nexport { dokployDefinition } from \"./dokploy.js\";\nexport { dozzleDefinition } from \"./dozzle.js\";\nexport { dragonflyDefinition } from \"./dragonfly.js\";\nexport { droneCiDefinition } from \"./drone-ci.js\";\nexport { duplicatiDefinition } from \"./duplicati.js\";\nexport { elementWebDefinition } from \"./element-web.js\";\nexport { excalidrawDefinition } from \"./excalidraw.js\";\nexport { ffmpegDefinition } from \"./ffmpeg.js\";\nexport { firecrawlDefinition } from \"./firecrawl.js\";\nexport { firecrawlPlaywrightDefinition } from \"./firecrawl-playwright.js\";\nexport { flagsmithDefinition } from \"./flagsmith.js\";\nexport { flowiseDefinition } from \"./flowise.js\";\nexport { focalboardDefinition } from \"./focalboard.js\";\nexport { fonosterDefinition } from \"./fonoster.js\";\nexport { forgejoDefinition } from \"./forgejo.js\";\nexport { formbricksDefinition } from \"./formbricks.js\";\nexport { geminiCliDefinition } from \"./gemini-cli.js\";\nexport { ghostDefinition } from \"./ghost.js\";\nexport { giteaDefinition } from \"./gitea.js\";\nexport { gotifyDefinition } from \"./gotify.js\";\nexport { grafanaDefinition } from \"./grafana.js\";\nexport { graylogDefinition } from \"./graylog.js\";\nexport { headscaleDefinition } from \"./headscale.js\";\nexport { hedgedocDefinition } from \"./hedgedoc.js\";\nexport { hexstrikeDefinition } from \"./hexstrike.js\";\nexport { heyformDefinition } from \"./heyform.js\";\nexport { homeassistantDefinition } from \"./homeassistant.js\";\nexport { hoppscotchDefinition } from \"./hoppscotch.js\";\nexport { immichDefinition } from \"./immich.js\";\nexport { infisicalDefinition } from \"./infisical.js\";\nexport { influxdbDefinition } from \"./influxdb.js\";\nexport { invokeAiDefinition } from \"./invoke-ai.js\";\nexport { jaegerDefinition } from \"./jaeger.js\";\nexport { janDefinition } from \"./jan.js\";\nexport { jellyfinDefinition } from \"./jellyfin.js\";\nexport { jenkinsDefinition } from \"./jenkins.js\";\nexport { jitsiMeetDefinition } from \"./jitsi-meet.js\";\nexport { keycloakDefinition } from \"./keycloak.js\";\nexport { kimiDefinition } from \"./kimi.js\";\nexport { kongDefinition } from \"./kong.js\";\nexport { lagoDefinition } from \"./lago.js\";\nexport { langflowDefinition } from \"./langflow.js\";\nexport { langfuseDefinition } from \"./langfuse.js\";\nexport { lasuiteMeetAgentsDefinition } from \"./lasuite-meet-agents.js\";\nexport { lasuiteMeetBackendDefinition } from \"./lasuite-meet-backend.js\";\nexport { lasuiteMeetFrontendDefinition } from \"./lasuite-meet-frontend.js\";\nexport { librechatDefinition } from \"./librechat.js\";\nexport { lightpandaDefinition } from \"./lightpanda.js\";\nexport { listmonkDefinition } from \"./listmonk.js\";\nexport { litellmDefinition } from \"./litellm.js\";\nexport { livekitDefinition } from \"./livekit.js\";\nexport { localAiDefinition } from \"./local-ai.js\";\nexport { lokiDefinition } from \"./loki.js\";\nexport { mariadbDefinition } from \"./mariadb.js\";\nexport { matomoDefinition } from \"./matomo.js\";\nexport { matrixSynapseDefinition } from \"./matrix-synapse.js\";\nexport { mattermostDefinition } from \"./mattermost.js\";\nexport { mauticDefinition } from \"./mautic.js\";\nexport { medusaDefinition } from \"./medusa.js\";\nexport { meilisearchDefinition } from \"./meilisearch.js\";\nexport { metabaseDefinition } from \"./metabase.js\";\nexport { milvusDefinition } from \"./milvus.js\";\nexport { minioDefinition } from \"./minio.js\";\nexport { missionControlDefinition } from \"./mission-control.js\";\nexport { mixpostDefinition } from \"./mixpost.js\";\nexport { mosquittoDefinition } from \"./mosquitto.js\";\nexport { motionCanvasDefinition } from \"./motion-canvas.js\";\nexport { mysqlDefinition } from \"./mysql.js\";\nexport { n8nDefinition } from \"./n8n.js\";\nexport { navidromeDefinition } from \"./navidrome.js\";\nexport { neo4jDefinition } from \"./neo4j.js\";\nexport { nextcloudDefinition } from \"./nextcloud.js\";\nexport { nginxProxyManagerDefinition } from \"./nginx-proxy-manager.js\";\nexport { nocodbDefinition } from \"./nocodb.js\";\nexport { nodeRedDefinition } from \"./node-red.js\";\nexport { ntfyDefinition } from \"./ntfy.js\";\nexport { ollamaDefinition } from \"./ollama.js\";\nexport { openWebuiDefinition } from \"./open-webui.js\";\nexport { opencodeDefinition } from \"./opencode.js\";\nexport { openhandsDefinition } from \"./openhands.js\";\nexport { openpanelDefinition } from \"./openpanel.js\";\nexport { opensearchDefinition } from \"./opensearch.js\";\nexport { outlineDefinition } from \"./outline.js\";\nexport { paperlessNgxDefinition } from \"./paperless-ngx.js\";\nexport { pentagiDefinition } from \"./pentagi.js\";\nexport { pentestagentDefinition } from \"./pentestagent.js\";\nexport { photoprismDefinition } from \"./photoprism.js\";\nexport { piholeDefinition } from \"./pihole.js\";\nexport { piperTtsDefinition } from \"./piper-tts.js\";\nexport { planeDefinition } from \"./plane.js\";\nexport { plausibleDefinition } from \"./plausible.js\";\nexport { playwrightServerDefinition } from \"./playwright-server.js\";\nexport { pocketIdDefinition } from \"./pocket-id.js\";\nexport { pocketbaseDefinition } from \"./pocketbase.js\";\nexport { portainerDefinition } from \"./portainer.js\";\nexport { postgresqlDefinition } from \"./postgresql.js\";\nexport { posthogDefinition } from \"./posthog.js\";\nexport { postizDefinition } from \"./postiz.js\";\nexport { prometheusDefinition } from \"./prometheus.js\";\nexport { qdrantDefinition } from \"./qdrant.js\";\nexport { rabbitmqDefinition } from \"./rabbitmq.js\";\nexport { ragflowDefinition } from \"./ragflow.js\";\nexport { redisDefinition } from \"./redis.js\";\nexport { remotionDefinition } from \"./remotion.js\";\nexport { resticDefinition } from \"./restic.js\";\nexport { revoltDefinition } from \"./revolt.js\";\nexport { rocketchatDefinition } from \"./rocketchat.js\";\nexport { saleorDefinition } from \"./saleor.js\";\nexport { scraplingDefinition } from \"./scrapling.js\";\nexport { searxngDefinition } from \"./searxng.js\";\nexport { sentryDefinition } from \"./sentry.js\";\nexport { signozDefinition } from \"./signoz.js\";\nexport { solidityGuardDefinition } from \"./solidityguard.js\";\nexport { sonarqubeDefinition } from \"./sonarqube.js\";\nexport { stableDiffusionDefinition } from \"./stable-diffusion.js\";\nexport { steelBrowserDefinition } from \"./steel-browser.js\";\nexport { stirlingPdfDefinition } from \"./stirling-pdf.js\";\nexport { strapiDefinition } from \"./strapi.js\";\nexport { streamGatewayDefinition } from \"./stream-gateway.js\";\nexport { supabaseDefinition } from \"./supabase.js\";\nexport { supersetDefinition } from \"./superset.js\";\nexport { surrealdbDefinition } from \"./surrealdb.js\";\nexport { tabbyMlDefinition } from \"./tabby-ml.js\";\nexport { tailscaleDefinition } from \"./tailscale.js\";\nexport { tempoDefinition } from \"./tempo.js\";\nexport { temporalDefinition } from \"./temporal.js\";\nexport { textGenWebuiDefinition } from \"./text-gen-webui.js\";\nexport { timescaledbDefinition } from \"./timescaledb.js\";\nexport { traefikDefinition } from \"./traefik.js\";\nexport { twentyDefinition } from \"./twenty.js\";\nexport { umamiDefinition } from \"./umami.js\";\nexport { uptimeKumaDefinition } from \"./uptime-kuma.js\";\nexport { usesendDefinition } from \"./usesend.js\";\nexport { valkeyDefinition } from \"./valkey.js\";\nexport { vaultDefinition } from \"./vault.js\";\nexport { vaultwardenDefinition } from \"./vaultwarden.js\";\nexport { vectorLogDefinition } from \"./vector-log.js\";\nexport { vikunjaDefinition } from \"./vikunja.js\";\nexport { watchtowerDefinition } from \"./watchtower.js\";\nexport { weaviateDefinition } from \"./weaviate.js\";\nexport { whisperDefinition } from \"./whisper.js\";\nexport { wireguardDefinition } from \"./wireguard.js\";\nexport { woodpeckerCiDefinition } from \"./woodpecker-ci.js\";\nexport { xyopsDefinition } from \"./xyops.js\";\nexport { zulipDefinition } from \"./zulip.js\";\n\n// ── SaaS Boilerplates ──────────────────────────────────────────────────────\nexport { openSaasDefinition } from \"./open-saas.js\";\nexport { apptensionSaasDefinition } from \"./apptension-saas.js\";\nexport { boxyhqSaasDefinition } from \"./boxyhq-saas.js\";\nexport { ixartzSaasDefinition } from \"./ixartz-saas.js\";\nexport { cmsaasStarterDefinition } from \"./cmsaas-starter.js\";\n\nimport type { ServiceDefinition } from \"../../types.js\";\nimport { adguardHomeDefinition } from \"./adguard-home.js\";\nimport { airbyteDefinition } from \"./airbyte.js\";\nimport { airflowDefinition } from \"./airflow.js\";\nimport { anythingLlmDefinition } from \"./anything-llm.js\";\nimport { appflowyDefinition } from \"./appflowy.js\";\nimport { appwriteDefinition } from \"./appwrite.js\";\nimport { audiobookshelfDefinition } from \"./audiobookshelf.js\";\nimport { autheliaDefinition } from \"./authelia.js\";\nimport { authentikDefinition } from \"./authentik.js\";\nimport { axolotlDefinition } from \"./axolotl.js\";\nimport { baserowDefinition } from \"./baserow.js\";\nimport { beszelDefinition } from \"./beszel.js\";\nimport { browserlessDefinition } from \"./browserless.js\";\nimport { caddyDefinition } from \"./caddy.js\";\nimport { calComDefinition } from \"./cal-com.js\";\nimport { calibreWebDefinition } from \"./calibre-web.js\";\nimport { chatwootDefinition } from \"./chatwoot.js\";\nimport { chatwootWorkerDefinition } from \"./chatwoot-worker.js\";\nimport { chromadbDefinition } from \"./chromadb.js\";\nimport { claudeCodeDefinition } from \"./claude-code.js\";\nimport { clickhouseDefinition } from \"./clickhouse.js\";\nimport { cloudflaredDefinition } from \"./cloudflared.js\";\nimport { cockroachdbDefinition } from \"./cockroachdb.js\";\nimport { codeServerDefinition } from \"./code-server.js\";\nimport { coderDefinition } from \"./coder.js\";\nimport { codexDefinition } from \"./codex.js\";\nimport { comfyuiDefinition } from \"./comfyui.js\";\nimport { convexDefinition } from \"./convex.js\";\nimport { convexDashboardDefinition } from \"./convex-dashboard.js\";\nimport { coolifyDefinition } from \"./coolify.js\";\nimport { crowdsecDefinition } from \"./crowdsec.js\";\nimport { dagsterDefinition } from \"./dagster.js\";\nimport { desktopEnvironmentDefinition } from \"./desktop-environment.js\";\nimport { difyDefinition } from \"./dify.js\";\nimport { directusDefinition } from \"./directus.js\";\nimport { docsgptDefinition } from \"./docsgpt.js\";\nimport { dokployDefinition } from \"./dokploy.js\";\nimport { dozzleDefinition } from \"./dozzle.js\";\nimport { dragonflyDefinition } from \"./dragonfly.js\";\nimport { droneCiDefinition } from \"./drone-ci.js\";\nimport { duplicatiDefinition } from \"./duplicati.js\";\nimport { elementWebDefinition } from \"./element-web.js\";\nimport { excalidrawDefinition } from \"./excalidraw.js\";\nimport { ffmpegDefinition } from \"./ffmpeg.js\";\nimport { firecrawlDefinition } from \"./firecrawl.js\";\nimport { firecrawlPlaywrightDefinition } from \"./firecrawl-playwright.js\";\nimport { flagsmithDefinition } from \"./flagsmith.js\";\nimport { flowiseDefinition } from \"./flowise.js\";\nimport { focalboardDefinition } from \"./focalboard.js\";\nimport { fonosterDefinition } from \"./fonoster.js\";\nimport { forgejoDefinition } from \"./forgejo.js\";\nimport { formbricksDefinition } from \"./formbricks.js\";\nimport { geminiCliDefinition } from \"./gemini-cli.js\";\nimport { ghostDefinition } from \"./ghost.js\";\nimport { giteaDefinition } from \"./gitea.js\";\nimport { gotifyDefinition } from \"./gotify.js\";\nimport { grafanaDefinition } from \"./grafana.js\";\nimport { graylogDefinition } from \"./graylog.js\";\nimport { headscaleDefinition } from \"./headscale.js\";\nimport { hedgedocDefinition } from \"./hedgedoc.js\";\nimport { hexstrikeDefinition } from \"./hexstrike.js\";\nimport { heyformDefinition } from \"./heyform.js\";\nimport { homeassistantDefinition } from \"./homeassistant.js\";\nimport { hoppscotchDefinition } from \"./hoppscotch.js\";\nimport { immichDefinition } from \"./immich.js\";\nimport { infisicalDefinition } from \"./infisical.js\";\nimport { influxdbDefinition } from \"./influxdb.js\";\nimport { invokeAiDefinition } from \"./invoke-ai.js\";\nimport { jaegerDefinition } from \"./jaeger.js\";\nimport { janDefinition } from \"./jan.js\";\nimport { jellyfinDefinition } from \"./jellyfin.js\";\nimport { jenkinsDefinition } from \"./jenkins.js\";\nimport { jitsiMeetDefinition } from \"./jitsi-meet.js\";\nimport { keycloakDefinition } from \"./keycloak.js\";\nimport { kimiDefinition } from \"./kimi.js\";\nimport { kongDefinition } from \"./kong.js\";\nimport { lagoDefinition } from \"./lago.js\";\nimport { langflowDefinition } from \"./langflow.js\";\nimport { langfuseDefinition } from \"./langfuse.js\";\nimport { lasuiteMeetAgentsDefinition } from \"./lasuite-meet-agents.js\";\nimport { lasuiteMeetBackendDefinition } from \"./lasuite-meet-backend.js\";\nimport { lasuiteMeetFrontendDefinition } from \"./lasuite-meet-frontend.js\";\nimport { librechatDefinition } from \"./librechat.js\";\nimport { lightpandaDefinition } from \"./lightpanda.js\";\nimport { listmonkDefinition } from \"./listmonk.js\";\nimport { litellmDefinition } from \"./litellm.js\";\nimport { livekitDefinition } from \"./livekit.js\";\nimport { localAiDefinition } from \"./local-ai.js\";\nimport { lokiDefinition } from \"./loki.js\";\nimport { mariadbDefinition } from \"./mariadb.js\";\nimport { matomoDefinition } from \"./matomo.js\";\nimport { matrixSynapseDefinition } from \"./matrix-synapse.js\";\nimport { mattermostDefinition } from \"./mattermost.js\";\nimport { mauticDefinition } from \"./mautic.js\";\nimport { medusaDefinition } from \"./medusa.js\";\nimport { meilisearchDefinition } from \"./meilisearch.js\";\nimport { metabaseDefinition } from \"./metabase.js\";\nimport { milvusDefinition } from \"./milvus.js\";\nimport { minioDefinition } from \"./minio.js\";\nimport { missionControlDefinition } from \"./mission-control.js\";\nimport { mixpostDefinition } from \"./mixpost.js\";\nimport { mosquittoDefinition } from \"./mosquitto.js\";\nimport { motionCanvasDefinition } from \"./motion-canvas.js\";\nimport { mysqlDefinition } from \"./mysql.js\";\nimport { n8nDefinition } from \"./n8n.js\";\nimport { navidromeDefinition } from \"./navidrome.js\";\nimport { neo4jDefinition } from \"./neo4j.js\";\nimport { nextcloudDefinition } from \"./nextcloud.js\";\nimport { nginxProxyManagerDefinition } from \"./nginx-proxy-manager.js\";\nimport { nocodbDefinition } from \"./nocodb.js\";\nimport { nodeRedDefinition } from \"./node-red.js\";\nimport { ntfyDefinition } from \"./ntfy.js\";\nimport { ollamaDefinition } from \"./ollama.js\";\nimport { openWebuiDefinition } from \"./open-webui.js\";\nimport { opencodeDefinition } from \"./opencode.js\";\nimport { openhandsDefinition } from \"./openhands.js\";\nimport { openpanelDefinition } from \"./openpanel.js\";\nimport { opensearchDefinition } from \"./opensearch.js\";\nimport { outlineDefinition } from \"./outline.js\";\nimport { paperlessNgxDefinition } from \"./paperless-ngx.js\";\nimport { pentagiDefinition } from \"./pentagi.js\";\nimport { pentestagentDefinition } from \"./pentestagent.js\";\nimport { photoprismDefinition } from \"./photoprism.js\";\nimport { piholeDefinition } from \"./pihole.js\";\nimport { piperTtsDefinition } from \"./piper-tts.js\";\nimport { planeDefinition } from \"./plane.js\";\nimport { plausibleDefinition } from \"./plausible.js\";\nimport { playwrightServerDefinition } from \"./playwright-server.js\";\nimport { pocketIdDefinition } from \"./pocket-id.js\";\nimport { pocketbaseDefinition } from \"./pocketbase.js\";\nimport { portainerDefinition } from \"./portainer.js\";\nimport { postgresqlDefinition } from \"./postgresql.js\";\nimport { posthogDefinition } from \"./posthog.js\";\nimport { postizDefinition } from \"./postiz.js\";\nimport { prometheusDefinition } from \"./prometheus.js\";\nimport { qdrantDefinition } from \"./qdrant.js\";\nimport { rabbitmqDefinition } from \"./rabbitmq.js\";\nimport { ragflowDefinition } from \"./ragflow.js\";\nimport { redisDefinition } from \"./redis.js\";\nimport { remotionDefinition } from \"./remotion.js\";\nimport { resticDefinition } from \"./restic.js\";\nimport { revoltDefinition } from \"./revolt.js\";\nimport { rocketchatDefinition } from \"./rocketchat.js\";\nimport { saleorDefinition } from \"./saleor.js\";\nimport { scraplingDefinition } from \"./scrapling.js\";\nimport { searxngDefinition } from \"./searxng.js\";\nimport { sentryDefinition } from \"./sentry.js\";\nimport { signozDefinition } from \"./signoz.js\";\nimport { solidityGuardDefinition } from \"./solidityguard.js\";\nimport { sonarqubeDefinition } from \"./sonarqube.js\";\nimport { stableDiffusionDefinition } from \"./stable-diffusion.js\";\nimport { steelBrowserDefinition } from \"./steel-browser.js\";\nimport { stirlingPdfDefinition } from \"./stirling-pdf.js\";\nimport { strapiDefinition } from \"./strapi.js\";\nimport { streamGatewayDefinition } from \"./stream-gateway.js\";\nimport { supabaseDefinition } from \"./supabase.js\";\nimport { supersetDefinition } from \"./superset.js\";\nimport { surrealdbDefinition } from \"./surrealdb.js\";\nimport { tabbyMlDefinition } from \"./tabby-ml.js\";\nimport { tailscaleDefinition } from \"./tailscale.js\";\nimport { tempoDefinition } from \"./tempo.js\";\nimport { temporalDefinition } from \"./temporal.js\";\nimport { textGenWebuiDefinition } from \"./text-gen-webui.js\";\nimport { timescaledbDefinition } from \"./timescaledb.js\";\nimport { traefikDefinition } from \"./traefik.js\";\nimport { twentyDefinition } from \"./twenty.js\";\nimport { umamiDefinition } from \"./umami.js\";\nimport { uptimeKumaDefinition } from \"./uptime-kuma.js\";\nimport { usesendDefinition } from \"./usesend.js\";\nimport { valkeyDefinition } from \"./valkey.js\";\nimport { vaultDefinition } from \"./vault.js\";\nimport { vaultwardenDefinition } from \"./vaultwarden.js\";\nimport { vectorLogDefinition } from \"./vector-log.js\";\nimport { vikunjaDefinition } from \"./vikunja.js\";\nimport { watchtowerDefinition } from \"./watchtower.js\";\nimport { weaviateDefinition } from \"./weaviate.js\";\nimport { whisperDefinition } from \"./whisper.js\";\nimport { wireguardDefinition } from \"./wireguard.js\";\nimport { woodpeckerCiDefinition } from \"./woodpecker-ci.js\";\nimport { xyopsDefinition } from \"./xyops.js\";\nimport { zulipDefinition } from \"./zulip.js\";\n\n// ── SaaS Boilerplates ──────────────────────────────────────────────────────\nimport { openSaasDefinition } from \"./open-saas.js\";\nimport { apptensionSaasDefinition } from \"./apptension-saas.js\";\nimport { boxyhqSaasDefinition } from \"./boxyhq-saas.js\";\nimport { ixartzSaasDefinition } from \"./ixartz-saas.js\";\nimport { cmsaasStarterDefinition } from \"./cmsaas-starter.js\";\n\nexport const allServiceDefinitions: ServiceDefinition[] = [\n\tredisDefinition,\n\tqdrantDefinition,\n\tn8nDefinition,\n\tffmpegDefinition,\n\tminioDefinition,\n\tpostgresqlDefinition,\n\tcaddyDefinition,\n\ttraefikDefinition,\n\tuptimeKumaDefinition,\n\tgrafanaDefinition,\n\tprometheusDefinition,\n\tbrowserlessDefinition,\n\tfirecrawlDefinition,\n\tfirecrawlPlaywrightDefinition,\n\tsearxngDefinition,\n\tmeilisearchDefinition,\n\topensearchDefinition,\n\tollamaDefinition,\n\twhisperDefinition,\n\tchromadbDefinition,\n\tweaviateDefinition,\n\tvalkeyDefinition,\n\tgotifyDefinition,\n\tntfyDefinition,\n\trabbitmqDefinition,\n\tremotionDefinition,\n\tmotionCanvasDefinition,\n\ttemporalDefinition,\n\toutlineDefinition,\n\tdocsgptDefinition,\n\tpaperlessNgxDefinition,\n\tnocodbDefinition,\n\tappflowyDefinition,\n\tdirectusDefinition,\n\tstirlingPdfDefinition,\n\tstrapiDefinition,\n\tmatrixSynapseDefinition,\n\trocketchatDefinition,\n\tmattermostDefinition,\n\tchatwootDefinition,\n\tchatwootWorkerDefinition,\n\tstableDiffusionDefinition,\n\tcomfyuiDefinition,\n\tplaywrightServerDefinition,\n\topenWebuiDefinition,\n\tlangflowDefinition,\n\tragflowDefinition,\n\thomeassistantDefinition,\n\tnextcloudDefinition,\n\timmichDefinition,\n\tjellyfinDefinition,\n\tvaultwardenDefinition,\n\tmilvusDefinition,\n\tjenkinsDefinition,\n\tappwriteDefinition,\n\tauthentikDefinition,\n\tautheliaDefinition,\n\tcrowdsecDefinition,\n\tghostDefinition,\n\tlokiDefinition,\n\tsignozDefinition,\n\tsupabaseDefinition,\n\tpocketbaseDefinition,\n\tpocketIdDefinition,\n\tlibrechatDefinition,\n\tanythingLlmDefinition,\n\tdifyDefinition,\n\tflowiseDefinition,\n\tlitellmDefinition,\n\tflagsmithDefinition,\n\tgiteaDefinition,\n\tcodeServerDefinition,\n\tportainerDefinition,\n\twatchtowerDefinition,\n\tdozzleDefinition,\n\tbeszelDefinition,\n\tconvexDefinition,\n\tconvexDashboardDefinition,\n\tclaudeCodeDefinition,\n\topencodeDefinition,\n\tcodexDefinition,\n\tgeminiCliDefinition,\n\tkimiDefinition,\n\tpostizDefinition,\n\tmixpostDefinition,\n\tmatomoDefinition,\n\tumamiDefinition,\n\tusesendDefinition,\n\tlistmonkDefinition,\n\tmissionControlDefinition,\n\topenpanelDefinition,\n\tlightpandaDefinition,\n\tsteelBrowserDefinition,\n\tcoolifyDefinition,\n\tdokployDefinition,\n\ttailscaleDefinition,\n\tlivekitDefinition,\n\tinfisicalDefinition,\n\tkeycloakDefinition,\n\tlasuiteMeetBackendDefinition,\n\tlasuiteMeetFrontendDefinition,\n\tlasuiteMeetAgentsDefinition,\n\tdesktopEnvironmentDefinition,\n\tstreamGatewayDefinition,\n\tneo4jDefinition,\n\tcalComDefinition,\n\txyopsDefinition,\n\tscraplingDefinition,\n\thexstrikeDefinition,\n\tsolidityGuardDefinition,\n\tpentagiDefinition,\n\tpentestagentDefinition,\n\theadscaleDefinition,\n\tmysqlDefinition,\n\tmariadbDefinition,\n\t// ── New Services ──────────────────────────────────────────────────────────\n\tlangfuseDefinition,\n\topenhandsDefinition,\n\tairflowDefinition,\n\tairbyteDefinition,\n\tdagsterDefinition,\n\tlagoDefinition,\n\ttwentyDefinition,\n\tmauticDefinition,\n\tformbricksDefinition,\n\theyformDefinition,\n\tkongDefinition,\n\thoppscotchDefinition,\n\tvaultDefinition,\n\tresticDefinition,\n\tduplicatiDefinition,\n\tfonosterDefinition,\n\tmedusaDefinition,\n\tsaleorDefinition,\n\taxolotlDefinition,\n\thedgedocDefinition,\n\texcalidrawDefinition,\n\tjitsiMeetDefinition,\n\tzulipDefinition,\n\telementWebDefinition,\n\trevoltDefinition,\n\tdragonflyDefinition,\n\tsurrealdbDefinition,\n\tinfluxdbDefinition,\n\ttimescaledbDefinition,\n\tcockroachdbDefinition,\n\tsentryDefinition,\n\tjaegerDefinition,\n\ttempoDefinition,\n\tgraylogDefinition,\n\tvectorLogDefinition,\n\t// ── Batch 2: New Service Definitions ──────────────────────────────────\n\tadguardHomeDefinition,\n\taudiobookshelfDefinition,\n\tbaserowDefinition,\n\tcalibreWebDefinition,\n\tclickhouseDefinition,\n\tcloudflaredDefinition,\n\tcoderDefinition,\n\tdroneCiDefinition,\n\tfocalboardDefinition,\n\tforgejoDefinition,\n\tinvokeAiDefinition,\n\tjanDefinition,\n\tlocalAiDefinition,\n\tmetabaseDefinition,\n\tmosquittoDefinition,\n\tnavidromeDefinition,\n\tnginxProxyManagerDefinition,\n\tnodeRedDefinition,\n\tphotoprismDefinition,\n\tpiholeDefinition,\n\tpiperTtsDefinition,\n\tplaneDefinition,\n\tplausibleDefinition,\n\tposthogDefinition,\n\tsonarqubeDefinition,\n\tsupersetDefinition,\n\ttabbyMlDefinition,\n\ttextGenWebuiDefinition,\n\tvikunjaDefinition,\n\twireguardDefinition,\n\twoodpeckerCiDefinition,\n\t// ── SaaS Boilerplates ────────────────────────────────────────────────────\n\topenSaasDefinition,\n\tapptensionSaasDefinition,\n\tboxyhqSaasDefinition,\n\tixartzSaasDefinition,\n\tcmsaasStarterDefinition,\n];\n"],"mappings":"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"}
1
+ {"version":3,"file":"index.cjs","names":["redisDefinition","qdrantDefinition","n8nDefinition","ffmpegDefinition","minioDefinition","postgresqlDefinition","caddyDefinition","traefikDefinition","uptimeKumaDefinition","grafanaDefinition","prometheusDefinition","browserlessDefinition","firecrawlDefinition","firecrawlPlaywrightDefinition","searxngDefinition","meilisearchDefinition","opensearchDefinition","ollamaDefinition","whisperDefinition","chromadbDefinition","weaviateDefinition","valkeyDefinition","gotifyDefinition","ntfyDefinition","rabbitmqDefinition","remotionDefinition","motionCanvasDefinition","temporalDefinition","outlineDefinition","docsgptDefinition","paperlessNgxDefinition","nocodbDefinition","appflowyDefinition","directusDefinition","stirlingPdfDefinition","strapiDefinition","matrixSynapseDefinition","rocketchatDefinition","mattermostDefinition","chatwootDefinition","chatwootWorkerDefinition","stableDiffusionDefinition","comfyuiDefinition","playwrightServerDefinition","openWebuiDefinition","langflowDefinition","ragflowDefinition","homeassistantDefinition","nextcloudDefinition","immichDefinition","jellyfinDefinition","vaultwardenDefinition","milvusDefinition","jenkinsDefinition","appwriteDefinition","authentikDefinition","autheliaDefinition","crowdsecDefinition","ghostDefinition","lokiDefinition","signozDefinition","supabaseDefinition","pocketbaseDefinition","pocketIdDefinition","librechatDefinition","anythingLlmDefinition","difyDefinition","flowiseDefinition","litellmDefinition","flagsmithDefinition","giteaDefinition","codeServerDefinition","portainerDefinition","watchtowerDefinition","dozzleDefinition","beszelDefinition","convexDefinition","convexDashboardDefinition","claudeCodeDefinition","opencodeDefinition","codexDefinition","geminiCliDefinition","kimiDefinition","postizDefinition","mixpostDefinition","matomoDefinition","umamiDefinition","usesendDefinition","listmonkDefinition","missionControlDefinition","openpanelDefinition","lightpandaDefinition","steelBrowserDefinition","coolifyDefinition","dokployDefinition","tailscaleDefinition","livekitDefinition","infisicalDefinition","keycloakDefinition","lasuiteMeetBackendDefinition","lasuiteMeetFrontendDefinition","lasuiteMeetAgentsDefinition","desktopEnvironmentDefinition","streamGatewayDefinition","neo4jDefinition","calComDefinition","xyopsDefinition","scraplingDefinition","hexstrikeDefinition","solidityGuardDefinition","pentagiDefinition","pentestagentDefinition","headscaleDefinition","mysqlDefinition","mariadbDefinition","langfuseDefinition","openhandsDefinition","airflowDefinition","airbyteDefinition","dagsterDefinition","lagoDefinition","twentyDefinition","mauticDefinition","formbricksDefinition","heyformDefinition","kongDefinition","hoppscotchDefinition","vaultDefinition","resticDefinition","duplicatiDefinition","fonosterDefinition","medusaDefinition","saleorDefinition","axolotlDefinition","hedgedocDefinition","excalidrawDefinition","jitsiMeetDefinition","zulipDefinition","elementWebDefinition","revoltDefinition","dragonflyDefinition","surrealdbDefinition","influxdbDefinition","timescaledbDefinition","cockroachdbDefinition","sentryDefinition","jaegerDefinition","tempoDefinition","graylogDefinition","vectorLogDefinition","adguardHomeDefinition","audiobookshelfDefinition","baserowDefinition","calibreWebDefinition","clickhouseDefinition","cloudflaredDefinition","coderDefinition","droneCiDefinition","focalboardDefinition","forgejoDefinition","invokeAiDefinition","janDefinition","localAiDefinition","metabaseDefinition","mosquittoDefinition","navidromeDefinition","nginxProxyManagerDefinition","nodeRedDefinition","photoprismDefinition","piholeDefinition","piperTtsDefinition","planeDefinition","plausibleDefinition","posthogDefinition","sonarqubeDefinition","supersetDefinition","tabbyMlDefinition","textGenWebuiDefinition","vikunjaDefinition","wireguardDefinition","woodpeckerCiDefinition","hindsightDefinition","burnlinkDefinition","opensandboxDefinition","openSaasDefinition","apptensionSaasDefinition","boxyhqSaasDefinition","ixartzSaasDefinition","cmsaasStarterDefinition"],"sources":["../../../src/services/definitions/index.ts"],"sourcesContent":["export { adguardHomeDefinition } from \"./adguard-home.js\";\nexport { airbyteDefinition } from \"./airbyte.js\";\nexport { airflowDefinition } from \"./airflow.js\";\nexport { anythingLlmDefinition } from \"./anything-llm.js\";\nexport { appflowyDefinition } from \"./appflowy.js\";\nexport { appwriteDefinition } from \"./appwrite.js\";\nexport { audiobookshelfDefinition } from \"./audiobookshelf.js\";\nexport { autheliaDefinition } from \"./authelia.js\";\nexport { authentikDefinition } from \"./authentik.js\";\nexport { axolotlDefinition } from \"./axolotl.js\";\nexport { baserowDefinition } from \"./baserow.js\";\nexport { beszelDefinition } from \"./beszel.js\";\nexport { browserlessDefinition } from \"./browserless.js\";\nexport { burnlinkDefinition } from \"./burnlink.js\";\nexport { caddyDefinition } from \"./caddy.js\";\nexport { calComDefinition } from \"./cal-com.js\";\nexport { calibreWebDefinition } from \"./calibre-web.js\";\nexport { chatwootDefinition } from \"./chatwoot.js\";\nexport { chatwootWorkerDefinition } from \"./chatwoot-worker.js\";\nexport { chromadbDefinition } from \"./chromadb.js\";\nexport { claudeCodeDefinition } from \"./claude-code.js\";\nexport { clickhouseDefinition } from \"./clickhouse.js\";\nexport { cloudflaredDefinition } from \"./cloudflared.js\";\nexport { cockroachdbDefinition } from \"./cockroachdb.js\";\nexport { codeServerDefinition } from \"./code-server.js\";\nexport { coderDefinition } from \"./coder.js\";\nexport { codexDefinition } from \"./codex.js\";\nexport { comfyuiDefinition } from \"./comfyui.js\";\nexport { convexDefinition } from \"./convex.js\";\nexport { convexDashboardDefinition } from \"./convex-dashboard.js\";\nexport { coolifyDefinition } from \"./coolify.js\";\nexport { crowdsecDefinition } from \"./crowdsec.js\";\nexport { dagsterDefinition } from \"./dagster.js\";\nexport { desktopEnvironmentDefinition } from \"./desktop-environment.js\";\nexport { difyDefinition } from \"./dify.js\";\nexport { directusDefinition } from \"./directus.js\";\nexport { docsgptDefinition } from \"./docsgpt.js\";\nexport { dokployDefinition } from \"./dokploy.js\";\nexport { dozzleDefinition } from \"./dozzle.js\";\nexport { dragonflyDefinition } from \"./dragonfly.js\";\nexport { droneCiDefinition } from \"./drone-ci.js\";\nexport { duplicatiDefinition } from \"./duplicati.js\";\nexport { elementWebDefinition } from \"./element-web.js\";\nexport { excalidrawDefinition } from \"./excalidraw.js\";\nexport { ffmpegDefinition } from \"./ffmpeg.js\";\nexport { firecrawlDefinition } from \"./firecrawl.js\";\nexport { firecrawlPlaywrightDefinition } from \"./firecrawl-playwright.js\";\nexport { flagsmithDefinition } from \"./flagsmith.js\";\nexport { flowiseDefinition } from \"./flowise.js\";\nexport { focalboardDefinition } from \"./focalboard.js\";\nexport { fonosterDefinition } from \"./fonoster.js\";\nexport { forgejoDefinition } from \"./forgejo.js\";\nexport { formbricksDefinition } from \"./formbricks.js\";\nexport { geminiCliDefinition } from \"./gemini-cli.js\";\nexport { ghostDefinition } from \"./ghost.js\";\nexport { giteaDefinition } from \"./gitea.js\";\nexport { gotifyDefinition } from \"./gotify.js\";\nexport { grafanaDefinition } from \"./grafana.js\";\nexport { graylogDefinition } from \"./graylog.js\";\nexport { headscaleDefinition } from \"./headscale.js\";\nexport { hedgedocDefinition } from \"./hedgedoc.js\";\nexport { hindsightDefinition } from \"./hindsight.js\";\nexport { hexstrikeDefinition } from \"./hexstrike.js\";\nexport { heyformDefinition } from \"./heyform.js\";\nexport { homeassistantDefinition } from \"./homeassistant.js\";\nexport { hoppscotchDefinition } from \"./hoppscotch.js\";\nexport { immichDefinition } from \"./immich.js\";\nexport { infisicalDefinition } from \"./infisical.js\";\nexport { influxdbDefinition } from \"./influxdb.js\";\nexport { invokeAiDefinition } from \"./invoke-ai.js\";\nexport { jaegerDefinition } from \"./jaeger.js\";\nexport { janDefinition } from \"./jan.js\";\nexport { jellyfinDefinition } from \"./jellyfin.js\";\nexport { jenkinsDefinition } from \"./jenkins.js\";\nexport { jitsiMeetDefinition } from \"./jitsi-meet.js\";\nexport { keycloakDefinition } from \"./keycloak.js\";\nexport { kimiDefinition } from \"./kimi.js\";\nexport { kongDefinition } from \"./kong.js\";\nexport { lagoDefinition } from \"./lago.js\";\nexport { langflowDefinition } from \"./langflow.js\";\nexport { langfuseDefinition } from \"./langfuse.js\";\nexport { lasuiteMeetAgentsDefinition } from \"./lasuite-meet-agents.js\";\nexport { lasuiteMeetBackendDefinition } from \"./lasuite-meet-backend.js\";\nexport { lasuiteMeetFrontendDefinition } from \"./lasuite-meet-frontend.js\";\nexport { librechatDefinition } from \"./librechat.js\";\nexport { lightpandaDefinition } from \"./lightpanda.js\";\nexport { listmonkDefinition } from \"./listmonk.js\";\nexport { litellmDefinition } from \"./litellm.js\";\nexport { livekitDefinition } from \"./livekit.js\";\nexport { localAiDefinition } from \"./local-ai.js\";\nexport { lokiDefinition } from \"./loki.js\";\nexport { mariadbDefinition } from \"./mariadb.js\";\nexport { matomoDefinition } from \"./matomo.js\";\nexport { matrixSynapseDefinition } from \"./matrix-synapse.js\";\nexport { mattermostDefinition } from \"./mattermost.js\";\nexport { mauticDefinition } from \"./mautic.js\";\nexport { medusaDefinition } from \"./medusa.js\";\nexport { meilisearchDefinition } from \"./meilisearch.js\";\nexport { metabaseDefinition } from \"./metabase.js\";\nexport { milvusDefinition } from \"./milvus.js\";\nexport { minioDefinition } from \"./minio.js\";\nexport { missionControlDefinition } from \"./mission-control.js\";\nexport { mixpostDefinition } from \"./mixpost.js\";\nexport { mosquittoDefinition } from \"./mosquitto.js\";\nexport { motionCanvasDefinition } from \"./motion-canvas.js\";\nexport { mysqlDefinition } from \"./mysql.js\";\nexport { n8nDefinition } from \"./n8n.js\";\nexport { navidromeDefinition } from \"./navidrome.js\";\nexport { neo4jDefinition } from \"./neo4j.js\";\nexport { nextcloudDefinition } from \"./nextcloud.js\";\nexport { nginxProxyManagerDefinition } from \"./nginx-proxy-manager.js\";\nexport { nocodbDefinition } from \"./nocodb.js\";\nexport { nodeRedDefinition } from \"./node-red.js\";\nexport { ntfyDefinition } from \"./ntfy.js\";\nexport { ollamaDefinition } from \"./ollama.js\";\nexport { openWebuiDefinition } from \"./open-webui.js\";\nexport { opencodeDefinition } from \"./opencode.js\";\nexport { openhandsDefinition } from \"./openhands.js\";\nexport { openpanelDefinition } from \"./openpanel.js\";\nexport { opensandboxDefinition } from \"./opensandbox.js\";\nexport { opensearchDefinition } from \"./opensearch.js\";\nexport { outlineDefinition } from \"./outline.js\";\nexport { paperlessNgxDefinition } from \"./paperless-ngx.js\";\nexport { pentagiDefinition } from \"./pentagi.js\";\nexport { pentestagentDefinition } from \"./pentestagent.js\";\nexport { photoprismDefinition } from \"./photoprism.js\";\nexport { piholeDefinition } from \"./pihole.js\";\nexport { piperTtsDefinition } from \"./piper-tts.js\";\nexport { planeDefinition } from \"./plane.js\";\nexport { plausibleDefinition } from \"./plausible.js\";\nexport { playwrightServerDefinition } from \"./playwright-server.js\";\nexport { pocketIdDefinition } from \"./pocket-id.js\";\nexport { pocketbaseDefinition } from \"./pocketbase.js\";\nexport { portainerDefinition } from \"./portainer.js\";\nexport { postgresqlDefinition } from \"./postgresql.js\";\nexport { posthogDefinition } from \"./posthog.js\";\nexport { postizDefinition } from \"./postiz.js\";\nexport { prometheusDefinition } from \"./prometheus.js\";\nexport { qdrantDefinition } from \"./qdrant.js\";\nexport { rabbitmqDefinition } from \"./rabbitmq.js\";\nexport { ragflowDefinition } from \"./ragflow.js\";\nexport { redisDefinition } from \"./redis.js\";\nexport { remotionDefinition } from \"./remotion.js\";\nexport { resticDefinition } from \"./restic.js\";\nexport { revoltDefinition } from \"./revolt.js\";\nexport { rocketchatDefinition } from \"./rocketchat.js\";\nexport { saleorDefinition } from \"./saleor.js\";\nexport { scraplingDefinition } from \"./scrapling.js\";\nexport { searxngDefinition } from \"./searxng.js\";\nexport { sentryDefinition } from \"./sentry.js\";\nexport { signozDefinition } from \"./signoz.js\";\nexport { solidityGuardDefinition } from \"./solidityguard.js\";\nexport { sonarqubeDefinition } from \"./sonarqube.js\";\nexport { stableDiffusionDefinition } from \"./stable-diffusion.js\";\nexport { steelBrowserDefinition } from \"./steel-browser.js\";\nexport { stirlingPdfDefinition } from \"./stirling-pdf.js\";\nexport { strapiDefinition } from \"./strapi.js\";\nexport { streamGatewayDefinition } from \"./stream-gateway.js\";\nexport { supabaseDefinition } from \"./supabase.js\";\nexport { supersetDefinition } from \"./superset.js\";\nexport { surrealdbDefinition } from \"./surrealdb.js\";\nexport { tabbyMlDefinition } from \"./tabby-ml.js\";\nexport { tailscaleDefinition } from \"./tailscale.js\";\nexport { tempoDefinition } from \"./tempo.js\";\nexport { temporalDefinition } from \"./temporal.js\";\nexport { textGenWebuiDefinition } from \"./text-gen-webui.js\";\nexport { timescaledbDefinition } from \"./timescaledb.js\";\nexport { traefikDefinition } from \"./traefik.js\";\nexport { twentyDefinition } from \"./twenty.js\";\nexport { umamiDefinition } from \"./umami.js\";\nexport { uptimeKumaDefinition } from \"./uptime-kuma.js\";\nexport { usesendDefinition } from \"./usesend.js\";\nexport { valkeyDefinition } from \"./valkey.js\";\nexport { vaultDefinition } from \"./vault.js\";\nexport { vaultwardenDefinition } from \"./vaultwarden.js\";\nexport { vectorLogDefinition } from \"./vector-log.js\";\nexport { vikunjaDefinition } from \"./vikunja.js\";\nexport { watchtowerDefinition } from \"./watchtower.js\";\nexport { weaviateDefinition } from \"./weaviate.js\";\nexport { whisperDefinition } from \"./whisper.js\";\nexport { wireguardDefinition } from \"./wireguard.js\";\nexport { woodpeckerCiDefinition } from \"./woodpecker-ci.js\";\nexport { xyopsDefinition } from \"./xyops.js\";\nexport { zulipDefinition } from \"./zulip.js\";\n\n// ── SaaS Boilerplates ──────────────────────────────────────────────────────\nexport { openSaasDefinition } from \"./open-saas.js\";\nexport { apptensionSaasDefinition } from \"./apptension-saas.js\";\nexport { boxyhqSaasDefinition } from \"./boxyhq-saas.js\";\nexport { ixartzSaasDefinition } from \"./ixartz-saas.js\";\nexport { cmsaasStarterDefinition } from \"./cmsaas-starter.js\";\n\nimport type { ServiceDefinition } from \"../../types.js\";\nimport { adguardHomeDefinition } from \"./adguard-home.js\";\nimport { airbyteDefinition } from \"./airbyte.js\";\nimport { airflowDefinition } from \"./airflow.js\";\nimport { anythingLlmDefinition } from \"./anything-llm.js\";\nimport { appflowyDefinition } from \"./appflowy.js\";\nimport { appwriteDefinition } from \"./appwrite.js\";\nimport { audiobookshelfDefinition } from \"./audiobookshelf.js\";\nimport { autheliaDefinition } from \"./authelia.js\";\nimport { authentikDefinition } from \"./authentik.js\";\nimport { axolotlDefinition } from \"./axolotl.js\";\nimport { baserowDefinition } from \"./baserow.js\";\nimport { beszelDefinition } from \"./beszel.js\";\nimport { browserlessDefinition } from \"./browserless.js\";\nimport { burnlinkDefinition } from \"./burnlink.js\";\nimport { caddyDefinition } from \"./caddy.js\";\nimport { calComDefinition } from \"./cal-com.js\";\nimport { calibreWebDefinition } from \"./calibre-web.js\";\nimport { chatwootDefinition } from \"./chatwoot.js\";\nimport { chatwootWorkerDefinition } from \"./chatwoot-worker.js\";\nimport { chromadbDefinition } from \"./chromadb.js\";\nimport { claudeCodeDefinition } from \"./claude-code.js\";\nimport { clickhouseDefinition } from \"./clickhouse.js\";\nimport { cloudflaredDefinition } from \"./cloudflared.js\";\nimport { cockroachdbDefinition } from \"./cockroachdb.js\";\nimport { codeServerDefinition } from \"./code-server.js\";\nimport { coderDefinition } from \"./coder.js\";\nimport { codexDefinition } from \"./codex.js\";\nimport { comfyuiDefinition } from \"./comfyui.js\";\nimport { convexDefinition } from \"./convex.js\";\nimport { convexDashboardDefinition } from \"./convex-dashboard.js\";\nimport { coolifyDefinition } from \"./coolify.js\";\nimport { crowdsecDefinition } from \"./crowdsec.js\";\nimport { dagsterDefinition } from \"./dagster.js\";\nimport { desktopEnvironmentDefinition } from \"./desktop-environment.js\";\nimport { difyDefinition } from \"./dify.js\";\nimport { directusDefinition } from \"./directus.js\";\nimport { docsgptDefinition } from \"./docsgpt.js\";\nimport { dokployDefinition } from \"./dokploy.js\";\nimport { dozzleDefinition } from \"./dozzle.js\";\nimport { dragonflyDefinition } from \"./dragonfly.js\";\nimport { droneCiDefinition } from \"./drone-ci.js\";\nimport { duplicatiDefinition } from \"./duplicati.js\";\nimport { elementWebDefinition } from \"./element-web.js\";\nimport { excalidrawDefinition } from \"./excalidraw.js\";\nimport { ffmpegDefinition } from \"./ffmpeg.js\";\nimport { firecrawlDefinition } from \"./firecrawl.js\";\nimport { firecrawlPlaywrightDefinition } from \"./firecrawl-playwright.js\";\nimport { flagsmithDefinition } from \"./flagsmith.js\";\nimport { flowiseDefinition } from \"./flowise.js\";\nimport { focalboardDefinition } from \"./focalboard.js\";\nimport { fonosterDefinition } from \"./fonoster.js\";\nimport { forgejoDefinition } from \"./forgejo.js\";\nimport { formbricksDefinition } from \"./formbricks.js\";\nimport { geminiCliDefinition } from \"./gemini-cli.js\";\nimport { ghostDefinition } from \"./ghost.js\";\nimport { giteaDefinition } from \"./gitea.js\";\nimport { gotifyDefinition } from \"./gotify.js\";\nimport { grafanaDefinition } from \"./grafana.js\";\nimport { graylogDefinition } from \"./graylog.js\";\nimport { headscaleDefinition } from \"./headscale.js\";\nimport { hedgedocDefinition } from \"./hedgedoc.js\";\nimport { hindsightDefinition } from \"./hindsight.js\";\nimport { hexstrikeDefinition } from \"./hexstrike.js\";\nimport { heyformDefinition } from \"./heyform.js\";\nimport { homeassistantDefinition } from \"./homeassistant.js\";\nimport { hoppscotchDefinition } from \"./hoppscotch.js\";\nimport { immichDefinition } from \"./immich.js\";\nimport { infisicalDefinition } from \"./infisical.js\";\nimport { influxdbDefinition } from \"./influxdb.js\";\nimport { invokeAiDefinition } from \"./invoke-ai.js\";\nimport { jaegerDefinition } from \"./jaeger.js\";\nimport { janDefinition } from \"./jan.js\";\nimport { jellyfinDefinition } from \"./jellyfin.js\";\nimport { jenkinsDefinition } from \"./jenkins.js\";\nimport { jitsiMeetDefinition } from \"./jitsi-meet.js\";\nimport { keycloakDefinition } from \"./keycloak.js\";\nimport { kimiDefinition } from \"./kimi.js\";\nimport { kongDefinition } from \"./kong.js\";\nimport { lagoDefinition } from \"./lago.js\";\nimport { langflowDefinition } from \"./langflow.js\";\nimport { langfuseDefinition } from \"./langfuse.js\";\nimport { lasuiteMeetAgentsDefinition } from \"./lasuite-meet-agents.js\";\nimport { lasuiteMeetBackendDefinition } from \"./lasuite-meet-backend.js\";\nimport { lasuiteMeetFrontendDefinition } from \"./lasuite-meet-frontend.js\";\nimport { librechatDefinition } from \"./librechat.js\";\nimport { lightpandaDefinition } from \"./lightpanda.js\";\nimport { listmonkDefinition } from \"./listmonk.js\";\nimport { litellmDefinition } from \"./litellm.js\";\nimport { livekitDefinition } from \"./livekit.js\";\nimport { localAiDefinition } from \"./local-ai.js\";\nimport { lokiDefinition } from \"./loki.js\";\nimport { mariadbDefinition } from \"./mariadb.js\";\nimport { matomoDefinition } from \"./matomo.js\";\nimport { matrixSynapseDefinition } from \"./matrix-synapse.js\";\nimport { mattermostDefinition } from \"./mattermost.js\";\nimport { mauticDefinition } from \"./mautic.js\";\nimport { medusaDefinition } from \"./medusa.js\";\nimport { meilisearchDefinition } from \"./meilisearch.js\";\nimport { metabaseDefinition } from \"./metabase.js\";\nimport { milvusDefinition } from \"./milvus.js\";\nimport { minioDefinition } from \"./minio.js\";\nimport { missionControlDefinition } from \"./mission-control.js\";\nimport { mixpostDefinition } from \"./mixpost.js\";\nimport { mosquittoDefinition } from \"./mosquitto.js\";\nimport { motionCanvasDefinition } from \"./motion-canvas.js\";\nimport { mysqlDefinition } from \"./mysql.js\";\nimport { n8nDefinition } from \"./n8n.js\";\nimport { navidromeDefinition } from \"./navidrome.js\";\nimport { neo4jDefinition } from \"./neo4j.js\";\nimport { nextcloudDefinition } from \"./nextcloud.js\";\nimport { nginxProxyManagerDefinition } from \"./nginx-proxy-manager.js\";\nimport { nocodbDefinition } from \"./nocodb.js\";\nimport { nodeRedDefinition } from \"./node-red.js\";\nimport { ntfyDefinition } from \"./ntfy.js\";\nimport { ollamaDefinition } from \"./ollama.js\";\nimport { openWebuiDefinition } from \"./open-webui.js\";\nimport { opencodeDefinition } from \"./opencode.js\";\nimport { openhandsDefinition } from \"./openhands.js\";\nimport { openpanelDefinition } from \"./openpanel.js\";\nimport { opensandboxDefinition } from \"./opensandbox.js\";\nimport { opensearchDefinition } from \"./opensearch.js\";\nimport { outlineDefinition } from \"./outline.js\";\nimport { paperlessNgxDefinition } from \"./paperless-ngx.js\";\nimport { pentagiDefinition } from \"./pentagi.js\";\nimport { pentestagentDefinition } from \"./pentestagent.js\";\nimport { photoprismDefinition } from \"./photoprism.js\";\nimport { piholeDefinition } from \"./pihole.js\";\nimport { piperTtsDefinition } from \"./piper-tts.js\";\nimport { planeDefinition } from \"./plane.js\";\nimport { plausibleDefinition } from \"./plausible.js\";\nimport { playwrightServerDefinition } from \"./playwright-server.js\";\nimport { pocketIdDefinition } from \"./pocket-id.js\";\nimport { pocketbaseDefinition } from \"./pocketbase.js\";\nimport { portainerDefinition } from \"./portainer.js\";\nimport { postgresqlDefinition } from \"./postgresql.js\";\nimport { posthogDefinition } from \"./posthog.js\";\nimport { postizDefinition } from \"./postiz.js\";\nimport { prometheusDefinition } from \"./prometheus.js\";\nimport { qdrantDefinition } from \"./qdrant.js\";\nimport { rabbitmqDefinition } from \"./rabbitmq.js\";\nimport { ragflowDefinition } from \"./ragflow.js\";\nimport { redisDefinition } from \"./redis.js\";\nimport { remotionDefinition } from \"./remotion.js\";\nimport { resticDefinition } from \"./restic.js\";\nimport { revoltDefinition } from \"./revolt.js\";\nimport { rocketchatDefinition } from \"./rocketchat.js\";\nimport { saleorDefinition } from \"./saleor.js\";\nimport { scraplingDefinition } from \"./scrapling.js\";\nimport { searxngDefinition } from \"./searxng.js\";\nimport { sentryDefinition } from \"./sentry.js\";\nimport { signozDefinition } from \"./signoz.js\";\nimport { solidityGuardDefinition } from \"./solidityguard.js\";\nimport { sonarqubeDefinition } from \"./sonarqube.js\";\nimport { stableDiffusionDefinition } from \"./stable-diffusion.js\";\nimport { steelBrowserDefinition } from \"./steel-browser.js\";\nimport { stirlingPdfDefinition } from \"./stirling-pdf.js\";\nimport { strapiDefinition } from \"./strapi.js\";\nimport { streamGatewayDefinition } from \"./stream-gateway.js\";\nimport { supabaseDefinition } from \"./supabase.js\";\nimport { supersetDefinition } from \"./superset.js\";\nimport { surrealdbDefinition } from \"./surrealdb.js\";\nimport { tabbyMlDefinition } from \"./tabby-ml.js\";\nimport { tailscaleDefinition } from \"./tailscale.js\";\nimport { tempoDefinition } from \"./tempo.js\";\nimport { temporalDefinition } from \"./temporal.js\";\nimport { textGenWebuiDefinition } from \"./text-gen-webui.js\";\nimport { timescaledbDefinition } from \"./timescaledb.js\";\nimport { traefikDefinition } from \"./traefik.js\";\nimport { twentyDefinition } from \"./twenty.js\";\nimport { umamiDefinition } from \"./umami.js\";\nimport { uptimeKumaDefinition } from \"./uptime-kuma.js\";\nimport { usesendDefinition } from \"./usesend.js\";\nimport { valkeyDefinition } from \"./valkey.js\";\nimport { vaultDefinition } from \"./vault.js\";\nimport { vaultwardenDefinition } from \"./vaultwarden.js\";\nimport { vectorLogDefinition } from \"./vector-log.js\";\nimport { vikunjaDefinition } from \"./vikunja.js\";\nimport { watchtowerDefinition } from \"./watchtower.js\";\nimport { weaviateDefinition } from \"./weaviate.js\";\nimport { whisperDefinition } from \"./whisper.js\";\nimport { wireguardDefinition } from \"./wireguard.js\";\nimport { woodpeckerCiDefinition } from \"./woodpecker-ci.js\";\nimport { xyopsDefinition } from \"./xyops.js\";\nimport { zulipDefinition } from \"./zulip.js\";\n\n// ── SaaS Boilerplates ──────────────────────────────────────────────────────\nimport { openSaasDefinition } from \"./open-saas.js\";\nimport { apptensionSaasDefinition } from \"./apptension-saas.js\";\nimport { boxyhqSaasDefinition } from \"./boxyhq-saas.js\";\nimport { ixartzSaasDefinition } from \"./ixartz-saas.js\";\nimport { cmsaasStarterDefinition } from \"./cmsaas-starter.js\";\n\nexport const allServiceDefinitions: ServiceDefinition[] = [\n\tredisDefinition,\n\tqdrantDefinition,\n\tn8nDefinition,\n\tffmpegDefinition,\n\tminioDefinition,\n\tpostgresqlDefinition,\n\tcaddyDefinition,\n\ttraefikDefinition,\n\tuptimeKumaDefinition,\n\tgrafanaDefinition,\n\tprometheusDefinition,\n\tbrowserlessDefinition,\n\tfirecrawlDefinition,\n\tfirecrawlPlaywrightDefinition,\n\tsearxngDefinition,\n\tmeilisearchDefinition,\n\topensearchDefinition,\n\tollamaDefinition,\n\twhisperDefinition,\n\tchromadbDefinition,\n\tweaviateDefinition,\n\tvalkeyDefinition,\n\tgotifyDefinition,\n\tntfyDefinition,\n\trabbitmqDefinition,\n\tremotionDefinition,\n\tmotionCanvasDefinition,\n\ttemporalDefinition,\n\toutlineDefinition,\n\tdocsgptDefinition,\n\tpaperlessNgxDefinition,\n\tnocodbDefinition,\n\tappflowyDefinition,\n\tdirectusDefinition,\n\tstirlingPdfDefinition,\n\tstrapiDefinition,\n\tmatrixSynapseDefinition,\n\trocketchatDefinition,\n\tmattermostDefinition,\n\tchatwootDefinition,\n\tchatwootWorkerDefinition,\n\tstableDiffusionDefinition,\n\tcomfyuiDefinition,\n\tplaywrightServerDefinition,\n\topenWebuiDefinition,\n\tlangflowDefinition,\n\tragflowDefinition,\n\thomeassistantDefinition,\n\tnextcloudDefinition,\n\timmichDefinition,\n\tjellyfinDefinition,\n\tvaultwardenDefinition,\n\tmilvusDefinition,\n\tjenkinsDefinition,\n\tappwriteDefinition,\n\tauthentikDefinition,\n\tautheliaDefinition,\n\tcrowdsecDefinition,\n\tghostDefinition,\n\tlokiDefinition,\n\tsignozDefinition,\n\tsupabaseDefinition,\n\tpocketbaseDefinition,\n\tpocketIdDefinition,\n\tlibrechatDefinition,\n\tanythingLlmDefinition,\n\tdifyDefinition,\n\tflowiseDefinition,\n\tlitellmDefinition,\n\tflagsmithDefinition,\n\tgiteaDefinition,\n\tcodeServerDefinition,\n\tportainerDefinition,\n\twatchtowerDefinition,\n\tdozzleDefinition,\n\tbeszelDefinition,\n\tconvexDefinition,\n\tconvexDashboardDefinition,\n\tclaudeCodeDefinition,\n\topencodeDefinition,\n\tcodexDefinition,\n\tgeminiCliDefinition,\n\tkimiDefinition,\n\tpostizDefinition,\n\tmixpostDefinition,\n\tmatomoDefinition,\n\tumamiDefinition,\n\tusesendDefinition,\n\tlistmonkDefinition,\n\tmissionControlDefinition,\n\topenpanelDefinition,\n\tlightpandaDefinition,\n\tsteelBrowserDefinition,\n\tcoolifyDefinition,\n\tdokployDefinition,\n\ttailscaleDefinition,\n\tlivekitDefinition,\n\tinfisicalDefinition,\n\tkeycloakDefinition,\n\tlasuiteMeetBackendDefinition,\n\tlasuiteMeetFrontendDefinition,\n\tlasuiteMeetAgentsDefinition,\n\tdesktopEnvironmentDefinition,\n\tstreamGatewayDefinition,\n\tneo4jDefinition,\n\tcalComDefinition,\n\txyopsDefinition,\n\tscraplingDefinition,\n\thexstrikeDefinition,\n\tsolidityGuardDefinition,\n\tpentagiDefinition,\n\tpentestagentDefinition,\n\theadscaleDefinition,\n\tmysqlDefinition,\n\tmariadbDefinition,\n\t// ── New Services ──────────────────────────────────────────────────────────\n\tlangfuseDefinition,\n\topenhandsDefinition,\n\tairflowDefinition,\n\tairbyteDefinition,\n\tdagsterDefinition,\n\tlagoDefinition,\n\ttwentyDefinition,\n\tmauticDefinition,\n\tformbricksDefinition,\n\theyformDefinition,\n\tkongDefinition,\n\thoppscotchDefinition,\n\tvaultDefinition,\n\tresticDefinition,\n\tduplicatiDefinition,\n\tfonosterDefinition,\n\tmedusaDefinition,\n\tsaleorDefinition,\n\taxolotlDefinition,\n\thedgedocDefinition,\n\texcalidrawDefinition,\n\tjitsiMeetDefinition,\n\tzulipDefinition,\n\telementWebDefinition,\n\trevoltDefinition,\n\tdragonflyDefinition,\n\tsurrealdbDefinition,\n\tinfluxdbDefinition,\n\ttimescaledbDefinition,\n\tcockroachdbDefinition,\n\tsentryDefinition,\n\tjaegerDefinition,\n\ttempoDefinition,\n\tgraylogDefinition,\n\tvectorLogDefinition,\n\t// ── Batch 2: New Service Definitions ──────────────────────────────────\n\tadguardHomeDefinition,\n\taudiobookshelfDefinition,\n\tbaserowDefinition,\n\tcalibreWebDefinition,\n\tclickhouseDefinition,\n\tcloudflaredDefinition,\n\tcoderDefinition,\n\tdroneCiDefinition,\n\tfocalboardDefinition,\n\tforgejoDefinition,\n\tinvokeAiDefinition,\n\tjanDefinition,\n\tlocalAiDefinition,\n\tmetabaseDefinition,\n\tmosquittoDefinition,\n\tnavidromeDefinition,\n\tnginxProxyManagerDefinition,\n\tnodeRedDefinition,\n\tphotoprismDefinition,\n\tpiholeDefinition,\n\tpiperTtsDefinition,\n\tplaneDefinition,\n\tplausibleDefinition,\n\tposthogDefinition,\n\tsonarqubeDefinition,\n\tsupersetDefinition,\n\ttabbyMlDefinition,\n\ttextGenWebuiDefinition,\n\tvikunjaDefinition,\n\twireguardDefinition,\n\twoodpeckerCiDefinition,\n\t// ── New Integrations ────────────────────────────────────────────────────\n\thindsightDefinition,\n\tburnlinkDefinition,\n\topensandboxDefinition,\n\t// ── SaaS Boilerplates ────────────────────────────────────────────────────\n\topenSaasDefinition,\n\tapptensionSaasDefinition,\n\tboxyhqSaasDefinition,\n\tixartzSaasDefinition,\n\tcmsaasStarterDefinition,\n];\n"],"mappings":"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"}
@@ -14,6 +14,7 @@ import { baserowDefinition } from "./baserow.cjs";
14
14
  import { beszelDefinition } from "./beszel.cjs";
15
15
  import { boxyhqSaasDefinition } from "./boxyhq-saas.cjs";
16
16
  import { browserlessDefinition } from "./browserless.cjs";
17
+ import { burnlinkDefinition } from "./burnlink.cjs";
17
18
  import { caddyDefinition } from "./caddy.cjs";
18
19
  import { calComDefinition } from "./cal-com.cjs";
19
20
  import { calibreWebDefinition } from "./calibre-web.cjs";
@@ -64,6 +65,7 @@ import { headscaleDefinition } from "./headscale.cjs";
64
65
  import { hedgedocDefinition } from "./hedgedoc.cjs";
65
66
  import { hexstrikeDefinition } from "./hexstrike.cjs";
66
67
  import { heyformDefinition } from "./heyform.cjs";
68
+ import { hindsightDefinition } from "./hindsight.cjs";
67
69
  import { homeassistantDefinition } from "./homeassistant.cjs";
68
70
  import { hoppscotchDefinition } from "./hoppscotch.cjs";
69
71
  import { immichDefinition } from "./immich.cjs";
@@ -119,6 +121,7 @@ import { openWebuiDefinition } from "./open-webui.cjs";
119
121
  import { opencodeDefinition } from "./opencode.cjs";
120
122
  import { openhandsDefinition } from "./openhands.cjs";
121
123
  import { openpanelDefinition } from "./openpanel.cjs";
124
+ import { opensandboxDefinition } from "./opensandbox.cjs";
122
125
  import { opensearchDefinition } from "./opensearch.cjs";
123
126
  import { outlineDefinition } from "./outline.cjs";
124
127
  import { paperlessNgxDefinition } from "./paperless-ngx.cjs";
@@ -189,5 +192,5 @@ import { ixartzSaasDefinition } from "./ixartz-saas.cjs";
189
192
  //#region src/services/definitions/index.d.ts
190
193
  declare const allServiceDefinitions: ServiceDefinition[];
191
194
  //#endregion
192
- export { adguardHomeDefinition, airbyteDefinition, airflowDefinition, allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, apptensionSaasDefinition, appwriteDefinition, audiobookshelfDefinition, autheliaDefinition, authentikDefinition, axolotlDefinition, baserowDefinition, beszelDefinition, boxyhqSaasDefinition, browserlessDefinition, caddyDefinition, calComDefinition, calibreWebDefinition, chatwootDefinition, chatwootWorkerDefinition, chromadbDefinition, claudeCodeDefinition, clickhouseDefinition, cloudflaredDefinition, cmsaasStarterDefinition, cockroachdbDefinition, codeServerDefinition, coderDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, crowdsecDefinition, dagsterDefinition, desktopEnvironmentDefinition, difyDefinition, directusDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, dragonflyDefinition, droneCiDefinition, duplicatiDefinition, elementWebDefinition, excalidrawDefinition, ffmpegDefinition, firecrawlDefinition, firecrawlPlaywrightDefinition, flagsmithDefinition, flowiseDefinition, focalboardDefinition, fonosterDefinition, forgejoDefinition, formbricksDefinition, geminiCliDefinition, ghostDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, graylogDefinition, headscaleDefinition, hedgedocDefinition, hexstrikeDefinition, heyformDefinition, homeassistantDefinition, hoppscotchDefinition, immichDefinition, infisicalDefinition, influxdbDefinition, invokeAiDefinition, ixartzSaasDefinition, jaegerDefinition, janDefinition, jellyfinDefinition, jenkinsDefinition, jitsiMeetDefinition, keycloakDefinition, kimiDefinition, kongDefinition, lagoDefinition, langflowDefinition, langfuseDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, listmonkDefinition, litellmDefinition, livekitDefinition, localAiDefinition, lokiDefinition, mariadbDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, mauticDefinition, medusaDefinition, meilisearchDefinition, metabaseDefinition, milvusDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, mosquittoDefinition, motionCanvasDefinition, mysqlDefinition, n8nDefinition, navidromeDefinition, neo4jDefinition, nextcloudDefinition, nginxProxyManagerDefinition, nocodbDefinition, nodeRedDefinition, ntfyDefinition, ollamaDefinition, openSaasDefinition, openWebuiDefinition, opencodeDefinition, openhandsDefinition, openpanelDefinition, opensearchDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, photoprismDefinition, piholeDefinition, piperTtsDefinition, planeDefinition, plausibleDefinition, playwrightServerDefinition, pocketIdDefinition, pocketbaseDefinition, portainerDefinition, postgresqlDefinition, posthogDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, rabbitmqDefinition, ragflowDefinition, redisDefinition, remotionDefinition, resticDefinition, revoltDefinition, rocketchatDefinition, saleorDefinition, scraplingDefinition, searxngDefinition, sentryDefinition, signozDefinition, solidityGuardDefinition, sonarqubeDefinition, stableDiffusionDefinition, steelBrowserDefinition, stirlingPdfDefinition, strapiDefinition, streamGatewayDefinition, supabaseDefinition, supersetDefinition, surrealdbDefinition, tabbyMlDefinition, tailscaleDefinition, tempoDefinition, temporalDefinition, textGenWebuiDefinition, timescaledbDefinition, traefikDefinition, twentyDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, vaultDefinition, vaultwardenDefinition, vectorLogDefinition, vikunjaDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, wireguardDefinition, woodpeckerCiDefinition, xyopsDefinition, zulipDefinition };
195
+ export { adguardHomeDefinition, airbyteDefinition, airflowDefinition, allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, apptensionSaasDefinition, appwriteDefinition, audiobookshelfDefinition, autheliaDefinition, authentikDefinition, axolotlDefinition, baserowDefinition, beszelDefinition, boxyhqSaasDefinition, browserlessDefinition, burnlinkDefinition, caddyDefinition, calComDefinition, calibreWebDefinition, chatwootDefinition, chatwootWorkerDefinition, chromadbDefinition, claudeCodeDefinition, clickhouseDefinition, cloudflaredDefinition, cmsaasStarterDefinition, cockroachdbDefinition, codeServerDefinition, coderDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, crowdsecDefinition, dagsterDefinition, desktopEnvironmentDefinition, difyDefinition, directusDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, dragonflyDefinition, droneCiDefinition, duplicatiDefinition, elementWebDefinition, excalidrawDefinition, ffmpegDefinition, firecrawlDefinition, firecrawlPlaywrightDefinition, flagsmithDefinition, flowiseDefinition, focalboardDefinition, fonosterDefinition, forgejoDefinition, formbricksDefinition, geminiCliDefinition, ghostDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, graylogDefinition, headscaleDefinition, hedgedocDefinition, hexstrikeDefinition, heyformDefinition, hindsightDefinition, homeassistantDefinition, hoppscotchDefinition, immichDefinition, infisicalDefinition, influxdbDefinition, invokeAiDefinition, ixartzSaasDefinition, jaegerDefinition, janDefinition, jellyfinDefinition, jenkinsDefinition, jitsiMeetDefinition, keycloakDefinition, kimiDefinition, kongDefinition, lagoDefinition, langflowDefinition, langfuseDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, listmonkDefinition, litellmDefinition, livekitDefinition, localAiDefinition, lokiDefinition, mariadbDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, mauticDefinition, medusaDefinition, meilisearchDefinition, metabaseDefinition, milvusDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, mosquittoDefinition, motionCanvasDefinition, mysqlDefinition, n8nDefinition, navidromeDefinition, neo4jDefinition, nextcloudDefinition, nginxProxyManagerDefinition, nocodbDefinition, nodeRedDefinition, ntfyDefinition, ollamaDefinition, openSaasDefinition, openWebuiDefinition, opencodeDefinition, openhandsDefinition, openpanelDefinition, opensandboxDefinition, opensearchDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, photoprismDefinition, piholeDefinition, piperTtsDefinition, planeDefinition, plausibleDefinition, playwrightServerDefinition, pocketIdDefinition, pocketbaseDefinition, portainerDefinition, postgresqlDefinition, posthogDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, rabbitmqDefinition, ragflowDefinition, redisDefinition, remotionDefinition, resticDefinition, revoltDefinition, rocketchatDefinition, saleorDefinition, scraplingDefinition, searxngDefinition, sentryDefinition, signozDefinition, solidityGuardDefinition, sonarqubeDefinition, stableDiffusionDefinition, steelBrowserDefinition, stirlingPdfDefinition, strapiDefinition, streamGatewayDefinition, supabaseDefinition, supersetDefinition, surrealdbDefinition, tabbyMlDefinition, tailscaleDefinition, tempoDefinition, temporalDefinition, textGenWebuiDefinition, timescaledbDefinition, traefikDefinition, twentyDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, vaultDefinition, vaultwardenDefinition, vectorLogDefinition, vikunjaDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, wireguardDefinition, woodpeckerCiDefinition, xyopsDefinition, zulipDefinition };
193
196
  //# sourceMappingURL=index.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../../../src/services/definitions/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2Xa,qBAAA,EAAuB,iBAAA"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../../../src/services/definitions/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiYa,qBAAA,EAAuB,iBAAA"}
@@ -14,6 +14,7 @@ import { baserowDefinition } from "./baserow.mjs";
14
14
  import { beszelDefinition } from "./beszel.mjs";
15
15
  import { boxyhqSaasDefinition } from "./boxyhq-saas.mjs";
16
16
  import { browserlessDefinition } from "./browserless.mjs";
17
+ import { burnlinkDefinition } from "./burnlink.mjs";
17
18
  import { caddyDefinition } from "./caddy.mjs";
18
19
  import { calComDefinition } from "./cal-com.mjs";
19
20
  import { calibreWebDefinition } from "./calibre-web.mjs";
@@ -64,6 +65,7 @@ import { headscaleDefinition } from "./headscale.mjs";
64
65
  import { hedgedocDefinition } from "./hedgedoc.mjs";
65
66
  import { hexstrikeDefinition } from "./hexstrike.mjs";
66
67
  import { heyformDefinition } from "./heyform.mjs";
68
+ import { hindsightDefinition } from "./hindsight.mjs";
67
69
  import { homeassistantDefinition } from "./homeassistant.mjs";
68
70
  import { hoppscotchDefinition } from "./hoppscotch.mjs";
69
71
  import { immichDefinition } from "./immich.mjs";
@@ -119,6 +121,7 @@ import { openWebuiDefinition } from "./open-webui.mjs";
119
121
  import { opencodeDefinition } from "./opencode.mjs";
120
122
  import { openhandsDefinition } from "./openhands.mjs";
121
123
  import { openpanelDefinition } from "./openpanel.mjs";
124
+ import { opensandboxDefinition } from "./opensandbox.mjs";
122
125
  import { opensearchDefinition } from "./opensearch.mjs";
123
126
  import { outlineDefinition } from "./outline.mjs";
124
127
  import { paperlessNgxDefinition } from "./paperless-ngx.mjs";
@@ -189,5 +192,5 @@ import { ixartzSaasDefinition } from "./ixartz-saas.mjs";
189
192
  //#region src/services/definitions/index.d.ts
190
193
  declare const allServiceDefinitions: ServiceDefinition[];
191
194
  //#endregion
192
- export { adguardHomeDefinition, airbyteDefinition, airflowDefinition, allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, apptensionSaasDefinition, appwriteDefinition, audiobookshelfDefinition, autheliaDefinition, authentikDefinition, axolotlDefinition, baserowDefinition, beszelDefinition, boxyhqSaasDefinition, browserlessDefinition, caddyDefinition, calComDefinition, calibreWebDefinition, chatwootDefinition, chatwootWorkerDefinition, chromadbDefinition, claudeCodeDefinition, clickhouseDefinition, cloudflaredDefinition, cmsaasStarterDefinition, cockroachdbDefinition, codeServerDefinition, coderDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, crowdsecDefinition, dagsterDefinition, desktopEnvironmentDefinition, difyDefinition, directusDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, dragonflyDefinition, droneCiDefinition, duplicatiDefinition, elementWebDefinition, excalidrawDefinition, ffmpegDefinition, firecrawlDefinition, firecrawlPlaywrightDefinition, flagsmithDefinition, flowiseDefinition, focalboardDefinition, fonosterDefinition, forgejoDefinition, formbricksDefinition, geminiCliDefinition, ghostDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, graylogDefinition, headscaleDefinition, hedgedocDefinition, hexstrikeDefinition, heyformDefinition, homeassistantDefinition, hoppscotchDefinition, immichDefinition, infisicalDefinition, influxdbDefinition, invokeAiDefinition, ixartzSaasDefinition, jaegerDefinition, janDefinition, jellyfinDefinition, jenkinsDefinition, jitsiMeetDefinition, keycloakDefinition, kimiDefinition, kongDefinition, lagoDefinition, langflowDefinition, langfuseDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, listmonkDefinition, litellmDefinition, livekitDefinition, localAiDefinition, lokiDefinition, mariadbDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, mauticDefinition, medusaDefinition, meilisearchDefinition, metabaseDefinition, milvusDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, mosquittoDefinition, motionCanvasDefinition, mysqlDefinition, n8nDefinition, navidromeDefinition, neo4jDefinition, nextcloudDefinition, nginxProxyManagerDefinition, nocodbDefinition, nodeRedDefinition, ntfyDefinition, ollamaDefinition, openSaasDefinition, openWebuiDefinition, opencodeDefinition, openhandsDefinition, openpanelDefinition, opensearchDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, photoprismDefinition, piholeDefinition, piperTtsDefinition, planeDefinition, plausibleDefinition, playwrightServerDefinition, pocketIdDefinition, pocketbaseDefinition, portainerDefinition, postgresqlDefinition, posthogDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, rabbitmqDefinition, ragflowDefinition, redisDefinition, remotionDefinition, resticDefinition, revoltDefinition, rocketchatDefinition, saleorDefinition, scraplingDefinition, searxngDefinition, sentryDefinition, signozDefinition, solidityGuardDefinition, sonarqubeDefinition, stableDiffusionDefinition, steelBrowserDefinition, stirlingPdfDefinition, strapiDefinition, streamGatewayDefinition, supabaseDefinition, supersetDefinition, surrealdbDefinition, tabbyMlDefinition, tailscaleDefinition, tempoDefinition, temporalDefinition, textGenWebuiDefinition, timescaledbDefinition, traefikDefinition, twentyDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, vaultDefinition, vaultwardenDefinition, vectorLogDefinition, vikunjaDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, wireguardDefinition, woodpeckerCiDefinition, xyopsDefinition, zulipDefinition };
195
+ export { adguardHomeDefinition, airbyteDefinition, airflowDefinition, allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, apptensionSaasDefinition, appwriteDefinition, audiobookshelfDefinition, autheliaDefinition, authentikDefinition, axolotlDefinition, baserowDefinition, beszelDefinition, boxyhqSaasDefinition, browserlessDefinition, burnlinkDefinition, caddyDefinition, calComDefinition, calibreWebDefinition, chatwootDefinition, chatwootWorkerDefinition, chromadbDefinition, claudeCodeDefinition, clickhouseDefinition, cloudflaredDefinition, cmsaasStarterDefinition, cockroachdbDefinition, codeServerDefinition, coderDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, crowdsecDefinition, dagsterDefinition, desktopEnvironmentDefinition, difyDefinition, directusDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, dragonflyDefinition, droneCiDefinition, duplicatiDefinition, elementWebDefinition, excalidrawDefinition, ffmpegDefinition, firecrawlDefinition, firecrawlPlaywrightDefinition, flagsmithDefinition, flowiseDefinition, focalboardDefinition, fonosterDefinition, forgejoDefinition, formbricksDefinition, geminiCliDefinition, ghostDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, graylogDefinition, headscaleDefinition, hedgedocDefinition, hexstrikeDefinition, heyformDefinition, hindsightDefinition, homeassistantDefinition, hoppscotchDefinition, immichDefinition, infisicalDefinition, influxdbDefinition, invokeAiDefinition, ixartzSaasDefinition, jaegerDefinition, janDefinition, jellyfinDefinition, jenkinsDefinition, jitsiMeetDefinition, keycloakDefinition, kimiDefinition, kongDefinition, lagoDefinition, langflowDefinition, langfuseDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, listmonkDefinition, litellmDefinition, livekitDefinition, localAiDefinition, lokiDefinition, mariadbDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, mauticDefinition, medusaDefinition, meilisearchDefinition, metabaseDefinition, milvusDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, mosquittoDefinition, motionCanvasDefinition, mysqlDefinition, n8nDefinition, navidromeDefinition, neo4jDefinition, nextcloudDefinition, nginxProxyManagerDefinition, nocodbDefinition, nodeRedDefinition, ntfyDefinition, ollamaDefinition, openSaasDefinition, openWebuiDefinition, opencodeDefinition, openhandsDefinition, openpanelDefinition, opensandboxDefinition, opensearchDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, photoprismDefinition, piholeDefinition, piperTtsDefinition, planeDefinition, plausibleDefinition, playwrightServerDefinition, pocketIdDefinition, pocketbaseDefinition, portainerDefinition, postgresqlDefinition, posthogDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, rabbitmqDefinition, ragflowDefinition, redisDefinition, remotionDefinition, resticDefinition, revoltDefinition, rocketchatDefinition, saleorDefinition, scraplingDefinition, searxngDefinition, sentryDefinition, signozDefinition, solidityGuardDefinition, sonarqubeDefinition, stableDiffusionDefinition, steelBrowserDefinition, stirlingPdfDefinition, strapiDefinition, streamGatewayDefinition, supabaseDefinition, supersetDefinition, surrealdbDefinition, tabbyMlDefinition, tailscaleDefinition, tempoDefinition, temporalDefinition, textGenWebuiDefinition, timescaledbDefinition, traefikDefinition, twentyDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, vaultDefinition, vaultwardenDefinition, vectorLogDefinition, vikunjaDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, wireguardDefinition, woodpeckerCiDefinition, xyopsDefinition, zulipDefinition };
193
196
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../../../src/services/definitions/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2Xa,qBAAA,EAAuB,iBAAA"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../../../src/services/definitions/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiYa,qBAAA,EAAuB,iBAAA"}
@@ -11,6 +11,7 @@ import { axolotlDefinition } from "./axolotl.mjs";
11
11
  import { baserowDefinition } from "./baserow.mjs";
12
12
  import { beszelDefinition } from "./beszel.mjs";
13
13
  import { browserlessDefinition } from "./browserless.mjs";
14
+ import { burnlinkDefinition } from "./burnlink.mjs";
14
15
  import { caddyDefinition } from "./caddy.mjs";
15
16
  import { calComDefinition } from "./cal-com.mjs";
16
17
  import { calibreWebDefinition } from "./calibre-web.mjs";
@@ -58,6 +59,7 @@ import { grafanaDefinition } from "./grafana.mjs";
58
59
  import { graylogDefinition } from "./graylog.mjs";
59
60
  import { headscaleDefinition } from "./headscale.mjs";
60
61
  import { hedgedocDefinition } from "./hedgedoc.mjs";
62
+ import { hindsightDefinition } from "./hindsight.mjs";
61
63
  import { hexstrikeDefinition } from "./hexstrike.mjs";
62
64
  import { heyformDefinition } from "./heyform.mjs";
63
65
  import { homeassistantDefinition } from "./homeassistant.mjs";
@@ -115,6 +117,7 @@ import { openWebuiDefinition } from "./open-webui.mjs";
115
117
  import { opencodeDefinition } from "./opencode.mjs";
116
118
  import { openhandsDefinition } from "./openhands.mjs";
117
119
  import { openpanelDefinition } from "./openpanel.mjs";
120
+ import { opensandboxDefinition } from "./opensandbox.mjs";
118
121
  import { opensearchDefinition } from "./opensearch.mjs";
119
122
  import { outlineDefinition } from "./outline.mjs";
120
123
  import { paperlessNgxDefinition } from "./paperless-ngx.mjs";
@@ -367,6 +370,9 @@ const allServiceDefinitions = [
367
370
  vikunjaDefinition,
368
371
  wireguardDefinition,
369
372
  woodpeckerCiDefinition,
373
+ hindsightDefinition,
374
+ burnlinkDefinition,
375
+ opensandboxDefinition,
370
376
  openSaasDefinition,
371
377
  apptensionSaasDefinition,
372
378
  boxyhqSaasDefinition,
@@ -374,6 +380,6 @@ const allServiceDefinitions = [
374
380
  cmsaasStarterDefinition
375
381
  ];
376
382
  //#endregion
377
- export { adguardHomeDefinition, airbyteDefinition, airflowDefinition, allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, apptensionSaasDefinition, appwriteDefinition, audiobookshelfDefinition, autheliaDefinition, authentikDefinition, axolotlDefinition, baserowDefinition, beszelDefinition, boxyhqSaasDefinition, browserlessDefinition, caddyDefinition, calComDefinition, calibreWebDefinition, chatwootDefinition, chatwootWorkerDefinition, chromadbDefinition, claudeCodeDefinition, clickhouseDefinition, cloudflaredDefinition, cmsaasStarterDefinition, cockroachdbDefinition, codeServerDefinition, coderDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, crowdsecDefinition, dagsterDefinition, desktopEnvironmentDefinition, difyDefinition, directusDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, dragonflyDefinition, droneCiDefinition, duplicatiDefinition, elementWebDefinition, excalidrawDefinition, ffmpegDefinition, firecrawlDefinition, firecrawlPlaywrightDefinition, flagsmithDefinition, flowiseDefinition, focalboardDefinition, fonosterDefinition, forgejoDefinition, formbricksDefinition, geminiCliDefinition, ghostDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, graylogDefinition, headscaleDefinition, hedgedocDefinition, hexstrikeDefinition, heyformDefinition, homeassistantDefinition, hoppscotchDefinition, immichDefinition, infisicalDefinition, influxdbDefinition, invokeAiDefinition, ixartzSaasDefinition, jaegerDefinition, janDefinition, jellyfinDefinition, jenkinsDefinition, jitsiMeetDefinition, keycloakDefinition, kimiDefinition, kongDefinition, lagoDefinition, langflowDefinition, langfuseDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, listmonkDefinition, litellmDefinition, livekitDefinition, localAiDefinition, lokiDefinition, mariadbDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, mauticDefinition, medusaDefinition, meilisearchDefinition, metabaseDefinition, milvusDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, mosquittoDefinition, motionCanvasDefinition, mysqlDefinition, n8nDefinition, navidromeDefinition, neo4jDefinition, nextcloudDefinition, nginxProxyManagerDefinition, nocodbDefinition, nodeRedDefinition, ntfyDefinition, ollamaDefinition, openSaasDefinition, openWebuiDefinition, opencodeDefinition, openhandsDefinition, openpanelDefinition, opensearchDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, photoprismDefinition, piholeDefinition, piperTtsDefinition, planeDefinition, plausibleDefinition, playwrightServerDefinition, pocketIdDefinition, pocketbaseDefinition, portainerDefinition, postgresqlDefinition, posthogDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, rabbitmqDefinition, ragflowDefinition, redisDefinition, remotionDefinition, resticDefinition, revoltDefinition, rocketchatDefinition, saleorDefinition, scraplingDefinition, searxngDefinition, sentryDefinition, signozDefinition, solidityGuardDefinition, sonarqubeDefinition, stableDiffusionDefinition, steelBrowserDefinition, stirlingPdfDefinition, strapiDefinition, streamGatewayDefinition, supabaseDefinition, supersetDefinition, surrealdbDefinition, tabbyMlDefinition, tailscaleDefinition, tempoDefinition, temporalDefinition, textGenWebuiDefinition, timescaledbDefinition, traefikDefinition, twentyDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, vaultDefinition, vaultwardenDefinition, vectorLogDefinition, vikunjaDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, wireguardDefinition, woodpeckerCiDefinition, xyopsDefinition, zulipDefinition };
383
+ export { adguardHomeDefinition, airbyteDefinition, airflowDefinition, allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, apptensionSaasDefinition, appwriteDefinition, audiobookshelfDefinition, autheliaDefinition, authentikDefinition, axolotlDefinition, baserowDefinition, beszelDefinition, boxyhqSaasDefinition, browserlessDefinition, burnlinkDefinition, caddyDefinition, calComDefinition, calibreWebDefinition, chatwootDefinition, chatwootWorkerDefinition, chromadbDefinition, claudeCodeDefinition, clickhouseDefinition, cloudflaredDefinition, cmsaasStarterDefinition, cockroachdbDefinition, codeServerDefinition, coderDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, crowdsecDefinition, dagsterDefinition, desktopEnvironmentDefinition, difyDefinition, directusDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, dragonflyDefinition, droneCiDefinition, duplicatiDefinition, elementWebDefinition, excalidrawDefinition, ffmpegDefinition, firecrawlDefinition, firecrawlPlaywrightDefinition, flagsmithDefinition, flowiseDefinition, focalboardDefinition, fonosterDefinition, forgejoDefinition, formbricksDefinition, geminiCliDefinition, ghostDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, graylogDefinition, headscaleDefinition, hedgedocDefinition, hexstrikeDefinition, heyformDefinition, hindsightDefinition, homeassistantDefinition, hoppscotchDefinition, immichDefinition, infisicalDefinition, influxdbDefinition, invokeAiDefinition, ixartzSaasDefinition, jaegerDefinition, janDefinition, jellyfinDefinition, jenkinsDefinition, jitsiMeetDefinition, keycloakDefinition, kimiDefinition, kongDefinition, lagoDefinition, langflowDefinition, langfuseDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, listmonkDefinition, litellmDefinition, livekitDefinition, localAiDefinition, lokiDefinition, mariadbDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, mauticDefinition, medusaDefinition, meilisearchDefinition, metabaseDefinition, milvusDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, mosquittoDefinition, motionCanvasDefinition, mysqlDefinition, n8nDefinition, navidromeDefinition, neo4jDefinition, nextcloudDefinition, nginxProxyManagerDefinition, nocodbDefinition, nodeRedDefinition, ntfyDefinition, ollamaDefinition, openSaasDefinition, openWebuiDefinition, opencodeDefinition, openhandsDefinition, openpanelDefinition, opensandboxDefinition, opensearchDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, photoprismDefinition, piholeDefinition, piperTtsDefinition, planeDefinition, plausibleDefinition, playwrightServerDefinition, pocketIdDefinition, pocketbaseDefinition, portainerDefinition, postgresqlDefinition, posthogDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, rabbitmqDefinition, ragflowDefinition, redisDefinition, remotionDefinition, resticDefinition, revoltDefinition, rocketchatDefinition, saleorDefinition, scraplingDefinition, searxngDefinition, sentryDefinition, signozDefinition, solidityGuardDefinition, sonarqubeDefinition, stableDiffusionDefinition, steelBrowserDefinition, stirlingPdfDefinition, strapiDefinition, streamGatewayDefinition, supabaseDefinition, supersetDefinition, surrealdbDefinition, tabbyMlDefinition, tailscaleDefinition, tempoDefinition, temporalDefinition, textGenWebuiDefinition, timescaledbDefinition, traefikDefinition, twentyDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, vaultDefinition, vaultwardenDefinition, vectorLogDefinition, vikunjaDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, wireguardDefinition, woodpeckerCiDefinition, xyopsDefinition, zulipDefinition };
378
384
 
379
385
  //# sourceMappingURL=index.mjs.map