openclaw-rocketchat 0.1.3 → 0.1.4

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.
@@ -17,8 +17,8 @@ services:
17
17
  - "\${RC_PORT:-${port}}:3000"
18
18
  environment:
19
19
  MONGO_URL: "mongodb://mongodb:27017/rocketchat?replicaSet=rs0"
20
- MONGO_OPLOG_URL: "mongodb://mongodb:27017/local?replicaSet=rs0"
21
20
  ROOT_URL: "http://localhost:\${RC_PORT:-${port}}"
21
+ PORT: 3000
22
22
  DEPLOY_METHOD: docker
23
23
  OVERWRITE_SETTING_Show_Setup_Wizard: "completed"
24
24
  OVERWRITE_SETTING_Accounts_RegistrationForm: "Disabled"
@@ -27,7 +27,7 @@ services:
27
27
 
28
28
  mongodb:
29
29
  image: mongodb/mongodb-community-server:8.2-ubi8
30
- restart: unless-stopped
30
+ restart: on-failure
31
31
  volumes:
32
32
  - mongodb_data:/data/db
33
33
  environment:
@@ -1 +1 @@
1
- {"version":3,"file":"compose.js","sourceRoot":"","sources":["../../src/docker/compose.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,wBAAwB;AACxB,+DAA+D;AAE/D;;;GAGG;AACH,MAAM,UAAU,mBAAmB,CAAC,IAAY;IAC9C,OAAO;;;;;;;;uBAQc,IAAI;;;;gDAIqB,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BnD,CAAC;AACF,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,eAAe,CAAC,IAAY;IAC1C,OAAO,WAAW,IAAI,IAAI,CAAC;AAC7B,CAAC"}
1
+ {"version":3,"file":"compose.js","sourceRoot":"","sources":["../../src/docker/compose.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,wBAAwB;AACxB,+DAA+D;AAE/D;;;GAGG;AACH,MAAM,UAAU,mBAAmB,CAAC,IAAY;IAC9C,OAAO;;;;;;;;uBAQc,IAAI;;;gDAGqB,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BnD,CAAC;AACF,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,eAAe,CAAC,IAAY;IAC1C,OAAO,WAAW,IAAI,IAAI,CAAC;AAC7B,CAAC"}
@@ -2,7 +2,7 @@
2
2
  "id": "openclaw-rocketchat",
3
3
  "name": "Rocket.Chat",
4
4
  "description": "Rocket.Chat channel plugin for OpenClaw — connect via mobile app, ideal for China mainland users",
5
- "version": "0.1.3",
5
+ "version": "0.1.4",
6
6
  "channels": ["rocketchat"],
7
7
  "configSchema": {
8
8
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-rocketchat",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Rocket.Chat channel plugin for OpenClaw — connect via mobile app, ideal for China mainland users",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",