@better-openclaw/core 1.0.14 → 1.0.16
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.
- package/dist/{manifest-BjK4ALvr.mjs → manifest-B8UDsVlR.mjs} +39 -13
- package/dist/manifest-B8UDsVlR.mjs.map +1 -0
- package/dist/resolver.mjs.map +1 -1
- package/dist/services/definitions/authentik.d.mts +7 -0
- package/dist/services/definitions/authentik.d.mts.map +1 -0
- package/dist/services/definitions/authentik.mjs +105 -0
- package/dist/services/definitions/authentik.mjs.map +1 -0
- package/dist/services/definitions/crowdsec.d.mts +7 -0
- package/dist/services/definitions/crowdsec.d.mts.map +1 -0
- package/dist/services/definitions/crowdsec.mjs +62 -0
- package/dist/services/definitions/crowdsec.mjs.map +1 -0
- package/dist/services/definitions/ghost.d.mts +7 -0
- package/dist/services/definitions/ghost.d.mts.map +1 -0
- package/dist/services/definitions/ghost.mjs +58 -0
- package/dist/services/definitions/ghost.mjs.map +1 -0
- package/dist/services/definitions/headscale.d.mts +7 -0
- package/dist/services/definitions/headscale.d.mts.map +1 -0
- package/dist/services/definitions/headscale.mjs +71 -0
- package/dist/services/definitions/headscale.mjs.map +1 -0
- package/dist/services/definitions/homeassistant.d.mts +7 -0
- package/dist/services/definitions/homeassistant.d.mts.map +1 -0
- package/dist/services/definitions/homeassistant.mjs +61 -0
- package/dist/services/definitions/homeassistant.mjs.map +1 -0
- package/dist/services/definitions/immich.d.mts +7 -0
- package/dist/services/definitions/immich.d.mts.map +1 -0
- package/dist/services/definitions/immich.mjs +92 -0
- package/dist/services/definitions/immich.mjs.map +1 -0
- package/dist/services/definitions/index.d.mts +15 -1
- package/dist/services/definitions/index.d.mts.map +1 -1
- package/dist/services/definitions/index.mjs +30 -2
- package/dist/services/definitions/index.mjs.map +1 -1
- package/dist/services/definitions/jellyfin.d.mts +7 -0
- package/dist/services/definitions/jellyfin.d.mts.map +1 -0
- package/dist/services/definitions/jellyfin.mjs +62 -0
- package/dist/services/definitions/jellyfin.mjs.map +1 -0
- package/dist/services/definitions/jenkins.d.mts +7 -0
- package/dist/services/definitions/jenkins.d.mts.map +1 -0
- package/dist/services/definitions/jenkins.mjs +62 -0
- package/dist/services/definitions/jenkins.mjs.map +1 -0
- package/dist/services/definitions/loki.d.mts +7 -0
- package/dist/services/definitions/loki.d.mts.map +1 -0
- package/dist/services/definitions/loki.mjs +51 -0
- package/dist/services/definitions/loki.mjs.map +1 -0
- package/dist/services/definitions/milvus.d.mts +7 -0
- package/dist/services/definitions/milvus.d.mts.map +1 -0
- package/dist/services/definitions/milvus.mjs +75 -0
- package/dist/services/definitions/milvus.mjs.map +1 -0
- package/dist/services/definitions/nextcloud.d.mts +7 -0
- package/dist/services/definitions/nextcloud.d.mts.map +1 -0
- package/dist/services/definitions/nextcloud.mjs +80 -0
- package/dist/services/definitions/nextcloud.mjs.map +1 -0
- package/dist/services/definitions/signoz.d.mts +7 -0
- package/dist/services/definitions/signoz.d.mts.map +1 -0
- package/dist/services/definitions/signoz.mjs +54 -0
- package/dist/services/definitions/signoz.mjs.map +1 -0
- package/dist/services/definitions/supabase.d.mts +7 -0
- package/dist/services/definitions/supabase.d.mts.map +1 -0
- package/dist/services/definitions/supabase.mjs +69 -0
- package/dist/services/definitions/supabase.mjs.map +1 -0
- package/dist/services/definitions/vaultwarden.d.mts +7 -0
- package/dist/services/definitions/vaultwarden.d.mts.map +1 -0
- package/dist/services/definitions/vaultwarden.mjs +63 -0
- package/dist/services/definitions/vaultwarden.mjs.map +1 -0
- package/dist/skills/skill-manifest.mjs +1 -1
- package/package.json +1 -1
- package/src/resolver.ts +10 -10
- package/src/services/definitions/authentik.ts +106 -0
- package/src/services/definitions/crowdsec.ts +66 -0
- package/src/services/definitions/ghost.ts +60 -0
- package/src/services/definitions/headscale.ts +72 -0
- package/src/services/definitions/homeassistant.ts +65 -0
- package/src/services/definitions/immich.ts +93 -0
- package/src/services/definitions/index.ts +42 -0
- package/src/services/definitions/jellyfin.ts +66 -0
- package/src/services/definitions/jenkins.ts +67 -0
- package/src/services/definitions/loki.ts +53 -0
- package/src/services/definitions/milvus.ts +84 -0
- package/src/services/definitions/nextcloud.ts +81 -0
- package/src/services/definitions/signoz.ts +54 -0
- package/src/services/definitions/supabase.ts +73 -0
- package/src/services/definitions/vaultwarden.ts +68 -0
- package/src/skills/manifest.json +63 -12
- package/dist/manifest-BjK4ALvr.mjs.map +0 -1
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
//#region src/services/definitions/homeassistant.ts
|
|
2
|
+
const homeassistantDefinition = {
|
|
3
|
+
id: "homeassistant",
|
|
4
|
+
name: "Home Assistant",
|
|
5
|
+
description: "Open source home automation that puts local control and privacy first.",
|
|
6
|
+
category: "automation",
|
|
7
|
+
icon: "🏠",
|
|
8
|
+
image: "ghcr.io/home-assistant/home-assistant",
|
|
9
|
+
imageTag: "stable",
|
|
10
|
+
ports: [{
|
|
11
|
+
host: 8123,
|
|
12
|
+
container: 8123,
|
|
13
|
+
description: "Home Assistant Web Interface",
|
|
14
|
+
exposed: true
|
|
15
|
+
}],
|
|
16
|
+
volumes: [{
|
|
17
|
+
name: "homeassistant_config",
|
|
18
|
+
containerPath: "/config",
|
|
19
|
+
description: "Home Assistant configuration directory"
|
|
20
|
+
}, {
|
|
21
|
+
name: "/etc/localtime",
|
|
22
|
+
containerPath: "/etc/localtime",
|
|
23
|
+
description: "Timezone sync"
|
|
24
|
+
}],
|
|
25
|
+
environment: [{
|
|
26
|
+
key: "TZ",
|
|
27
|
+
defaultValue: "UTC",
|
|
28
|
+
secret: false,
|
|
29
|
+
description: "Timezone mapping",
|
|
30
|
+
required: false
|
|
31
|
+
}],
|
|
32
|
+
healthcheck: {
|
|
33
|
+
test: "curl --fail http://localhost:8123/ || exit 1",
|
|
34
|
+
interval: "30s",
|
|
35
|
+
timeout: "10s",
|
|
36
|
+
retries: 3,
|
|
37
|
+
startPeriod: "30s"
|
|
38
|
+
},
|
|
39
|
+
dependsOn: [],
|
|
40
|
+
restartPolicy: "unless-stopped",
|
|
41
|
+
networks: ["openclaw-network"],
|
|
42
|
+
skills: [],
|
|
43
|
+
openclawEnvVars: [],
|
|
44
|
+
docsUrl: "https://www.home-assistant.io/docs/",
|
|
45
|
+
tags: [
|
|
46
|
+
"smarthome",
|
|
47
|
+
"automation",
|
|
48
|
+
"iot",
|
|
49
|
+
"local-first"
|
|
50
|
+
],
|
|
51
|
+
maturity: "stable",
|
|
52
|
+
requires: [],
|
|
53
|
+
recommends: [],
|
|
54
|
+
conflictsWith: [],
|
|
55
|
+
minMemoryMB: 1024,
|
|
56
|
+
gpuRequired: false
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
//#endregion
|
|
60
|
+
export { homeassistantDefinition };
|
|
61
|
+
//# sourceMappingURL=homeassistant.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"homeassistant.mjs","names":[],"sources":["../../../src/services/definitions/homeassistant.ts"],"sourcesContent":["import type { ServiceDefinition } from \"../../types.js\";\n\nexport const homeassistantDefinition: ServiceDefinition = {\n\tid: \"homeassistant\",\n\tname: \"Home Assistant\",\n\tdescription: \"Open source home automation that puts local control and privacy first.\",\n\tcategory: \"automation\",\n\ticon: \"🏠\",\n\n\timage: \"ghcr.io/home-assistant/home-assistant\",\n\timageTag: \"stable\",\n\tports: [\n\t\t{\n\t\t\thost: 8123,\n\t\t\tcontainer: 8123,\n\t\t\tdescription: \"Home Assistant Web Interface\",\n\t\t\texposed: true,\n\t\t},\n\t],\n\tvolumes: [\n\t\t{\n\t\t\tname: \"homeassistant_config\",\n\t\t\tcontainerPath: \"/config\",\n\t\t\tdescription: \"Home Assistant configuration directory\",\n\t\t},\n\t\t{\n\t\t\tname: \"/etc/localtime\",\n\t\t\tcontainerPath: \"/etc/localtime\",\n\t\t\tdescription: \"Timezone sync\",\n\t\t},\n\t],\n\tenvironment: [\n\t\t{\n\t\t\tkey: \"TZ\",\n\t\t\tdefaultValue: \"UTC\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"Timezone mapping\",\n\t\t\trequired: false,\n\t\t},\n\t],\n\thealthcheck: {\n\t\ttest: \"curl --fail http://localhost:8123/ || exit 1\",\n\t\tinterval: \"30s\",\n\t\ttimeout: \"10s\",\n\t\tretries: 3,\n\t\tstartPeriod: \"30s\",\n\t},\n\tdependsOn: [],\n\trestartPolicy: \"unless-stopped\",\n\tnetworks: [\"openclaw-network\"],\n\n\tskills: [],\n\topenclawEnvVars: [],\n\n\tdocsUrl: \"https://www.home-assistant.io/docs/\",\n\ttags: [\"smarthome\", \"automation\", \"iot\", \"local-first\"],\n\tmaturity: \"stable\",\n\n\trequires: [],\n\trecommends: [],\n\tconflictsWith: [],\n\n\tminMemoryMB: 1024,\n\tgpuRequired: false,\n};\n"],"mappings":";AAEA,MAAa,0BAA6C;CACzD,IAAI;CACJ,MAAM;CACN,aAAa;CACb,UAAU;CACV,MAAM;CAEN,OAAO;CACP,UAAU;CACV,OAAO,CACN;EACC,MAAM;EACN,WAAW;EACX,aAAa;EACb,SAAS;EACT,CACD;CACD,SAAS,CACR;EACC,MAAM;EACN,eAAe;EACf,aAAa;EACb,EACD;EACC,MAAM;EACN,eAAe;EACf,aAAa;EACb,CACD;CACD,aAAa,CACZ;EACC,KAAK;EACL,cAAc;EACd,QAAQ;EACR,aAAa;EACb,UAAU;EACV,CACD;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,EAAE;CAEnB,SAAS;CACT,MAAM;EAAC;EAAa;EAAc;EAAO;EAAc;CACvD,UAAU;CAEV,UAAU,EAAE;CACZ,YAAY,EAAE;CACd,eAAe,EAAE;CAEjB,aAAa;CACb,aAAa;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"immich.d.mts","names":[],"sources":["../../../src/services/definitions/immich.ts"],"mappings":";;;cAEa,gBAAA,EAAkB,iBAAA"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
//#region src/services/definitions/immich.ts
|
|
2
|
+
const immichDefinition = {
|
|
3
|
+
id: "immich",
|
|
4
|
+
name: "Immich",
|
|
5
|
+
description: "High performance self-hosted photo and video management solution.",
|
|
6
|
+
category: "media",
|
|
7
|
+
icon: "📸",
|
|
8
|
+
image: "ghcr.io/immich-app/immich-server",
|
|
9
|
+
imageTag: "release",
|
|
10
|
+
ports: [{
|
|
11
|
+
host: 2283,
|
|
12
|
+
container: 2283,
|
|
13
|
+
description: "Immich Web Interface",
|
|
14
|
+
exposed: true
|
|
15
|
+
}],
|
|
16
|
+
volumes: [{
|
|
17
|
+
name: "immich_upload",
|
|
18
|
+
containerPath: "/usr/src/app/upload",
|
|
19
|
+
description: "Persistent Immich photos/videos storage"
|
|
20
|
+
}, {
|
|
21
|
+
name: "/etc/localtime",
|
|
22
|
+
containerPath: "/etc/localtime",
|
|
23
|
+
description: "Host timezone synchronization"
|
|
24
|
+
}],
|
|
25
|
+
environment: [
|
|
26
|
+
{
|
|
27
|
+
key: "DB_HOSTNAME",
|
|
28
|
+
defaultValue: "postgres",
|
|
29
|
+
secret: false,
|
|
30
|
+
description: "Database hostname",
|
|
31
|
+
required: true
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
key: "DB_USERNAME",
|
|
35
|
+
defaultValue: "postgres",
|
|
36
|
+
secret: false,
|
|
37
|
+
description: "Database user",
|
|
38
|
+
required: true
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
key: "DB_PASSWORD",
|
|
42
|
+
defaultValue: "postgres",
|
|
43
|
+
secret: true,
|
|
44
|
+
description: "Database password",
|
|
45
|
+
required: true
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
key: "DB_DATABASE_NAME",
|
|
49
|
+
defaultValue: "immich",
|
|
50
|
+
secret: false,
|
|
51
|
+
description: "Database name",
|
|
52
|
+
required: true
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
key: "REDIS_HOSTNAME",
|
|
56
|
+
defaultValue: "redis",
|
|
57
|
+
secret: false,
|
|
58
|
+
description: "Redis hostname",
|
|
59
|
+
required: true
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
healthcheck: {
|
|
63
|
+
test: "curl --fail http://localhost:2283/api/server-info/ping || exit 1",
|
|
64
|
+
interval: "30s",
|
|
65
|
+
timeout: "10s",
|
|
66
|
+
retries: 3,
|
|
67
|
+
startPeriod: "30s"
|
|
68
|
+
},
|
|
69
|
+
dependsOn: ["postgresql", "redis"],
|
|
70
|
+
restartPolicy: "unless-stopped",
|
|
71
|
+
networks: ["openclaw-network"],
|
|
72
|
+
skills: [],
|
|
73
|
+
openclawEnvVars: [],
|
|
74
|
+
docsUrl: "https://immich.app/docs/overview/introduction",
|
|
75
|
+
tags: [
|
|
76
|
+
"media",
|
|
77
|
+
"photos",
|
|
78
|
+
"videos",
|
|
79
|
+
"gallery",
|
|
80
|
+
"backup"
|
|
81
|
+
],
|
|
82
|
+
maturity: "stable",
|
|
83
|
+
requires: ["postgresql", "redis"],
|
|
84
|
+
recommends: [],
|
|
85
|
+
conflictsWith: [],
|
|
86
|
+
minMemoryMB: 1024,
|
|
87
|
+
gpuRequired: false
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
//#endregion
|
|
91
|
+
export { immichDefinition };
|
|
92
|
+
//# sourceMappingURL=immich.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"immich.mjs","names":[],"sources":["../../../src/services/definitions/immich.ts"],"sourcesContent":["import type { ServiceDefinition } from \"../../types.js\";\n\nexport const immichDefinition: ServiceDefinition = {\n\tid: \"immich\",\n\tname: \"Immich\",\n\tdescription: \"High performance self-hosted photo and video management solution.\",\n\tcategory: \"media\",\n\ticon: \"📸\",\n\n\timage: \"ghcr.io/immich-app/immich-server\",\n\timageTag: \"release\",\n\tports: [\n\t\t{\n\t\t\thost: 2283,\n\t\t\tcontainer: 2283,\n\t\t\tdescription: \"Immich Web Interface\",\n\t\t\texposed: true,\n\t\t},\n\t],\n\tvolumes: [\n\t\t{\n\t\t\tname: \"immich_upload\",\n\t\t\tcontainerPath: \"/usr/src/app/upload\",\n\t\t\tdescription: \"Persistent Immich photos/videos storage\",\n\t\t},\n\t\t{\n\t\t\tname: \"/etc/localtime\",\n\t\t\tcontainerPath: \"/etc/localtime\",\n\t\t\tdescription: \"Host timezone synchronization\",\n\t\t},\n\t],\n\tenvironment: [\n\t\t{\n\t\t\tkey: \"DB_HOSTNAME\",\n\t\t\tdefaultValue: \"postgres\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"Database hostname\",\n\t\t\trequired: true,\n\t\t},\n\t\t{\n\t\t\tkey: \"DB_USERNAME\",\n\t\t\tdefaultValue: \"postgres\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"Database user\",\n\t\t\trequired: true,\n\t\t},\n\t\t{\n\t\t\tkey: \"DB_PASSWORD\",\n\t\t\tdefaultValue: \"postgres\",\n\t\t\tsecret: true,\n\t\t\tdescription: \"Database password\",\n\t\t\trequired: true,\n\t\t},\n\t\t{\n\t\t\tkey: \"DB_DATABASE_NAME\",\n\t\t\tdefaultValue: \"immich\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"Database name\",\n\t\t\trequired: true,\n\t\t},\n\t\t{\n\t\t\tkey: \"REDIS_HOSTNAME\",\n\t\t\tdefaultValue: \"redis\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"Redis hostname\",\n\t\t\trequired: true,\n\t\t},\n\t],\n\thealthcheck: {\n\t\ttest: \"curl --fail http://localhost:2283/api/server-info/ping || exit 1\",\n\t\tinterval: \"30s\",\n\t\ttimeout: \"10s\",\n\t\tretries: 3,\n\t\tstartPeriod: \"30s\",\n\t},\n\tdependsOn: [\"postgresql\", \"redis\"],\n\trestartPolicy: \"unless-stopped\",\n\tnetworks: [\"openclaw-network\"],\n\n\tskills: [],\n\topenclawEnvVars: [],\n\n\tdocsUrl: \"https://immich.app/docs/overview/introduction\",\n\ttags: [\"media\", \"photos\", \"videos\", \"gallery\", \"backup\"],\n\tmaturity: \"stable\",\n\n\trequires: [\"postgresql\", \"redis\"],\n\trecommends: [],\n\tconflictsWith: [],\n\n\tminMemoryMB: 1024,\n\tgpuRequired: false,\n};\n"],"mappings":";AAEA,MAAa,mBAAsC;CAClD,IAAI;CACJ,MAAM;CACN,aAAa;CACb,UAAU;CACV,MAAM;CAEN,OAAO;CACP,UAAU;CACV,OAAO,CACN;EACC,MAAM;EACN,WAAW;EACX,aAAa;EACb,SAAS;EACT,CACD;CACD,SAAS,CACR;EACC,MAAM;EACN,eAAe;EACf,aAAa;EACb,EACD;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;CACD,aAAa;EACZ,MAAM;EACN,UAAU;EACV,SAAS;EACT,SAAS;EACT,aAAa;EACb;CACD,WAAW,CAAC,cAAc,QAAQ;CAClC,eAAe;CACf,UAAU,CAAC,mBAAmB;CAE9B,QAAQ,EAAE;CACV,iBAAiB,EAAE;CAEnB,SAAS;CACT,MAAM;EAAC;EAAS;EAAU;EAAU;EAAW;EAAS;CACxD,UAAU;CAEV,UAAU,CAAC,cAAc,QAAQ;CACjC,YAAY,EAAE;CACd,eAAe,EAAE;CAEjB,aAAa;CACb,aAAa;CACb"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ServiceDefinition } from "../../types.mjs";
|
|
2
2
|
import { anythingLlmDefinition } from "./anything-llm.mjs";
|
|
3
3
|
import { appflowyDefinition } from "./appflowy.mjs";
|
|
4
|
+
import { authentikDefinition } from "./authentik.mjs";
|
|
4
5
|
import { beszelDefinition } from "./beszel.mjs";
|
|
5
6
|
import { browserlessDefinition } from "./browserless.mjs";
|
|
6
7
|
import { caddyDefinition } from "./caddy.mjs";
|
|
@@ -13,6 +14,7 @@ import { comfyuiDefinition } from "./comfyui.mjs";
|
|
|
13
14
|
import { convexDashboardDefinition } from "./convex-dashboard.mjs";
|
|
14
15
|
import { convexDefinition } from "./convex.mjs";
|
|
15
16
|
import { coolifyDefinition } from "./coolify.mjs";
|
|
17
|
+
import { crowdsecDefinition } from "./crowdsec.mjs";
|
|
16
18
|
import { desktopEnvironmentDefinition } from "./desktop-environment.mjs";
|
|
17
19
|
import { difyDefinition } from "./dify.mjs";
|
|
18
20
|
import { docsgptDefinition } from "./docsgpt.mjs";
|
|
@@ -21,10 +23,16 @@ import { dozzleDefinition } from "./dozzle.mjs";
|
|
|
21
23
|
import { ffmpegDefinition } from "./ffmpeg.mjs";
|
|
22
24
|
import { flowiseDefinition } from "./flowise.mjs";
|
|
23
25
|
import { geminiCliDefinition } from "./gemini-cli.mjs";
|
|
26
|
+
import { ghostDefinition } from "./ghost.mjs";
|
|
24
27
|
import { giteaDefinition } from "./gitea.mjs";
|
|
25
28
|
import { gotifyDefinition } from "./gotify.mjs";
|
|
26
29
|
import { grafanaDefinition } from "./grafana.mjs";
|
|
30
|
+
import { headscaleDefinition } from "./headscale.mjs";
|
|
27
31
|
import { hexstrikeDefinition } from "./hexstrike.mjs";
|
|
32
|
+
import { homeassistantDefinition } from "./homeassistant.mjs";
|
|
33
|
+
import { immichDefinition } from "./immich.mjs";
|
|
34
|
+
import { jellyfinDefinition } from "./jellyfin.mjs";
|
|
35
|
+
import { jenkinsDefinition } from "./jenkins.mjs";
|
|
28
36
|
import { kimiDefinition } from "./kimi.mjs";
|
|
29
37
|
import { lasuiteMeetAgentsDefinition } from "./lasuite-meet-agents.mjs";
|
|
30
38
|
import { lasuiteMeetBackendDefinition } from "./lasuite-meet-backend.mjs";
|
|
@@ -33,16 +41,19 @@ import { librechatDefinition } from "./librechat.mjs";
|
|
|
33
41
|
import { lightpandaDefinition } from "./lightpanda.mjs";
|
|
34
42
|
import { litellmDefinition } from "./litellm.mjs";
|
|
35
43
|
import { livekitDefinition } from "./livekit.mjs";
|
|
44
|
+
import { lokiDefinition } from "./loki.mjs";
|
|
36
45
|
import { matomoDefinition } from "./matomo.mjs";
|
|
37
46
|
import { matrixSynapseDefinition } from "./matrix-synapse.mjs";
|
|
38
47
|
import { mattermostDefinition } from "./mattermost.mjs";
|
|
39
48
|
import { meilisearchDefinition } from "./meilisearch.mjs";
|
|
49
|
+
import { milvusDefinition } from "./milvus.mjs";
|
|
40
50
|
import { minioDefinition } from "./minio.mjs";
|
|
41
51
|
import { missionControlDefinition } from "./mission-control.mjs";
|
|
42
52
|
import { mixpostDefinition } from "./mixpost.mjs";
|
|
43
53
|
import { motionCanvasDefinition } from "./motion-canvas.mjs";
|
|
44
54
|
import { n8nDefinition } from "./n8n.mjs";
|
|
45
55
|
import { neo4jDefinition } from "./neo4j.mjs";
|
|
56
|
+
import { nextcloudDefinition } from "./nextcloud.mjs";
|
|
46
57
|
import { nocodbDefinition } from "./nocodb.mjs";
|
|
47
58
|
import { ntfyDefinition } from "./ntfy.mjs";
|
|
48
59
|
import { ollamaDefinition } from "./ollama.mjs";
|
|
@@ -64,10 +75,12 @@ import { remotionDefinition } from "./remotion.mjs";
|
|
|
64
75
|
import { rocketchatDefinition } from "./rocketchat.mjs";
|
|
65
76
|
import { scraplingDefinition } from "./scrapling.mjs";
|
|
66
77
|
import { searxngDefinition } from "./searxng.mjs";
|
|
78
|
+
import { signozDefinition } from "./signoz.mjs";
|
|
67
79
|
import { solidityGuardDefinition } from "./solidityguard.mjs";
|
|
68
80
|
import { stableDiffusionDefinition } from "./stable-diffusion.mjs";
|
|
69
81
|
import { steelBrowserDefinition } from "./steel-browser.mjs";
|
|
70
82
|
import { streamGatewayDefinition } from "./stream-gateway.mjs";
|
|
83
|
+
import { supabaseDefinition } from "./supabase.mjs";
|
|
71
84
|
import { tailscaleDefinition } from "./tailscale.mjs";
|
|
72
85
|
import { temporalDefinition } from "./temporal.mjs";
|
|
73
86
|
import { traefikDefinition } from "./traefik.mjs";
|
|
@@ -75,6 +88,7 @@ import { umamiDefinition } from "./umami.mjs";
|
|
|
75
88
|
import { uptimeKumaDefinition } from "./uptime-kuma.mjs";
|
|
76
89
|
import { usesendDefinition } from "./usesend.mjs";
|
|
77
90
|
import { valkeyDefinition } from "./valkey.mjs";
|
|
91
|
+
import { vaultwardenDefinition } from "./vaultwarden.mjs";
|
|
78
92
|
import { watchtowerDefinition } from "./watchtower.mjs";
|
|
79
93
|
import { weaviateDefinition } from "./weaviate.mjs";
|
|
80
94
|
import { whisperDefinition } from "./whisper.mjs";
|
|
@@ -83,5 +97,5 @@ import { xyopsDefinition } from "./xyops.mjs";
|
|
|
83
97
|
//#region src/services/definitions/index.d.ts
|
|
84
98
|
declare const allServiceDefinitions: ServiceDefinition[];
|
|
85
99
|
//#endregion
|
|
86
|
-
export { allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, beszelDefinition, browserlessDefinition, caddyDefinition, calComDefinition, chromadbDefinition, claudeCodeDefinition, codeServerDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, desktopEnvironmentDefinition, difyDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, ffmpegDefinition, flowiseDefinition, geminiCliDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, hexstrikeDefinition, kimiDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, litellmDefinition, livekitDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, meilisearchDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, motionCanvasDefinition, n8nDefinition, neo4jDefinition, nocodbDefinition, ntfyDefinition, ollamaDefinition, openWebuiDefinition, opencodeDefinition, openpanelDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, playwrightServerDefinition, portainerDefinition, postgresqlDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, redisDefinition, remotionDefinition, rocketchatDefinition, scraplingDefinition, searxngDefinition, solidityGuardDefinition, stableDiffusionDefinition, steelBrowserDefinition, streamGatewayDefinition, tailscaleDefinition, temporalDefinition, traefikDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, xyopsDefinition };
|
|
100
|
+
export { allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, authentikDefinition, beszelDefinition, browserlessDefinition, caddyDefinition, calComDefinition, chromadbDefinition, claudeCodeDefinition, codeServerDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, crowdsecDefinition, desktopEnvironmentDefinition, difyDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, ffmpegDefinition, flowiseDefinition, geminiCliDefinition, ghostDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, headscaleDefinition, hexstrikeDefinition, homeassistantDefinition, immichDefinition, jellyfinDefinition, jenkinsDefinition, kimiDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, litellmDefinition, livekitDefinition, lokiDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, meilisearchDefinition, milvusDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, motionCanvasDefinition, n8nDefinition, neo4jDefinition, nextcloudDefinition, nocodbDefinition, ntfyDefinition, ollamaDefinition, openWebuiDefinition, opencodeDefinition, openpanelDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, playwrightServerDefinition, portainerDefinition, postgresqlDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, redisDefinition, remotionDefinition, rocketchatDefinition, scraplingDefinition, searxngDefinition, signozDefinition, solidityGuardDefinition, stableDiffusionDefinition, steelBrowserDefinition, streamGatewayDefinition, supabaseDefinition, tailscaleDefinition, temporalDefinition, traefikDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, vaultwardenDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, xyopsDefinition };
|
|
87
101
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../../../src/services/definitions/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../../../src/services/definitions/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA+La,qBAAA,EAAuB,iBAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { anythingLlmDefinition } from "./anything-llm.mjs";
|
|
2
2
|
import { appflowyDefinition } from "./appflowy.mjs";
|
|
3
|
+
import { authentikDefinition } from "./authentik.mjs";
|
|
3
4
|
import { beszelDefinition } from "./beszel.mjs";
|
|
4
5
|
import { browserlessDefinition } from "./browserless.mjs";
|
|
5
6
|
import { caddyDefinition } from "./caddy.mjs";
|
|
@@ -12,6 +13,7 @@ import { comfyuiDefinition } from "./comfyui.mjs";
|
|
|
12
13
|
import { convexDefinition } from "./convex.mjs";
|
|
13
14
|
import { convexDashboardDefinition } from "./convex-dashboard.mjs";
|
|
14
15
|
import { coolifyDefinition } from "./coolify.mjs";
|
|
16
|
+
import { crowdsecDefinition } from "./crowdsec.mjs";
|
|
15
17
|
import { desktopEnvironmentDefinition } from "./desktop-environment.mjs";
|
|
16
18
|
import { difyDefinition } from "./dify.mjs";
|
|
17
19
|
import { docsgptDefinition } from "./docsgpt.mjs";
|
|
@@ -20,10 +22,16 @@ import { dozzleDefinition } from "./dozzle.mjs";
|
|
|
20
22
|
import { ffmpegDefinition } from "./ffmpeg.mjs";
|
|
21
23
|
import { flowiseDefinition } from "./flowise.mjs";
|
|
22
24
|
import { geminiCliDefinition } from "./gemini-cli.mjs";
|
|
25
|
+
import { ghostDefinition } from "./ghost.mjs";
|
|
23
26
|
import { giteaDefinition } from "./gitea.mjs";
|
|
24
27
|
import { gotifyDefinition } from "./gotify.mjs";
|
|
25
28
|
import { grafanaDefinition } from "./grafana.mjs";
|
|
29
|
+
import { headscaleDefinition } from "./headscale.mjs";
|
|
26
30
|
import { hexstrikeDefinition } from "./hexstrike.mjs";
|
|
31
|
+
import { homeassistantDefinition } from "./homeassistant.mjs";
|
|
32
|
+
import { immichDefinition } from "./immich.mjs";
|
|
33
|
+
import { jellyfinDefinition } from "./jellyfin.mjs";
|
|
34
|
+
import { jenkinsDefinition } from "./jenkins.mjs";
|
|
27
35
|
import { kimiDefinition } from "./kimi.mjs";
|
|
28
36
|
import { lasuiteMeetAgentsDefinition } from "./lasuite-meet-agents.mjs";
|
|
29
37
|
import { lasuiteMeetBackendDefinition } from "./lasuite-meet-backend.mjs";
|
|
@@ -32,16 +40,19 @@ import { librechatDefinition } from "./librechat.mjs";
|
|
|
32
40
|
import { lightpandaDefinition } from "./lightpanda.mjs";
|
|
33
41
|
import { litellmDefinition } from "./litellm.mjs";
|
|
34
42
|
import { livekitDefinition } from "./livekit.mjs";
|
|
43
|
+
import { lokiDefinition } from "./loki.mjs";
|
|
35
44
|
import { matomoDefinition } from "./matomo.mjs";
|
|
36
45
|
import { matrixSynapseDefinition } from "./matrix-synapse.mjs";
|
|
37
46
|
import { mattermostDefinition } from "./mattermost.mjs";
|
|
38
47
|
import { meilisearchDefinition } from "./meilisearch.mjs";
|
|
48
|
+
import { milvusDefinition } from "./milvus.mjs";
|
|
39
49
|
import { minioDefinition } from "./minio.mjs";
|
|
40
50
|
import { missionControlDefinition } from "./mission-control.mjs";
|
|
41
51
|
import { mixpostDefinition } from "./mixpost.mjs";
|
|
42
52
|
import { motionCanvasDefinition } from "./motion-canvas.mjs";
|
|
43
53
|
import { n8nDefinition } from "./n8n.mjs";
|
|
44
54
|
import { neo4jDefinition } from "./neo4j.mjs";
|
|
55
|
+
import { nextcloudDefinition } from "./nextcloud.mjs";
|
|
45
56
|
import { nocodbDefinition } from "./nocodb.mjs";
|
|
46
57
|
import { ntfyDefinition } from "./ntfy.mjs";
|
|
47
58
|
import { ollamaDefinition } from "./ollama.mjs";
|
|
@@ -63,10 +74,12 @@ import { remotionDefinition } from "./remotion.mjs";
|
|
|
63
74
|
import { rocketchatDefinition } from "./rocketchat.mjs";
|
|
64
75
|
import { scraplingDefinition } from "./scrapling.mjs";
|
|
65
76
|
import { searxngDefinition } from "./searxng.mjs";
|
|
77
|
+
import { signozDefinition } from "./signoz.mjs";
|
|
66
78
|
import { solidityGuardDefinition } from "./solidityguard.mjs";
|
|
67
79
|
import { stableDiffusionDefinition } from "./stable-diffusion.mjs";
|
|
68
80
|
import { steelBrowserDefinition } from "./steel-browser.mjs";
|
|
69
81
|
import { streamGatewayDefinition } from "./stream-gateway.mjs";
|
|
82
|
+
import { supabaseDefinition } from "./supabase.mjs";
|
|
70
83
|
import { tailscaleDefinition } from "./tailscale.mjs";
|
|
71
84
|
import { temporalDefinition } from "./temporal.mjs";
|
|
72
85
|
import { traefikDefinition } from "./traefik.mjs";
|
|
@@ -74,6 +87,7 @@ import { umamiDefinition } from "./umami.mjs";
|
|
|
74
87
|
import { uptimeKumaDefinition } from "./uptime-kuma.mjs";
|
|
75
88
|
import { usesendDefinition } from "./usesend.mjs";
|
|
76
89
|
import { valkeyDefinition } from "./valkey.mjs";
|
|
90
|
+
import { vaultwardenDefinition } from "./vaultwarden.mjs";
|
|
77
91
|
import { watchtowerDefinition } from "./watchtower.mjs";
|
|
78
92
|
import { weaviateDefinition } from "./weaviate.mjs";
|
|
79
93
|
import { whisperDefinition } from "./whisper.mjs";
|
|
@@ -117,6 +131,19 @@ const allServiceDefinitions = [
|
|
|
117
131
|
comfyuiDefinition,
|
|
118
132
|
playwrightServerDefinition,
|
|
119
133
|
openWebuiDefinition,
|
|
134
|
+
homeassistantDefinition,
|
|
135
|
+
nextcloudDefinition,
|
|
136
|
+
immichDefinition,
|
|
137
|
+
jellyfinDefinition,
|
|
138
|
+
vaultwardenDefinition,
|
|
139
|
+
milvusDefinition,
|
|
140
|
+
jenkinsDefinition,
|
|
141
|
+
authentikDefinition,
|
|
142
|
+
crowdsecDefinition,
|
|
143
|
+
ghostDefinition,
|
|
144
|
+
lokiDefinition,
|
|
145
|
+
signozDefinition,
|
|
146
|
+
supabaseDefinition,
|
|
120
147
|
librechatDefinition,
|
|
121
148
|
anythingLlmDefinition,
|
|
122
149
|
difyDefinition,
|
|
@@ -160,9 +187,10 @@ const allServiceDefinitions = [
|
|
|
160
187
|
hexstrikeDefinition,
|
|
161
188
|
solidityGuardDefinition,
|
|
162
189
|
pentagiDefinition,
|
|
163
|
-
pentestagentDefinition
|
|
190
|
+
pentestagentDefinition,
|
|
191
|
+
headscaleDefinition
|
|
164
192
|
];
|
|
165
193
|
|
|
166
194
|
//#endregion
|
|
167
|
-
export { allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, beszelDefinition, browserlessDefinition, caddyDefinition, calComDefinition, chromadbDefinition, claudeCodeDefinition, codeServerDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, desktopEnvironmentDefinition, difyDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, ffmpegDefinition, flowiseDefinition, geminiCliDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, hexstrikeDefinition, kimiDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, litellmDefinition, livekitDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, meilisearchDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, motionCanvasDefinition, n8nDefinition, neo4jDefinition, nocodbDefinition, ntfyDefinition, ollamaDefinition, openWebuiDefinition, opencodeDefinition, openpanelDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, playwrightServerDefinition, portainerDefinition, postgresqlDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, redisDefinition, remotionDefinition, rocketchatDefinition, scraplingDefinition, searxngDefinition, solidityGuardDefinition, stableDiffusionDefinition, steelBrowserDefinition, streamGatewayDefinition, tailscaleDefinition, temporalDefinition, traefikDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, xyopsDefinition };
|
|
195
|
+
export { allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, authentikDefinition, beszelDefinition, browserlessDefinition, caddyDefinition, calComDefinition, chromadbDefinition, claudeCodeDefinition, codeServerDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, crowdsecDefinition, desktopEnvironmentDefinition, difyDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, ffmpegDefinition, flowiseDefinition, geminiCliDefinition, ghostDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, headscaleDefinition, hexstrikeDefinition, homeassistantDefinition, immichDefinition, jellyfinDefinition, jenkinsDefinition, kimiDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, litellmDefinition, livekitDefinition, lokiDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, meilisearchDefinition, milvusDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, motionCanvasDefinition, n8nDefinition, neo4jDefinition, nextcloudDefinition, nocodbDefinition, ntfyDefinition, ollamaDefinition, openWebuiDefinition, opencodeDefinition, openpanelDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, playwrightServerDefinition, portainerDefinition, postgresqlDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, redisDefinition, remotionDefinition, rocketchatDefinition, scraplingDefinition, searxngDefinition, signozDefinition, solidityGuardDefinition, stableDiffusionDefinition, steelBrowserDefinition, streamGatewayDefinition, supabaseDefinition, tailscaleDefinition, temporalDefinition, traefikDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, vaultwardenDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, xyopsDefinition };
|
|
168
196
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../../../src/services/definitions/index.ts"],"sourcesContent":["export { anythingLlmDefinition } from \"./anything-llm.js\";\nexport { appflowyDefinition } from \"./appflowy.js\";\nexport { beszelDefinition } from \"./beszel.js\";\nexport { browserlessDefinition } from \"./browserless.js\";\nexport { caddyDefinition } from \"./caddy.js\";\nexport { calComDefinition } from \"./cal-com.js\";\nexport { chromadbDefinition } from \"./chromadb.js\";\nexport { claudeCodeDefinition } from \"./claude-code.js\";\nexport { codeServerDefinition } from \"./code-server.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 { desktopEnvironmentDefinition } from \"./desktop-environment.js\";\nexport { difyDefinition } from \"./dify.js\";\nexport { docsgptDefinition } from \"./docsgpt.js\";\nexport { dokployDefinition } from \"./dokploy.js\";\nexport { dozzleDefinition } from \"./dozzle.js\";\nexport { ffmpegDefinition } from \"./ffmpeg.js\";\nexport { flowiseDefinition } from \"./flowise.js\";\nexport { geminiCliDefinition } from \"./gemini-cli.js\";\nexport { giteaDefinition } from \"./gitea.js\";\nexport { gotifyDefinition } from \"./gotify.js\";\nexport { grafanaDefinition } from \"./grafana.js\";\nexport { hexstrikeDefinition } from \"./hexstrike.js\";\nexport { kimiDefinition } from \"./kimi.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 { litellmDefinition } from \"./litellm.js\";\nexport { livekitDefinition } from \"./livekit.js\";\nexport { matomoDefinition } from \"./matomo.js\";\nexport { matrixSynapseDefinition } from \"./matrix-synapse.js\";\nexport { mattermostDefinition } from \"./mattermost.js\";\nexport { meilisearchDefinition } from \"./meilisearch.js\";\nexport { minioDefinition } from \"./minio.js\";\nexport { missionControlDefinition } from \"./mission-control.js\";\nexport { mixpostDefinition } from \"./mixpost.js\";\nexport { motionCanvasDefinition } from \"./motion-canvas.js\";\nexport { n8nDefinition } from \"./n8n.js\";\nexport { neo4jDefinition } from \"./neo4j.js\";\nexport { nocodbDefinition } from \"./nocodb.js\";\nexport { ntfyDefinition } from \"./ntfy.js\";\nexport { ollamaDefinition } from \"./ollama.js\";\nexport { openWebuiDefinition } from \"./open-webui.js\";\nexport { opencodeDefinition } from \"./opencode.js\";\nexport { openpanelDefinition } from \"./openpanel.js\";\nexport { outlineDefinition } from \"./outline.js\";\nexport { paperlessNgxDefinition } from \"./paperless-ngx.js\";\nexport { pentagiDefinition } from \"./pentagi.js\";\nexport { pentestagentDefinition } from \"./pentestagent.js\";\nexport { playwrightServerDefinition } from \"./playwright-server.js\";\nexport { portainerDefinition } from \"./portainer.js\";\nexport { postgresqlDefinition } from \"./postgresql.js\";\nexport { postizDefinition } from \"./postiz.js\";\nexport { prometheusDefinition } from \"./prometheus.js\";\nexport { qdrantDefinition } from \"./qdrant.js\";\nexport { redisDefinition } from \"./redis.js\";\nexport { remotionDefinition } from \"./remotion.js\";\nexport { rocketchatDefinition } from \"./rocketchat.js\";\nexport { scraplingDefinition } from \"./scrapling.js\";\nexport { searxngDefinition } from \"./searxng.js\";\nexport { solidityGuardDefinition } from \"./solidityguard.js\";\nexport { stableDiffusionDefinition } from \"./stable-diffusion.js\";\nexport { steelBrowserDefinition } from \"./steel-browser.js\";\nexport { streamGatewayDefinition } from \"./stream-gateway.js\";\nexport { tailscaleDefinition } from \"./tailscale.js\";\nexport { temporalDefinition } from \"./temporal.js\";\nexport { traefikDefinition } from \"./traefik.js\";\nexport { umamiDefinition } from \"./umami.js\";\nexport { uptimeKumaDefinition } from \"./uptime-kuma.js\";\nexport { usesendDefinition } from \"./usesend.js\";\nexport { valkeyDefinition } from \"./valkey.js\";\nexport { watchtowerDefinition } from \"./watchtower.js\";\nexport { weaviateDefinition } from \"./weaviate.js\";\nexport { whisperDefinition } from \"./whisper.js\";\nexport { xyopsDefinition } from \"./xyops.js\";\n\nimport type { ServiceDefinition } from \"../../types.js\";\nimport { anythingLlmDefinition } from \"./anything-llm.js\";\nimport { appflowyDefinition } from \"./appflowy.js\";\nimport { beszelDefinition } from \"./beszel.js\";\nimport { browserlessDefinition } from \"./browserless.js\";\nimport { caddyDefinition } from \"./caddy.js\";\nimport { calComDefinition } from \"./cal-com.js\";\nimport { chromadbDefinition } from \"./chromadb.js\";\nimport { claudeCodeDefinition } from \"./claude-code.js\";\nimport { codeServerDefinition } from \"./code-server.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 { desktopEnvironmentDefinition } from \"./desktop-environment.js\";\nimport { difyDefinition } from \"./dify.js\";\nimport { docsgptDefinition } from \"./docsgpt.js\";\nimport { dokployDefinition } from \"./dokploy.js\";\nimport { dozzleDefinition } from \"./dozzle.js\";\nimport { ffmpegDefinition } from \"./ffmpeg.js\";\nimport { flowiseDefinition } from \"./flowise.js\";\nimport { geminiCliDefinition } from \"./gemini-cli.js\";\nimport { giteaDefinition } from \"./gitea.js\";\nimport { gotifyDefinition } from \"./gotify.js\";\nimport { grafanaDefinition } from \"./grafana.js\";\nimport { hexstrikeDefinition } from \"./hexstrike.js\";\nimport { kimiDefinition } from \"./kimi.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 { litellmDefinition } from \"./litellm.js\";\nimport { livekitDefinition } from \"./livekit.js\";\nimport { matomoDefinition } from \"./matomo.js\";\nimport { matrixSynapseDefinition } from \"./matrix-synapse.js\";\nimport { mattermostDefinition } from \"./mattermost.js\";\nimport { meilisearchDefinition } from \"./meilisearch.js\";\nimport { minioDefinition } from \"./minio.js\";\nimport { missionControlDefinition } from \"./mission-control.js\";\nimport { mixpostDefinition } from \"./mixpost.js\";\nimport { motionCanvasDefinition } from \"./motion-canvas.js\";\nimport { n8nDefinition } from \"./n8n.js\";\nimport { neo4jDefinition } from \"./neo4j.js\";\nimport { nocodbDefinition } from \"./nocodb.js\";\nimport { ntfyDefinition } from \"./ntfy.js\";\nimport { ollamaDefinition } from \"./ollama.js\";\nimport { openWebuiDefinition } from \"./open-webui.js\";\nimport { opencodeDefinition } from \"./opencode.js\";\nimport { openpanelDefinition } from \"./openpanel.js\";\nimport { outlineDefinition } from \"./outline.js\";\nimport { paperlessNgxDefinition } from \"./paperless-ngx.js\";\nimport { pentagiDefinition } from \"./pentagi.js\";\nimport { pentestagentDefinition } from \"./pentestagent.js\";\nimport { playwrightServerDefinition } from \"./playwright-server.js\";\nimport { portainerDefinition } from \"./portainer.js\";\nimport { postgresqlDefinition } from \"./postgresql.js\";\nimport { postizDefinition } from \"./postiz.js\";\nimport { prometheusDefinition } from \"./prometheus.js\";\nimport { qdrantDefinition } from \"./qdrant.js\";\nimport { redisDefinition } from \"./redis.js\";\nimport { remotionDefinition } from \"./remotion.js\";\nimport { rocketchatDefinition } from \"./rocketchat.js\";\nimport { scraplingDefinition } from \"./scrapling.js\";\nimport { searxngDefinition } from \"./searxng.js\";\nimport { solidityGuardDefinition } from \"./solidityguard.js\";\nimport { stableDiffusionDefinition } from \"./stable-diffusion.js\";\nimport { steelBrowserDefinition } from \"./steel-browser.js\";\nimport { streamGatewayDefinition } from \"./stream-gateway.js\";\nimport { tailscaleDefinition } from \"./tailscale.js\";\nimport { temporalDefinition } from \"./temporal.js\";\nimport { traefikDefinition } from \"./traefik.js\";\nimport { umamiDefinition } from \"./umami.js\";\nimport { uptimeKumaDefinition } from \"./uptime-kuma.js\";\nimport { usesendDefinition } from \"./usesend.js\";\nimport { valkeyDefinition } from \"./valkey.js\";\nimport { watchtowerDefinition } from \"./watchtower.js\";\nimport { weaviateDefinition } from \"./weaviate.js\";\nimport { whisperDefinition } from \"./whisper.js\";\nimport { xyopsDefinition } from \"./xyops.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\tsearxngDefinition,\n\tmeilisearchDefinition,\n\tollamaDefinition,\n\twhisperDefinition,\n\tchromadbDefinition,\n\tweaviateDefinition,\n\tvalkeyDefinition,\n\tgotifyDefinition,\n\tntfyDefinition,\n\tremotionDefinition,\n\tmotionCanvasDefinition,\n\ttemporalDefinition,\n\toutlineDefinition,\n\tdocsgptDefinition,\n\tpaperlessNgxDefinition,\n\tnocodbDefinition,\n\tappflowyDefinition,\n\tmatrixSynapseDefinition,\n\trocketchatDefinition,\n\tmattermostDefinition,\n\tstableDiffusionDefinition,\n\tcomfyuiDefinition,\n\tplaywrightServerDefinition,\n\topenWebuiDefinition,\n\tlibrechatDefinition,\n\tanythingLlmDefinition,\n\tdifyDefinition,\n\tflowiseDefinition,\n\tlitellmDefinition,\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\tmissionControlDefinition,\n\topenpanelDefinition,\n\tlightpandaDefinition,\n\tsteelBrowserDefinition,\n\tcoolifyDefinition,\n\tdokployDefinition,\n\ttailscaleDefinition,\n\tlivekitDefinition,\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];\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmKA,MAAa,wBAA6C;CACzD;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA"}
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../../src/services/definitions/index.ts"],"sourcesContent":["export { anythingLlmDefinition } from \"./anything-llm.js\";\nexport { appflowyDefinition } from \"./appflowy.js\";\nexport { authentikDefinition } from \"./authentik.js\";\nexport { beszelDefinition } from \"./beszel.js\";\nexport { browserlessDefinition } from \"./browserless.js\";\nexport { caddyDefinition } from \"./caddy.js\";\nexport { calComDefinition } from \"./cal-com.js\";\nexport { chromadbDefinition } from \"./chromadb.js\";\nexport { claudeCodeDefinition } from \"./claude-code.js\";\nexport { codeServerDefinition } from \"./code-server.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 { desktopEnvironmentDefinition } from \"./desktop-environment.js\";\nexport { difyDefinition } from \"./dify.js\";\nexport { docsgptDefinition } from \"./docsgpt.js\";\nexport { dokployDefinition } from \"./dokploy.js\";\nexport { dozzleDefinition } from \"./dozzle.js\";\nexport { ffmpegDefinition } from \"./ffmpeg.js\";\nexport { flowiseDefinition } from \"./flowise.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 { headscaleDefinition } from \"./headscale.js\";\nexport { hexstrikeDefinition } from \"./hexstrike.js\";\nexport { homeassistantDefinition } from \"./homeassistant.js\";\nexport { immichDefinition } from \"./immich.js\";\nexport { jellyfinDefinition } from \"./jellyfin.js\";\nexport { jenkinsDefinition } from \"./jenkins.js\";\nexport { kimiDefinition } from \"./kimi.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 { litellmDefinition } from \"./litellm.js\";\nexport { livekitDefinition } from \"./livekit.js\";\nexport { lokiDefinition } from \"./loki.js\";\nexport { matomoDefinition } from \"./matomo.js\";\nexport { matrixSynapseDefinition } from \"./matrix-synapse.js\";\nexport { mattermostDefinition } from \"./mattermost.js\";\nexport { meilisearchDefinition } from \"./meilisearch.js\";\nexport { milvusDefinition } from \"./milvus.js\";\nexport { minioDefinition } from \"./minio.js\";\nexport { missionControlDefinition } from \"./mission-control.js\";\nexport { mixpostDefinition } from \"./mixpost.js\";\nexport { motionCanvasDefinition } from \"./motion-canvas.js\";\nexport { n8nDefinition } from \"./n8n.js\";\nexport { neo4jDefinition } from \"./neo4j.js\";\nexport { nextcloudDefinition } from \"./nextcloud.js\";\nexport { nocodbDefinition } from \"./nocodb.js\";\nexport { ntfyDefinition } from \"./ntfy.js\";\nexport { ollamaDefinition } from \"./ollama.js\";\nexport { openWebuiDefinition } from \"./open-webui.js\";\nexport { opencodeDefinition } from \"./opencode.js\";\nexport { openpanelDefinition } from \"./openpanel.js\";\nexport { outlineDefinition } from \"./outline.js\";\nexport { paperlessNgxDefinition } from \"./paperless-ngx.js\";\nexport { pentagiDefinition } from \"./pentagi.js\";\nexport { pentestagentDefinition } from \"./pentestagent.js\";\nexport { playwrightServerDefinition } from \"./playwright-server.js\";\nexport { portainerDefinition } from \"./portainer.js\";\nexport { postgresqlDefinition } from \"./postgresql.js\";\nexport { postizDefinition } from \"./postiz.js\";\nexport { prometheusDefinition } from \"./prometheus.js\";\nexport { qdrantDefinition } from \"./qdrant.js\";\nexport { redisDefinition } from \"./redis.js\";\nexport { remotionDefinition } from \"./remotion.js\";\nexport { rocketchatDefinition } from \"./rocketchat.js\";\nexport { scraplingDefinition } from \"./scrapling.js\";\nexport { searxngDefinition } from \"./searxng.js\";\nexport { signozDefinition } from \"./signoz.js\";\nexport { solidityGuardDefinition } from \"./solidityguard.js\";\nexport { stableDiffusionDefinition } from \"./stable-diffusion.js\";\nexport { steelBrowserDefinition } from \"./steel-browser.js\";\nexport { streamGatewayDefinition } from \"./stream-gateway.js\";\nexport { supabaseDefinition } from \"./supabase.js\";\nexport { tailscaleDefinition } from \"./tailscale.js\";\nexport { temporalDefinition } from \"./temporal.js\";\nexport { traefikDefinition } from \"./traefik.js\";\nexport { umamiDefinition } from \"./umami.js\";\nexport { uptimeKumaDefinition } from \"./uptime-kuma.js\";\nexport { usesendDefinition } from \"./usesend.js\";\nexport { valkeyDefinition } from \"./valkey.js\";\nexport { vaultwardenDefinition } from \"./vaultwarden.js\";\nexport { watchtowerDefinition } from \"./watchtower.js\";\nexport { weaviateDefinition } from \"./weaviate.js\";\nexport { whisperDefinition } from \"./whisper.js\";\nexport { xyopsDefinition } from \"./xyops.js\";\n\nimport type { ServiceDefinition } from \"../../types.js\";\nimport { anythingLlmDefinition } from \"./anything-llm.js\";\nimport { appflowyDefinition } from \"./appflowy.js\";\nimport { authentikDefinition } from \"./authentik.js\";\nimport { beszelDefinition } from \"./beszel.js\";\nimport { browserlessDefinition } from \"./browserless.js\";\nimport { caddyDefinition } from \"./caddy.js\";\nimport { calComDefinition } from \"./cal-com.js\";\nimport { chromadbDefinition } from \"./chromadb.js\";\nimport { claudeCodeDefinition } from \"./claude-code.js\";\nimport { codeServerDefinition } from \"./code-server.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 { desktopEnvironmentDefinition } from \"./desktop-environment.js\";\nimport { difyDefinition } from \"./dify.js\";\nimport { docsgptDefinition } from \"./docsgpt.js\";\nimport { dokployDefinition } from \"./dokploy.js\";\nimport { dozzleDefinition } from \"./dozzle.js\";\nimport { ffmpegDefinition } from \"./ffmpeg.js\";\nimport { flowiseDefinition } from \"./flowise.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 { headscaleDefinition } from \"./headscale.js\";\nimport { hexstrikeDefinition } from \"./hexstrike.js\";\nimport { homeassistantDefinition } from \"./homeassistant.js\";\nimport { immichDefinition } from \"./immich.js\";\nimport { jellyfinDefinition } from \"./jellyfin.js\";\nimport { jenkinsDefinition } from \"./jenkins.js\";\nimport { kimiDefinition } from \"./kimi.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 { litellmDefinition } from \"./litellm.js\";\nimport { livekitDefinition } from \"./livekit.js\";\nimport { lokiDefinition } from \"./loki.js\";\nimport { matomoDefinition } from \"./matomo.js\";\nimport { matrixSynapseDefinition } from \"./matrix-synapse.js\";\nimport { mattermostDefinition } from \"./mattermost.js\";\nimport { meilisearchDefinition } from \"./meilisearch.js\";\nimport { milvusDefinition } from \"./milvus.js\";\nimport { minioDefinition } from \"./minio.js\";\nimport { missionControlDefinition } from \"./mission-control.js\";\nimport { mixpostDefinition } from \"./mixpost.js\";\nimport { motionCanvasDefinition } from \"./motion-canvas.js\";\nimport { n8nDefinition } from \"./n8n.js\";\nimport { neo4jDefinition } from \"./neo4j.js\";\nimport { nextcloudDefinition } from \"./nextcloud.js\";\nimport { nocodbDefinition } from \"./nocodb.js\";\nimport { ntfyDefinition } from \"./ntfy.js\";\nimport { ollamaDefinition } from \"./ollama.js\";\nimport { openWebuiDefinition } from \"./open-webui.js\";\nimport { opencodeDefinition } from \"./opencode.js\";\nimport { openpanelDefinition } from \"./openpanel.js\";\nimport { outlineDefinition } from \"./outline.js\";\nimport { paperlessNgxDefinition } from \"./paperless-ngx.js\";\nimport { pentagiDefinition } from \"./pentagi.js\";\nimport { pentestagentDefinition } from \"./pentestagent.js\";\nimport { playwrightServerDefinition } from \"./playwright-server.js\";\nimport { portainerDefinition } from \"./portainer.js\";\nimport { postgresqlDefinition } from \"./postgresql.js\";\nimport { postizDefinition } from \"./postiz.js\";\nimport { prometheusDefinition } from \"./prometheus.js\";\nimport { qdrantDefinition } from \"./qdrant.js\";\nimport { redisDefinition } from \"./redis.js\";\nimport { remotionDefinition } from \"./remotion.js\";\nimport { rocketchatDefinition } from \"./rocketchat.js\";\nimport { scraplingDefinition } from \"./scrapling.js\";\nimport { searxngDefinition } from \"./searxng.js\";\nimport { signozDefinition } from \"./signoz.js\";\nimport { solidityGuardDefinition } from \"./solidityguard.js\";\nimport { stableDiffusionDefinition } from \"./stable-diffusion.js\";\nimport { steelBrowserDefinition } from \"./steel-browser.js\";\nimport { streamGatewayDefinition } from \"./stream-gateway.js\";\nimport { supabaseDefinition } from \"./supabase.js\";\nimport { tailscaleDefinition } from \"./tailscale.js\";\nimport { temporalDefinition } from \"./temporal.js\";\nimport { traefikDefinition } from \"./traefik.js\";\nimport { umamiDefinition } from \"./umami.js\";\nimport { uptimeKumaDefinition } from \"./uptime-kuma.js\";\nimport { usesendDefinition } from \"./usesend.js\";\nimport { valkeyDefinition } from \"./valkey.js\";\nimport { vaultwardenDefinition } from \"./vaultwarden.js\";\nimport { watchtowerDefinition } from \"./watchtower.js\";\nimport { weaviateDefinition } from \"./weaviate.js\";\nimport { whisperDefinition } from \"./whisper.js\";\nimport { xyopsDefinition } from \"./xyops.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\tsearxngDefinition,\n\tmeilisearchDefinition,\n\tollamaDefinition,\n\twhisperDefinition,\n\tchromadbDefinition,\n\tweaviateDefinition,\n\tvalkeyDefinition,\n\tgotifyDefinition,\n\tntfyDefinition,\n\tremotionDefinition,\n\tmotionCanvasDefinition,\n\ttemporalDefinition,\n\toutlineDefinition,\n\tdocsgptDefinition,\n\tpaperlessNgxDefinition,\n\tnocodbDefinition,\n\tappflowyDefinition,\n\tmatrixSynapseDefinition,\n\trocketchatDefinition,\n\tmattermostDefinition,\n\tstableDiffusionDefinition,\n\tcomfyuiDefinition,\n\tplaywrightServerDefinition,\n\topenWebuiDefinition,\n\thomeassistantDefinition,\n\tnextcloudDefinition,\n\timmichDefinition,\n\tjellyfinDefinition,\n\tvaultwardenDefinition,\n\tmilvusDefinition,\n\tjenkinsDefinition,\n\tauthentikDefinition,\n\tcrowdsecDefinition,\n\tghostDefinition,\n\tlokiDefinition,\n\tsignozDefinition,\n\tsupabaseDefinition,\n\tlibrechatDefinition,\n\tanythingLlmDefinition,\n\tdifyDefinition,\n\tflowiseDefinition,\n\tlitellmDefinition,\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\tmissionControlDefinition,\n\topenpanelDefinition,\n\tlightpandaDefinition,\n\tsteelBrowserDefinition,\n\tcoolifyDefinition,\n\tdokployDefinition,\n\ttailscaleDefinition,\n\tlivekitDefinition,\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];\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+LA,MAAa,wBAA6C;CACzD;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jellyfin.d.mts","names":[],"sources":["../../../src/services/definitions/jellyfin.ts"],"mappings":";;;cAEa,kBAAA,EAAoB,iBAAA"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
//#region src/services/definitions/jellyfin.ts
|
|
2
|
+
const jellyfinDefinition = {
|
|
3
|
+
id: "jellyfin",
|
|
4
|
+
name: "Jellyfin",
|
|
5
|
+
description: "The Free Software Media System. It puts you in control of managing and streaming your media.",
|
|
6
|
+
category: "media",
|
|
7
|
+
icon: "🎬",
|
|
8
|
+
image: "jellyfin/jellyfin",
|
|
9
|
+
imageTag: "latest",
|
|
10
|
+
ports: [{
|
|
11
|
+
host: 8096,
|
|
12
|
+
container: 8096,
|
|
13
|
+
description: "Jellyfin Web Interface",
|
|
14
|
+
exposed: true
|
|
15
|
+
}],
|
|
16
|
+
volumes: [{
|
|
17
|
+
name: "jellyfin_config",
|
|
18
|
+
containerPath: "/config",
|
|
19
|
+
description: "Jellyfin configuration storage"
|
|
20
|
+
}, {
|
|
21
|
+
name: "jellyfin_cache",
|
|
22
|
+
containerPath: "/cache",
|
|
23
|
+
description: "Jellyfin cache storage"
|
|
24
|
+
}],
|
|
25
|
+
environment: [{
|
|
26
|
+
key: "JELLYFIN_PublishedServerUrl",
|
|
27
|
+
defaultValue: "http://localhost",
|
|
28
|
+
secret: false,
|
|
29
|
+
description: "Published server URL for clients",
|
|
30
|
+
required: false
|
|
31
|
+
}],
|
|
32
|
+
healthcheck: {
|
|
33
|
+
test: "curl --fail http://localhost:8096/health || exit 1",
|
|
34
|
+
interval: "30s",
|
|
35
|
+
timeout: "10s",
|
|
36
|
+
retries: 3,
|
|
37
|
+
startPeriod: "30s"
|
|
38
|
+
},
|
|
39
|
+
dependsOn: [],
|
|
40
|
+
restartPolicy: "unless-stopped",
|
|
41
|
+
networks: ["openclaw-network"],
|
|
42
|
+
skills: [],
|
|
43
|
+
openclawEnvVars: [],
|
|
44
|
+
docsUrl: "https://jellyfin.org/docs/",
|
|
45
|
+
tags: [
|
|
46
|
+
"media",
|
|
47
|
+
"streaming",
|
|
48
|
+
"movies",
|
|
49
|
+
"tv-shows",
|
|
50
|
+
"music"
|
|
51
|
+
],
|
|
52
|
+
maturity: "stable",
|
|
53
|
+
requires: [],
|
|
54
|
+
recommends: [],
|
|
55
|
+
conflictsWith: [],
|
|
56
|
+
minMemoryMB: 512,
|
|
57
|
+
gpuRequired: false
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
//#endregion
|
|
61
|
+
export { jellyfinDefinition };
|
|
62
|
+
//# sourceMappingURL=jellyfin.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jellyfin.mjs","names":[],"sources":["../../../src/services/definitions/jellyfin.ts"],"sourcesContent":["import type { ServiceDefinition } from \"../../types.js\";\n\nexport const jellyfinDefinition: ServiceDefinition = {\n\tid: \"jellyfin\",\n\tname: \"Jellyfin\",\n\tdescription:\n\t\t\"The Free Software Media System. It puts you in control of managing and streaming your media.\",\n\tcategory: \"media\",\n\ticon: \"🎬\",\n\n\timage: \"jellyfin/jellyfin\",\n\timageTag: \"latest\",\n\tports: [\n\t\t{\n\t\t\thost: 8096,\n\t\t\tcontainer: 8096,\n\t\t\tdescription: \"Jellyfin Web Interface\",\n\t\t\texposed: true,\n\t\t},\n\t],\n\tvolumes: [\n\t\t{\n\t\t\tname: \"jellyfin_config\",\n\t\t\tcontainerPath: \"/config\",\n\t\t\tdescription: \"Jellyfin configuration storage\",\n\t\t},\n\t\t{\n\t\t\tname: \"jellyfin_cache\",\n\t\t\tcontainerPath: \"/cache\",\n\t\t\tdescription: \"Jellyfin cache storage\",\n\t\t},\n\t],\n\tenvironment: [\n\t\t{\n\t\t\tkey: \"JELLYFIN_PublishedServerUrl\",\n\t\t\tdefaultValue: \"http://localhost\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"Published server URL for clients\",\n\t\t\trequired: false,\n\t\t},\n\t],\n\thealthcheck: {\n\t\ttest: \"curl --fail http://localhost:8096/health || exit 1\",\n\t\tinterval: \"30s\",\n\t\ttimeout: \"10s\",\n\t\tretries: 3,\n\t\tstartPeriod: \"30s\",\n\t},\n\tdependsOn: [],\n\trestartPolicy: \"unless-stopped\",\n\tnetworks: [\"openclaw-network\"],\n\n\tskills: [],\n\topenclawEnvVars: [],\n\n\tdocsUrl: \"https://jellyfin.org/docs/\",\n\ttags: [\"media\", \"streaming\", \"movies\", \"tv-shows\", \"music\"],\n\tmaturity: \"stable\",\n\n\trequires: [],\n\trecommends: [],\n\tconflictsWith: [],\n\n\tminMemoryMB: 512,\n\tgpuRequired: false,\n};\n"],"mappings":";AAEA,MAAa,qBAAwC;CACpD,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,CACD;CACD,SAAS,CACR;EACC,MAAM;EACN,eAAe;EACf,aAAa;EACb,EACD;EACC,MAAM;EACN,eAAe;EACf,aAAa;EACb,CACD;CACD,aAAa,CACZ;EACC,KAAK;EACL,cAAc;EACd,QAAQ;EACR,aAAa;EACb,UAAU;EACV,CACD;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,EAAE;CAEnB,SAAS;CACT,MAAM;EAAC;EAAS;EAAa;EAAU;EAAY;EAAQ;CAC3D,UAAU;CAEV,UAAU,EAAE;CACZ,YAAY,EAAE;CACd,eAAe,EAAE;CAEjB,aAAa;CACb,aAAa;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jenkins.d.mts","names":[],"sources":["../../../src/services/definitions/jenkins.ts"],"mappings":";;;cAEa,iBAAA,EAAmB,iBAAA"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
//#region src/services/definitions/jenkins.ts
|
|
2
|
+
const jenkinsDefinition = {
|
|
3
|
+
id: "jenkins",
|
|
4
|
+
name: "Jenkins",
|
|
5
|
+
description: "The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.",
|
|
6
|
+
category: "dev-tools",
|
|
7
|
+
icon: "🏗️",
|
|
8
|
+
image: "jenkins/jenkins",
|
|
9
|
+
imageTag: "lts",
|
|
10
|
+
ports: [{
|
|
11
|
+
host: 8080,
|
|
12
|
+
container: 8080,
|
|
13
|
+
description: "Jenkins Web Interface",
|
|
14
|
+
exposed: true
|
|
15
|
+
}, {
|
|
16
|
+
host: 5e4,
|
|
17
|
+
container: 5e4,
|
|
18
|
+
description: "Jenkins inbound agent port",
|
|
19
|
+
exposed: false
|
|
20
|
+
}],
|
|
21
|
+
volumes: [{
|
|
22
|
+
name: "jenkins_home",
|
|
23
|
+
containerPath: "/var/jenkins_home",
|
|
24
|
+
description: "Persistent Jenkins home directory"
|
|
25
|
+
}],
|
|
26
|
+
environment: [{
|
|
27
|
+
key: "JAVA_OPTS",
|
|
28
|
+
defaultValue: "-Djenkins.install.runSetupWizard=false",
|
|
29
|
+
secret: false,
|
|
30
|
+
description: "Optional setup wrapper arguments",
|
|
31
|
+
required: false
|
|
32
|
+
}],
|
|
33
|
+
healthcheck: {
|
|
34
|
+
test: "curl --fail http://localhost:8080/login || exit 1",
|
|
35
|
+
interval: "30s",
|
|
36
|
+
timeout: "10s",
|
|
37
|
+
retries: 3,
|
|
38
|
+
startPeriod: "60s"
|
|
39
|
+
},
|
|
40
|
+
dependsOn: [],
|
|
41
|
+
restartPolicy: "unless-stopped",
|
|
42
|
+
networks: ["openclaw-network"],
|
|
43
|
+
skills: [],
|
|
44
|
+
openclawEnvVars: [],
|
|
45
|
+
docsUrl: "https://www.jenkins.io/doc/",
|
|
46
|
+
tags: [
|
|
47
|
+
"ci-cd",
|
|
48
|
+
"automation",
|
|
49
|
+
"build",
|
|
50
|
+
"pipeline"
|
|
51
|
+
],
|
|
52
|
+
maturity: "stable",
|
|
53
|
+
requires: [],
|
|
54
|
+
recommends: [],
|
|
55
|
+
conflictsWith: [],
|
|
56
|
+
minMemoryMB: 1024,
|
|
57
|
+
gpuRequired: false
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
//#endregion
|
|
61
|
+
export { jenkinsDefinition };
|
|
62
|
+
//# sourceMappingURL=jenkins.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jenkins.mjs","names":[],"sources":["../../../src/services/definitions/jenkins.ts"],"sourcesContent":["import type { ServiceDefinition } from \"../../types.js\";\n\nexport const jenkinsDefinition: ServiceDefinition = {\n\tid: \"jenkins\",\n\tname: \"Jenkins\",\n\tdescription:\n\t\t\"The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.\",\n\tcategory: \"dev-tools\",\n\ticon: \"🏗️\",\n\n\timage: \"jenkins/jenkins\",\n\timageTag: \"lts\",\n\tports: [\n\t\t{\n\t\t\thost: 8080,\n\t\t\tcontainer: 8080,\n\t\t\tdescription: \"Jenkins Web Interface\",\n\t\t\texposed: true,\n\t\t},\n\t\t{\n\t\t\thost: 50000,\n\t\t\tcontainer: 50000,\n\t\t\tdescription: \"Jenkins inbound agent port\",\n\t\t\texposed: false,\n\t\t},\n\t],\n\tvolumes: [\n\t\t{\n\t\t\tname: \"jenkins_home\",\n\t\t\tcontainerPath: \"/var/jenkins_home\",\n\t\t\tdescription: \"Persistent Jenkins home directory\",\n\t\t},\n\t],\n\tenvironment: [\n\t\t{\n\t\t\tkey: \"JAVA_OPTS\",\n\t\t\tdefaultValue: \"-Djenkins.install.runSetupWizard=false\",\n\t\t\tsecret: false,\n\t\t\tdescription: \"Optional setup wrapper arguments\",\n\t\t\trequired: false,\n\t\t},\n\t],\n\thealthcheck: {\n\t\ttest: \"curl --fail http://localhost:8080/login || exit 1\",\n\t\tinterval: \"30s\",\n\t\ttimeout: \"10s\",\n\t\tretries: 3,\n\t\tstartPeriod: \"60s\",\n\t},\n\tdependsOn: [],\n\trestartPolicy: \"unless-stopped\",\n\tnetworks: [\"openclaw-network\"],\n\n\tskills: [],\n\topenclawEnvVars: [],\n\n\tdocsUrl: \"https://www.jenkins.io/doc/\",\n\ttags: [\"ci-cd\", \"automation\", \"build\", \"pipeline\"],\n\tmaturity: \"stable\",\n\n\trequires: [],\n\trecommends: [],\n\tconflictsWith: [],\n\n\tminMemoryMB: 1024,\n\tgpuRequired: false,\n};\n"],"mappings":";AAEA,MAAa,oBAAuC;CACnD,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,CACZ;EACC,KAAK;EACL,cAAc;EACd,QAAQ;EACR,aAAa;EACb,UAAU;EACV,CACD;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,EAAE;CAEnB,SAAS;CACT,MAAM;EAAC;EAAS;EAAc;EAAS;EAAW;CAClD,UAAU;CAEV,UAAU,EAAE;CACZ,YAAY,EAAE;CACd,eAAe,EAAE;CAEjB,aAAa;CACb,aAAa;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loki.d.mts","names":[],"sources":["../../../src/services/definitions/loki.ts"],"mappings":";;;cAEa,cAAA,EAAgB,iBAAA"}
|