@ystemsrx/cfshare 0.1.0 → 0.1.1

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/README.md CHANGED
@@ -134,6 +134,8 @@ cloudflared --version
134
134
 
135
135
  ```bash
136
136
  openclaw plugins install @ystemsrx/cfshare
137
+ # After installation, restart the Gateway:
138
+ openclaw gateway restart
137
139
  ```
138
140
 
139
141
  **Option B — Install from a local directory (for development):**
package/README.zh.md CHANGED
@@ -134,6 +134,8 @@ cloudflared --version
134
134
 
135
135
  ```bash
136
136
  openclaw plugins install @ystemsrx/cfshare
137
+ # 安装完成后,重启 Gateway:
138
+ openclaw gateway restart
137
139
  ```
138
140
 
139
141
  **方式 B — 从本地目录安装(适用于开发):**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ystemsrx/cfshare",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "OpenClaw plugin to safely expose local ports/files via Cloudflare Quick Tunnel",
6
6
  "license": "MIT",
@@ -20,6 +20,11 @@ metadata:
20
20
 
21
21
  Expose local services, ports, files, or directories as temporary public `https://*.trycloudflare.com` links.
22
22
 
23
+ **This tool is useful when you need to:**
24
+
25
+ 1. Share files;
26
+ 2. Present web pages, services, lengthy Markdown content, PDFs, images, audio, video, and other media.
27
+
23
28
  ---
24
29
 
25
30
  ## Standard Workflow